summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-05-09 02:38:48 +0000
committerScott Dale <sdale@pfsense.org>2007-05-09 02:38:48 +0000
commita4280c66dfa8213af6c5163a6435344f24cda62c (patch)
treef581fcd3bfbe94f42446bd7890968b66eaf4f07c /usr/local/www/system_usermanager.php
parent057ef2f507f5e78b9a0e9997dfb40f08851aaf42 (diff)
downloadpfsense-a4280c66dfa8213af6c5163a6435344f24cda62c.zip
pfsense-a4280c66dfa8213af6c5163a6435344f24cda62c.tar.gz
fix html alignment and pgtitle
Diffstat (limited to 'usr/local/www/system_usermanager.php')
-rw-r--r--usr/local/www/system_usermanager.php6
1 files changed, 3 insertions, 3 deletions
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();
?>
<body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc");?>
+<p class="pgtitle"><?=$pgtitle;?></p>
<?php if ($input_errors) print_input_errors($input_errors);?>
<?php if ($savemsg) print_info_box($savemsg);?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud