From a4280c66dfa8213af6c5163a6435344f24cda62c Mon Sep 17 00:00:00 2001 From: Scott Dale Date: Wed, 9 May 2007 02:38:48 +0000 Subject: fix html alignment and pgtitle --- usr/local/www/system_usermanager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/local/www/system_usermanager.php') diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php index 19a69ec..24e2b86 100644 --- a/usr/local/www/system_usermanager.php +++ b/usr/local/www/system_usermanager.php @@ -34,11 +34,11 @@ require("guiconfig.inc"); // The page title for non-admins -$pgtitle = array(gettext("System"), gettext("User password")); +$pgtitle = "System: User Password"; if (isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER'])) { // Page title for main admin - $pgtitle = array(gettext("System"), gettext("User manager")); + $pgtitle = "System: User Manager"; $id = $_GET['id']; if (isset($_POST['id'])) @@ -161,11 +161,11 @@ if (isSystemAdmin($HTTP_SERVER_VARS['AUTH_USER'])) { } include("head.inc"); - //echo $pfSenseHead->getHTML(); ?> "> +

-- cgit v1.1