summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 16:05:55 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 16:05:55 +0000
commit998abf60ac27b7f057c8e4e179b69855c3486732 (patch)
tree49b46ca0b9b7bf47287447edf9ffb55b19f8655a /usr/local/www/edit.php
parent6f4a312a387df10bc38d1e058100ae43f2e8effd (diff)
downloadpfsense-998abf60ac27b7f057c8e4e179b69855c3486732.zip
pfsense-998abf60ac27b7f057c8e4e179b69855c3486732.tar.gz
use pgtitle for standardization
make exec.php look like a "normal" page
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index 48a1431..5a32a30 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -103,7 +103,6 @@ function puts( $arg ) { echo "$arg\n"; }
$Version = '';
$ScriptName = $HTTP_SERVER_VARS['SCRIPT_NAME'];
-$Title = gentitle("edit file");
// Get year.
@@ -140,7 +139,7 @@ $pgtitle = "Diagnostics: Edit File";
function sf() { document.forms[0].savetopath.focus(); }
</script>
<body onLoad="sf();">
-<p><span class="pgtitle"><?=$Title ?></span>
+<p><span class="pgtitle"><?=$pgtitle?></span>
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if ($loadmsg) echo "<p><b><div style=\"background:#eeeeee\" id=\"shapeme\">&nbsp;&nbsp;&nbsp;{$loadmsg}</div><br>"; ?>
<form action="edit.php" method="POST">
OpenPOWER on IntegriCloud