summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-19 17:54:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-19 17:54:56 +0000
commit340e6dca13577095b13f116e0fb2ff5e6f01820a (patch)
tree63543b2deefa28a2eaf962dd11f45fc20748afbd /usr/local/www/firewall_rules.php
parentbf347532f56b2c281b4527c18f84f8b0fc031d60 (diff)
downloadpfsense-340e6dca13577095b13f116e0fb2ff5e6f01820a.zip
pfsense-340e6dca13577095b13f116e0fb2ff5e6f01820a.tar.gz
Change color from brown to new deep red
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index da619c0..59586ff 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -199,7 +199,7 @@ if ($_GET['act'] == "del") {
<?=$textss;?><?php echo htmlspecialchars(pprint_port($filterent['destination']['port'])); ?><?=$textse;?>
</td>
<td class="listbg">
- <?=$textss;?><?=htmlspecialchars($filterent['descr']);?>&nbsp;<?=$textse;?>
+ <?=$textss;?><font color="#FFFFFF"><?=htmlspecialchars($filterent['descr']);?>&nbsp;<?=$textse;?>
</td>
<td valign="middle" nowrap class="list">
<a href="firewall_rules_edit.php?id=<?=$i;?>"><img src="e.gif" title="edit rule" width="17" height="17" border="0"></a>
OpenPOWER on IntegriCloud