summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/system_usermanager_edit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/system_usermanager_edit.php b/usr/local/www/system_usermanager_edit.php
index 6be5b75..0070370 100644
--- a/usr/local/www/system_usermanager_edit.php
+++ b/usr/local/www/system_usermanager_edit.php
@@ -30,8 +30,7 @@
require("guiconfig.inc");
-$pgtitle = "System: User manager: Edit privilege";
-
+$pgtitle = array("System","User manager","Edit privilege");
/*
The following code presumes, that the following XML structure exists or
@@ -225,7 +224,6 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" 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); ?>
<form action="system_usermanager_edit.php" method="post" name="iform" id="iform">
OpenPOWER on IntegriCloud