summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 20:34:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 20:34:18 +0000
commitd514a16b616839e6023a07daa8133efb71c8f345 (patch)
tree42922e1c0a85a2273cd2af51215deba6c781a5bb
parent33300c73f2f3200523b967acda926457ad8eef05 (diff)
downloadpfsense-d514a16b616839e6023a07daa8133efb71c8f345.zip
pfsense-d514a16b616839e6023a07daa8133efb71c8f345.tar.gz
Do not hard code white
-rw-r--r--usr/local/www/firewall_schedule.php1
-rwxr-xr-xusr/local/www/status_slbd_pool.php2
-rwxr-xr-xusr/local/www/status_slbd_vs.php2
3 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/firewall_schedule.php b/usr/local/www/firewall_schedule.php
index 784e6fc..d457bdb 100644
--- a/usr/local/www/firewall_schedule.php
+++ b/usr/local/www/firewall_schedule.php
@@ -209,7 +209,6 @@ include("head.inc");
}//end for?></table>
</td>
<td class="listbg" ondblclick="document.location='firewall_schedule_edit.php?id=<?=$i;?>';">
- <font color="#FFFFFF">
<?=htmlspecialchars($schedule['descr']);?>&nbsp;
</td>
<td valign="middle" nowrap class="list">
diff --git a/usr/local/www/status_slbd_pool.php b/usr/local/www/status_slbd_pool.php
index 19fa5ec..782a286 100755
--- a/usr/local/www/status_slbd_pool.php
+++ b/usr/local/www/status_slbd_pool.php
@@ -148,7 +148,7 @@ include("head.inc");
</table>
</td>
<td class="listbg" >
- <font color="#FFFFFF"><?=$vipent['desc'];?></font>
+ <?=$vipent['desc'];?>
</td>
</tr>
<?php
diff --git a/usr/local/www/status_slbd_vs.php b/usr/local/www/status_slbd_vs.php
index 3cee12a..0f56f32 100755
--- a/usr/local/www/status_slbd_vs.php
+++ b/usr/local/www/status_slbd_vs.php
@@ -165,7 +165,7 @@ include("head.inc");
<?=$rdr_a[$vsent['name']]['status']?>
</td>
<td class="listbg" >
- <font color="#FFFFFF"><?=$vipent['desc'];?></font>
+ <?=$vipent['desc'];?>
</td>
</tr>
<?php $i++; endforeach; ?>
OpenPOWER on IntegriCloud