summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 20:11:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 20:11:33 +0000
commitaf4aa061c92fd415695029522cdd5530dcf725ab (patch)
tree2694a05b0eb5359738674564014b896c834383ef /usr/local/www/firewall_rules.php
parentc7e202d3a0fa010a65e223ec6b8b67d8c93006f1 (diff)
downloadpfsense-af4aa061c92fd415695029522cdd5530dcf725ab.zip
pfsense-af4aa061c92fd415695029522cdd5530dcf725ab.tar.gz
* Curve bottom of grey areas if needed
* Curve tabs * Cleanup
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index ba2cb93..7576b64 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -159,6 +159,7 @@ include("head.inc");
<?php print_info_box_np("The firewall rule configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
<?php endif; ?>
+<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
@@ -322,6 +323,7 @@ include("head.inc");
</td>
</tr>
</table>
+</div>
<p>
<strong><span class="red">Hint:<br>
</span></strong>Rules are evaluated on a first-match basis (i.e.
@@ -332,3 +334,12 @@ include("head.inc");
<input type="hidden" name="if" value="<?=$if;?>">
</form>
<?php include("fend.inc"); ?>
+
+
+<script type="text/javascript">
+NiftyCheck();
+Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
+</script>
+
+</body>
+</html>
OpenPOWER on IntegriCloud