summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorScott Dale <sdale@pfsense.org>2007-03-28 00:42:33 +0000
committerScott Dale <sdale@pfsense.org>2007-03-28 00:42:33 +0000
commit67d9ec69eab696d9718826cf0afb375b91894944 (patch)
tree0f6e08ce564dc274f2eaa8027ede0e25ceb50b06 /usr/local/www/firewall_schedule_edit.php
parente61c7d6b9cc0ebfa97f256ce85383387da7b3018 (diff)
downloadpfsense-67d9ec69eab696d9718826cf0afb375b91894944.zip
pfsense-67d9ec69eab696d9718826cf0afb375b91894944.tar.gz
updated text descriptions and added check to ensure at least 1 time range is configured
Diffstat (limited to 'usr/local/www/firewall_schedule_edit.php')
-rw-r--r--usr/local/www/firewall_schedule_edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/firewall_schedule_edit.php b/usr/local/www/firewall_schedule_edit.php
index 41911a1..c5119de 100644
--- a/usr/local/www/firewall_schedule_edit.php
+++ b/usr/local/www/firewall_schedule_edit.php
@@ -716,7 +716,7 @@ EOD;
<td width="85%" class="vtable">
<input name="name" type="text" id="name" size="40" class="formfld" value="<?=htmlspecialchars($pconfig['name']);?>"><br>
<span class="vexpl">
- The name of the alias may only consist of the characters a-z, A-Z and 0-9.
+ The name of the alias may only consist of the characters a-z, A-Z and 0-9, -, _
</span>
</td>
</tr>
@@ -853,7 +853,8 @@ EOD;
</td>
</tr>
</table><br>
- Enter the time range (in 24 hour format) for the day(s) selected on the Month(s) above. The start and stop minutes can only be in 15 minute increments. I.E. 15, 30, 45 or 00.
+ Enter the time range (in 24 hour format) for the day(s) selected on the Month(s) above. The start and stop minutes can only be in 15 minute increments. I.E. 00, 15, 30, 45 or 59.
+ <br>A full day is 0:0-23:59.
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud