summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_opt.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 16:26:40 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 16:26:40 +0000
commit931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d (patch)
tree9a1362fba73cdf1f30ab9c011f5f5e6dbfbc6298 /usr/local/www/interfaces_opt.php
parentf726d710a8299b194567b32406fabcbec1814f92 (diff)
downloadpfsense-931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d.zip
pfsense-931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d.tar.gz
Use $pgtitle
Fix assign/vlan tabs (backwards)
Diffstat (limited to 'usr/local/www/interfaces_opt.php')
-rwxr-xr-xusr/local/www/interfaces_opt.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_opt.php b/usr/local/www/interfaces_opt.php
index c250a22..97926eb 100755
--- a/usr/local/www/interfaces_opt.php
+++ b/usr/local/www/interfaces_opt.php
@@ -163,7 +163,7 @@ if ($_POST) {
}
-$pgtitle = "Firewall: NAT: Inbound";
+$pgtitle = "Interfaces: Optional {$index} (" . htmlspecialchars($optcfg['descr']) . ")";
include("head.inc");
?>
@@ -186,7 +186,7 @@ function ipaddr_change() {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle">Interfaces: Optional <?=$index;?> (<?=htmlspecialchars($optcfg['descr']);?>)</p>
+<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if ($optcfg['if']): ?>
OpenPOWER on IntegriCloud