summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php1
-rwxr-xr-xusr/local/www/firewall_nat_edit.php1
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php1
-rwxr-xr-xusr/local/www/firewall_rules_edit.php1
-rwxr-xr-xusr/local/www/firewall_shaper_edit.php1
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php1
6 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index ffce19f..2a110f2 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -134,6 +134,7 @@ if ($_POST) {
}
$pgtitle = "System: Firewall: Aliases: Edit alias";
+$closehead = false;
include("head.inc");
?>
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index f8bd8be..ace7e8e 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -189,6 +189,7 @@ if ($_POST) {
}
$pgtitle = "Firewall: NAT: Edit inbound";
+$closehead = false;
include("head.inc");
?>
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 82695a3..04c4e82 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -197,6 +197,7 @@ if ($_POST) {
}
$pgtitle = "Firewall: NAT: Outbound: Edit mapping";
+$closehead = false;
include("head.inc");
?>
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index bacf435..6916d9c 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -306,6 +306,7 @@ if ($_POST) {
}
$pgtitle = "Firewall: Rules: Edit";
+$closehead = false;
include("head.inc");
?>
diff --git a/usr/local/www/firewall_shaper_edit.php b/usr/local/www/firewall_shaper_edit.php
index 1a61994..7c1aa75 100755
--- a/usr/local/www/firewall_shaper_edit.php
+++ b/usr/local/www/firewall_shaper_edit.php
@@ -280,6 +280,7 @@ if ($_POST) {
}
$pgtitle = "Firewall: Shaper: Edit rule";
+$closehead = false;
include("head.inc");
?>
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index 82cac52..133c4e6 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -182,7 +182,6 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-
<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud