System update (better update)

This commit is contained in:
markseu 2016-11-02 14:51:23 +01:00
parent 13c7a11e67
commit 604ab1809f
7 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@
Language: de
LanguageDescription: Deutsch
LanguageTranslator: David Fehrmann
LanguageVersion: 0.6.10
LanguageVersion: 0.6.11
BlogBy: von
BlogFilter: Blog:
@ -91,7 +91,7 @@ WebinterfaceVersionTitle: Über diese Webseite
WebinterfaceVersionStatusNone: Nach Aktualiserung suchen…
WebinterfaceVersionStatusLatest: Keine Aktualisierung verfügbar.
WebinterfaceVersionStatusUpdates: Aktualiserung verfügbar, bitte an den Webmaster wenden.
WebinterfaceVersionUpdate: Aktualisieren
WebinterfaceVersionStatusRequest: Aktualiserung verfügbar, jetzt aktualisieren.
WebinterfaceOkButton: Ok
WebinterfaceCancelButton: Abbruch
WebinterfaceCreateButton: Erzeugen

View file

@ -3,7 +3,7 @@
Language: en
LanguageDescription: English
LanguageTranslator: Mark Seuffert
LanguageVersion: 0.6.10
LanguageVersion: 0.6.11
BlogBy: by
BlogFilter: Blog:
@ -91,7 +91,7 @@ WebinterfaceVersionTitle: About this website
WebinterfaceVersionStatusNone: Checking for updates…
WebinterfaceVersionStatusLatest: No updates available.
WebinterfaceVersionStatusUpdates: Updates available, please contact the webmaster.
WebinterfaceVersionUpdate: Update
WebinterfaceVersionStatusRequest: Updates available, update now.
WebinterfaceOkButton: Ok
WebinterfaceCancelButton: Cancel
WebinterfaceCreateButton: Create

View file

@ -3,7 +3,7 @@
Language: fr
LanguageDescription: Français
LanguageTranslator: Juh Nibreh
LanguageVersion: 0.6.10
LanguageVersion: 0.6.11
BlogBy: par
BlogFilter: Blog:
@ -91,7 +91,7 @@ WebinterfaceVersionTitle: A propos de ce site
WebinterfaceVersionStatusNone: Vérification des mises à jour…
WebinterfaceVersionStatusLatest: Aucune mise à jour disponible.
WebinterfaceVersionStatusUpdates: Mises à jour disponibles, s'il vous plaît contacter le webmestre.
WebinterfaceVersionUpdate: Mettre à jour
WebinterfaceVersionStatusRequest: Mises à jour disponibles, mettre à jour maintenant.
WebinterfaceOkButton: Ok
WebinterfaceCancelButton: Annuler
WebinterfaceCreateButton: Créer

View file

@ -5,7 +5,7 @@
// Language plugin
class YellowLanguage
{
const VERSION = "0.6.10";
const VERSION = "0.6.11";
var $yellow; //access to API
// Handle initialisation

View file

@ -1,4 +1,4 @@
/* Yellow web interface 0.6.14 */
/* Yellow web interface 0.6.15 */
.yellow-bar { position:relative; overflow:hidden; height:2em; margin-bottom:10px; }
.yellow-bar-left { display:block; float:left; }
@ -112,7 +112,7 @@
#yellow-pane-version h1 { margin:0 1em; font-size:2em; }
#yellow-pane-version .yellow-btn { width:15em; margin:1em 1em 0.5em 0; }
#yellow-pane-version-status { margin:0.5em 0; display:inline-block; }
#yellow-pane-version-fields { width:20em; text-align:left; margin:0 auto; }
#yellow-pane-version-fields { text-align:center; margin:0.5em 0; }
#yellow-pane-version-buttons { margin-top:-0.5em; }
#yellow-pane-edit { }

View file

@ -4,7 +4,7 @@
// Yellow API
var yellow =
{
version: "0.6.14",
version: "0.6.15",
action: function(action) { yellow.webinterface.action(action, "none"); },
onLoad: function() { yellow.webinterface.loadInterface(); },
onClick: function(e) { yellow.webinterface.hidePanesOnClick(yellow.toolbox.getEventElement(e)); },
@ -260,7 +260,7 @@ yellow.webinterface =
yellow.toolbox.setVisible(document.getElementById("yellow-pane-settings-buttons"), !showFields);
if(paneStatus=="none")
{
document.getElementById("yellow-pane-settings-status").innerHTML = "<a href=\"#\" onclick=\"yellow.action('version'); return false;\">"+yellow.toolbox.encodeHtml(yellow.config.serverVersion)+"</a>";
document.getElementById("yellow-pane-settings-status").innerHTML = "<a href=\"#\" onclick=\"yellow.action('version'); return false;\">"+this.getText("VersionTitle")+"</a>";
document.getElementById("yellow-pane-settings-name").value = yellow.config.userName;
document.getElementById("yellow-pane-settings-email").value = yellow.config.userEmail;
document.getElementById("yellow-pane-settings-"+yellow.config.userLanguage).checked = true;
@ -275,7 +275,7 @@ yellow.webinterface =
}
if(paneStatus=="updates" && yellow.config.userWebmaster)
{
document.getElementById("yellow-pane-version-status").innerHTML = "<a href=\"#\" onclick=\"yellow.action('update'); return false;\">"+this.getText("VersionUpdate")+"</a>";
document.getElementById("yellow-pane-version-status").innerHTML = "<a href=\"#\" onclick=\"yellow.action('update'); return false;\">"+this.getText("VersionStatusRequest")+"</a>";
}
break;
case "yellow-pane-edit":

View file

@ -5,7 +5,7 @@
// Web interface plugin
class YellowWebinterface
{
const VERSION = "0.6.14";
const VERSION = "0.6.15";
var $yellow; //access to API
var $response; //web interface response
var $users; //web interface users