Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix installer glitches and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 15, 2014
1 parent 93f0fb4 commit 7582aa2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions core/src/plugins/boot.conf/class.AjxpInstaller.js
Expand Up @@ -98,10 +98,11 @@ Class.create("AjxpInstaller", AjxpPane, {
}.bind(this));
this.htmlElement.down("#start_button").observe("click", function(){
new Effect.Morph(this.htmlElement.down(".install_pydio_logo"), {
style:'height:30px',
style:'height:60px',
duration:0.5
});
this.htmlElement.down(".installerWelcome").update("Click on each section to edit parameters");
this.htmlElement.down(".installerLang").hide();
this.htmlElement.down(".installerWelcome").update(MessageHash["installer.8"]);
new Effect.Appear(this.formElement, {afterFinish : function(){
this.formElement.SF_accordion.activate(this.formElement.down('.accordion_toggle'));
}.bind(this)});
Expand Down
1 change: 1 addition & 0 deletions core/src/plugins/boot.conf/i18n/de.php
Expand Up @@ -27,4 +27,5 @@
"5" => "Bitte warten Sie während Pydio konfiguriert wird! Pydio wird in einigen Sekunden vollständig bereit stehen ...",
"6" => "Pydio jetzt installieren",
"7" => "Sprache",
"8" => "Click on each section to edit parameters",
);
1 change: 1 addition & 0 deletions core/src/plugins/boot.conf/i18n/en.php
Expand Up @@ -27,4 +27,5 @@
"5" => "Please wait while Pydio is being configured! It will be up and running in a couple of seconds...",
"6" => "Install Pydio Now",
"7" => "Language",
"8" => "Click on each section to edit parameters",
);
1 change: 1 addition & 0 deletions core/src/plugins/boot.conf/i18n/fr.php
Expand Up @@ -27,4 +27,5 @@
"5" => "Veuillez patienter pendant la configuration! Pydio sera prêt à l'emploi dans quelques secondes...",
"6" => "Installer Pydio",
"7" => "Langue",
"8" => "Cliquez sur chaque section pour éditer les paramètres",
);
1 change: 1 addition & 0 deletions core/src/plugins/boot.conf/i18n/pt.php
Expand Up @@ -27,4 +27,5 @@
"5" => "Please wait while Pydio is being configured! It will be up and running in a couple of seconds...",
"6" => "Install Pydio Now",
"7" => "Language",
"8" => "Click on each section to edit parameters",
);
2 changes: 1 addition & 1 deletion core/src/plugins/boot.conf/manifest.xml
Expand Up @@ -93,7 +93,7 @@
clear: left;
width: 220px !important;
padding: 5px !important;
margin: 5px 174px !important;
margin: 5px 126px !important;
}
#installer_form #save_button.disabled{
color: rgba(255,255,255,0.5);
Expand Down

0 comments on commit 7582aa2

Please sign in to comment.