From 0e45d8ebbaaabe7a6f79f54f8e83dd1998eda271 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 8 Nov 2010 20:40:55 +0000 Subject: [PATCH] Move config-admin-help back to correct box --- includes/installer/WebInstallerPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.20.1