summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-19 22:16:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-19 22:16:56 +0000
commit2dc6b3addac7ce406a02ebabf7a0651de83db8eb (patch)
tree8deb106e549b03df6b5220387a9ab522a4da70ff /usr/local/www/firewall_shaper_queues.php
parent47ca95802cf193ec783a71b861bbe513696c0104 (diff)
downloadpfsense-2dc6b3addac7ce406a02ebabf7a0651de83db8eb.zip
pfsense-2dc6b3addac7ce406a02ebabf7a0651de83db8eb.tar.gz
change description box font color to white
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 6b30744..d8dad6a 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -119,7 +119,7 @@ if ($_GET['act'] == "del") {
&nbsp; </td>
<td class="listbg">
- <?=htmlspecialchars($queue['name']);?>
+ <font color="#FFFFFF"><?=htmlspecialchars($queue['name']);?>
&nbsp; </td>
<td valign="middle" nowrap class="list"> <a href="firewall_shaper_queues_edit.php?id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a>
&nbsp;<a href="firewall_shaper_queues.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this queue?')"><img src="x.gif" width="17" height="17" border="0"></a></td>
OpenPOWER on IntegriCloud