summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 20:08:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 20:08:14 +0000
commitc2a6f3230e6c02179843ded1a0dff571f1b2a665 (patch)
tree8958ae19a3405bbd47bdd0337138bb3f914d10fa /usr
parent37f36cdaad48387d2d1c915c91e2c52ea6eb208b (diff)
downloadpfsense-c2a6f3230e6c02179843ded1a0dff571f1b2a665.zip
pfsense-c2a6f3230e6c02179843ded1a0dff571f1b2a665.tar.gz
Use listbg instead of hard coding red background for RFC1918 information
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 10e0811..ba16738 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -295,7 +295,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<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: #990000"><font color="white">Block private networks</td>
+ <td class="listbg"><font color="white">Block private networks</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">
<tr>
@@ -544,7 +544,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<td class="listr" onClick="fr_toggle(<?=$nrules;?>)" id="frd<?=$nrules;?>" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';"><font color="black">
<?php if ($printicon) { ?><img src="./themes/<?= $g['theme']; ?>/images/icons/<?php echo $image; ?>.gif" title="<?php echo $alttext;?>" border="0"><?php } ?>&nbsp;<?=$textss;?><?php echo $schedule_span_begin;?><?=htmlspecialchars($filterent['sched']);?><?php echo $schedule_span_end; ?><?=$textse;?>
</td>
- <td class="listbg" onClick="fr_toggle(<?=$nrules;?>)" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';" bcolor="#990000"><font color="white">
+ <td class="listbg" onClick="fr_toggle(<?=$nrules;?>)" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';" class="descr">
<?=$textss;?><?=htmlspecialchars($filterent['descr']);?>&nbsp;<?=$textse;?>
</td>
<td valign="middle" nowrap class="list">
OpenPOWER on IntegriCloud