diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 02:00:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-02 02:00:33 +0000 |
commit | 9a25487b4356f6d8eda51387a56692d8562fc0bf (patch) | |
tree | 6bd60149099cc90102fadf030b8fc78846af3412 /usr/local/www | |
parent | 0366b748feb91380ec874f7bf2ed64c250c9c2c9 (diff) | |
download | pfsense-9a25487b4356f6d8eda51387a56692d8562fc0bf.zip pfsense-9a25487b4356f6d8eda51387a56692d8562fc0bf.tar.gz |
Add rounded tabbed corners
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/firewall_rules.php | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index fb3abc9..3d33381 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -144,14 +144,10 @@ if (isset($_POST['del_x'])) { } } +$pgtitle = "Firewall: Rules"; +include("head.inc"); + ?> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title><?=gentitle("Firewall: Rules");?></title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<link href="gui.css" rel="stylesheet" type="text/css"> -</head> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> <p class="pgtitle">Firewall: Rules</p> @@ -165,16 +161,6 @@ if (isset($_POST['del_x'])) { <?php endif; ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td class="tabnavtbl"> - - - - $tab_array = array(); - $tab_array[0] = array("Inbound", true, "firewall_nat.php"); - $tab_array[1] = array("Server NAT", false, "firewall_nat_server.php"); - display_top_tabs($tab_array); - - - <ul id="tabnav"> <?php /* active tabs */ $tab_array = array(); |