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_groupmanager.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'usr/local/www/system_groupmanager.php') diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php index ca63f9d..2a3a45e 100644 --- a/usr/local/www/system_groupmanager.php +++ b/usr/local/www/system_groupmanager.php @@ -39,7 +39,7 @@ require("guiconfig.inc"); $_SESSION['NO_AJAX'] = true; -$pgtitle = array(gettext("System"), gettext("Group manager")); +$pgtitle = "System: Group manager"; $treeItemID = 0; function walkArea($title, @@ -235,7 +235,7 @@ function getAdminPageList() continue; } - $tmp[$file] = convert_array_to_pgtitle($pgtitle); + $tmp[$file] = $pgtitle; /* break out of the for loop, on to next file */ break; @@ -401,6 +401,8 @@ if ($_POST) { include("head.inc"); $checkallstr = << + function checkallareas(enable) { var elem = document.iform.elements.length; var endis = (document.iform.checkall.checked || enable); @@ -412,7 +414,8 @@ $checkallstr = << EOD; // XXX: billm TODO @@ -421,8 +424,10 @@ EOD; //echo $pfSenseHead->getHTML(); ?> + "> +

-- cgit v1.1