summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-12 21:24:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-12 21:24:10 +0000
commitd4da62498807b8267b62e61f752ed9737c1de5ff (patch)
tree39a07bde8f502dfecbc06f7635723770a2bd52e0 /usr/local/www/firewall_schedule_edit.php
parenta313e8ebabb3bf24a8d1100430d5b1cadb77e0ea (diff)
downloadpfsense-d4da62498807b8267b62e61f752ed9737c1de5ff.zip
pfsense-d4da62498807b8267b62e61f752ed9737c1de5ff.tar.gz
Do not hard code white
Diffstat (limited to 'usr/local/www/firewall_schedule_edit.php')
-rw-r--r--usr/local/www/firewall_schedule_edit.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/firewall_schedule_edit.php b/usr/local/www/firewall_schedule_edit.php
index baf5e09..3cda9a9 100644
--- a/usr/local/www/firewall_schedule_edit.php
+++ b/usr/local/www/firewall_schedule_edit.php
@@ -815,7 +815,7 @@ EOD;
?>
<div id="<?php echo date("F y",mktime(0, 0, 0, date($monthcounter), 1, date($yearcounter)));?>" z-index:-1000; style="position:relative; display:<?php if($firstmonth)echo "block";else echo "none";?>">
<TABLE BORDER=1 CELLSPACING=1 CELLPADDING=1 id="calTable" class="tabcont">
- <TR><TD COLSPAN="7" ALIGN=center class="listbg"><B><font color="white"><?php echo date("F Y", mktime(0, 0, 0, date($monthcounter), 1, date($yearcounter)));?></B></TD>
+ <TR><TD COLSPAN="7" ALIGN=center class="listbg"><B><?php echo date("F Y", mktime(0, 0, 0, date($monthcounter), 1, date($yearcounter)));?></B></TD>
</TR>
<TR>
<TD ALIGN=center class="listhdrr" style="cursor: pointer;" onClick="daytoggle('w1p1');"><u><b>Mon</b></u></TD>
@@ -967,10 +967,10 @@ EOD;
<table id="scheduletable">
<tbody>
<tr>
- <TD ALIGN=center class="listbg" width="35%"><font color="white">Day(s)</td>
- <TD ALIGN=center class="listbg" width="12%"><font color="white">Start Time</td>
- <TD ALIGN=center class="listbg" width="11%"><font color="white">Stop Time</td>
- <TD ALIGN=center class="listbg" width="42%"><font color="white">Description</td>
+ <TD ALIGN="center" class="listbg" width="35%">Day(s)</td>
+ <TD ALIGN="center" class="listbg" width="12%">Start Time</td>
+ <TD ALIGN="center" class="listbg" width="11%">Stop Time</td>
+ <TD ALIGN="center" class="listbg" width="42%">Description</td>
</tr>
<?php
if ($getSchedule){
OpenPOWER on IntegriCloud