From: Chad Horohoe Date: Mon, 8 Nov 2010 20:40:55 +0000 (+0000) Subject: Move config-admin-help back to correct box X-Git-Tag: 1.31.0-rc.0~33976 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=0e45d8ebbaaabe7a6f79f54f8e83dd1998eda271;p=lhc%2Fweb%2Fwiklou.git Move config-admin-help back to correct box --- diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 187e81af84..5a806b3f73 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -480,12 +480,12 @@ class WebInstaller_Name extends WebInstallerPage { $this->getFieldSetStart( 'config-admin-box' ) . $this->parent->getTextBox( array( 'var' => '_AdminName', - 'label' => 'config-admin-name' + 'label' => 'config-admin-name', + 'help' => $this->parent->getHelpBox( 'config-admin-help' ) ) ) . $this->parent->getPasswordBox( array( 'var' => '_AdminPassword', 'label' => 'config-admin-password', - 'help' => $this->parent->getHelpBox( 'config-admin-help' ) ) ) . $this->parent->getPasswordBox( array( 'var' => '_AdminPassword2',