Move config-admin-help back to correct box
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 8 Nov 2010 20:40:55 +0000 (20:40 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 8 Nov 2010 20:40:55 +0000 (20:40 +0000)
includes/installer/WebInstallerPage.php

index 187e81a..5a806b3 100644 (file)
@@ -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',