summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-04-17 18:51:47 +0000
committerScott Dale <sdale@pfsense.org>2007-04-17 18:51:47 +0000
commit2a113ca9fce8725cd7c6ad236cfe26e9c5819953 (patch)
treefdcd84ec0443fc37d8547ada759419e309c66e3b /usr/local/www/firewall_schedule_edit.php
parentf89e550c3a1b0a68ecf257bf549419f45108a88f (diff)
downloadpfsense-2a113ca9fce8725cd7c6ad236cfe26e9c5819953.zip
pfsense-2a113ca9fce8725cd7c6ad236cfe26e9c5819953.tar.gz
Schedule popup on firewall page, stop min 0>00
MFC: asap
Diffstat (limited to 'usr/local/www/firewall_schedule_edit.php')
-rw-r--r--usr/local/www/firewall_schedule_edit.php17
1 files changed, 8 insertions, 9 deletions
diff --git a/usr/local/www/firewall_schedule_edit.php b/usr/local/www/firewall_schedule_edit.php
index d89a8bf..a187723 100644
--- a/usr/local/www/firewall_schedule_edit.php
+++ b/usr/local/www/firewall_schedule_edit.php
@@ -579,15 +579,15 @@ function insertElements(tempFriendlyTime, starttimehour, starttimemin, stoptimeh
tr.appendChild(td);
td = d.createElement("td");
- td.innerHTML="<input type='text' readonly class='formfld' name='starttime" + schCounter + "' id='starttime" + schCounter + "' style=' word-wrap:break-word; width:100%; border:0px solid;' value='" + starttimehour + ":" + starttimemin + "'>";
+ td.innerHTML="<input type='text' readonly class='vexpl' name='starttime" + schCounter + "' id='starttime" + schCounter + "' style=' word-wrap:break-word; width:100%; border:0px solid;' value='" + starttimehour + ":" + starttimemin + "'>";
tr.appendChild(td);
td = d.createElement("td");
- td.innerHTML="<input type='text' readonly class='formfld' name='stoptime" + schCounter + "' id='stoptime" + schCounter + "' style=' word-wrap:break-word; width:100%; border:0px solid;' value='" + stoptimehour + ":" + stoptimemin + "'>";
+ td.innerHTML="<input type='text' readonly class='vexpl' name='stoptime" + schCounter + "' id='stoptime" + schCounter + "' style=' word-wrap:break-word; width:100%; border:0px solid;' value='" + stoptimehour + ":" + stoptimemin + "'>";
tr.appendChild(td);
td = d.createElement("td");
- td.innerHTML="<input type='text' readonly class='formfld' name='timedescr" + schCounter + "' id='timedescr" + schCounter + "' style=' word-wrap:break-word; width:100%; border:0px solid;' value='" + tempdescr + "'>";
+ td.innerHTML="<input type='text' readonly class='vexpl' name='timedescr" + schCounter + "' id='timedescr" + schCounter + "' style=' word-wrap:break-word; width:100%; border:0px solid;' value='" + tempdescr + "'>";
tr.appendChild(td);
td = d.createElement("td");
@@ -920,7 +920,7 @@ EOD;
?>
</select>&nbsp;Hr&nbsp;&nbsp;
<select name="stoptimemin" class="formfld" id="stoptimemin">
- <option value="0">0</option>
+ <option value="00">00</option>
<option value="15">15</option>
<option value="30">30</option>
<option value="45">45</option>
@@ -974,8 +974,7 @@ EOD;
if ($timerange){
$dayFriendly = "";
$tempFriendlyTime = "";
- $timedescr = $timerange['rangedescr'];
- $daytimeseparator = strrpos($timerange, ",");
+ $timedescr = $timerange['rangedescr'];
//get hours
$temptimerange = $timerange['hour'];
@@ -1090,13 +1089,13 @@ EOD;
<span class="vexpl"><?php echo $tempFriendlyTime; ?><span>
</td>
<td>
- <input type='text' readonly class='formfld' name='starttime<?php echo $counter; ?>' id='starttime<?php echo $counter; ?>' style=' word-wrap:break-word; width:100%; border:0px solid;' value='<?php echo $starttime; ?>'>
+ <input type='text' readonly class='vexpl' name='starttime<?php echo $counter; ?>' id='starttime<?php echo $counter; ?>' style=' word-wrap:break-word; width:100%; border:0px solid;' value='<?php echo $starttime; ?>'>
</td>
<td>
- <input type='text' readonly class='formfld' name='stoptime<?php echo $counter; ?>' id='stoptime<?php echo $counter; ?>' style=' word-wrap:break-word; width:100%; border:0px solid;' value='<?php echo $stoptime; ?>'>
+ <input type='text' readonly class='vexpl' name='stoptime<?php echo $counter; ?>' id='stoptime<?php echo $counter; ?>' style=' word-wrap:break-word; width:100%; border:0px solid;' value='<?php echo $stoptime; ?>'>
</td>
<td>
- <input type='text' readonly class='formfld' name='timedescr<?php echo $counter; ?>' id='timedescr<?php echo $counter; ?>' style=' word-wrap:break-word; width:100%; border:0px solid;' value='<?php echo $timedescr; ?>'>
+ <input type='text' readonly class='vexpl' name='timedescr<?php echo $counter; ?>' id='timedescr<?php echo $counter; ?>' style=' word-wrap:break-word; width:100%; border:0px solid;' value='<?php echo $timedescr; ?>'>
</td>
<td>
<input type='image' src='/themes/<?php echo $g['theme']; ?>/images/icons/icon_e.gif' onclick='editRow("<?php echo $tempTime; ?>",this); return false;' value='Edit'>
OpenPOWER on IntegriCloud