From a1357fe0abec61cfd74e5e22dc8f4634005505f1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 3 Jul 2005 16:13:36 +0000 Subject: Don't close tag - these files use javascript inside --- usr/local/www/firewall_aliases_edit.php | 1 + usr/local/www/firewall_nat_edit.php | 1 + usr/local/www/firewall_nat_out_edit.php | 1 + usr/local/www/firewall_rules_edit.php | 1 + usr/local/www/firewall_shaper_edit.php | 1 + usr/local/www/firewall_shaper_queues_edit.php | 1 - 6 files changed, 5 insertions(+), 1 deletion(-) (limited to 'usr') 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"); ?> -

-- cgit v1.1