summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-14 01:19:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-14 01:19:31 +0000
commitf77830b37b3c63ade1cd877e554160ec7465f1c0 (patch)
treee6319944166e6d4513caf7aa33d1daff78fd1081 /usr/local/www/firewall_rules.php
parent3c50ae3ab49db62a55dd521a2e1c26cc269ae86a (diff)
downloadpfsense-f77830b37b3c63ade1cd877e554160ec7465f1c0.zip
pfsense-f77830b37b3c63ade1cd877e554160ec7465f1c0.tar.gz
Correct icon url, format cell correctly
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 27c2709..2ce9231 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -214,15 +214,15 @@ include("head.inc");
</tr>
<?php if (($if == "wan") && isset($config['interfaces']['wan']['blockpriv'])): ?>
<tr valign="top" id="frrfc1918">
- <td class="listt"></td>
- <td class="listt" align="center"><img src="block.gif" width="11" height="11" border="0"></td>
+ <td width="3%" class="list">&nbsp;</td>
+ <td class="listt" align="center"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_block.gif" width="11" height="11" border="0"></td>
<td class="listlr" style="background-color: #e0e0e0">*</td>
<td class="listr" style="background-color: #e0e0e0">RFC 1918 networks</td>
<td class="listr" style="background-color: #e0e0e0">*</td>
<td class="listr" style="background-color: #e0e0e0">*</td>
<td class="listr" style="background-color: #e0e0e0">*</td>
<td class="listr" style="background-color: #e0e0e0">*</td>
- <td class="listbg" style="background-color: #e0e0e0">Block private networks</td>
+ <td class="listbg" style="background-color: #990000"><font color="white">Block private networks</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
OpenPOWER on IntegriCloud