summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_schedule_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 17:46:20 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:26:24 -0200
commit5c9dcd194ffe38b7009e0955ea6f029f15e93966 (patch)
treec748a77b7cade8ac8731055cad618132cb1294ad /src/usr/local/www/firewall_schedule_edit.php
parenta6caa27eb615dbfb298553249fecb8f2734c9339 (diff)
downloadpfsense-5c9dcd194ffe38b7009e0955ea6f029f15e93966.zip
pfsense-5c9dcd194ffe38b7009e0955ea6f029f15e93966.tar.gz
Required fields for firewall*.php
(cherry picked from commit 8a1b5c561f93611b711eb4e7b58ccb4990577d8e)
Diffstat (limited to 'src/usr/local/www/firewall_schedule_edit.php')
-rw-r--r--src/usr/local/www/firewall_schedule_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/firewall_schedule_edit.php b/src/usr/local/www/firewall_schedule_edit.php
index c4a999d..ee9ab56 100644
--- a/src/usr/local/www/firewall_schedule_edit.php
+++ b/src/usr/local/www/firewall_schedule_edit.php
@@ -384,7 +384,7 @@ $section = new Form_Section('Schedule Information');
$input = new Form_Input(
'name',
- 'Schedule Name',
+ '*Schedule Name',
'text',
$pconfig['name']
);
@@ -413,11 +413,11 @@ $section->addInput(new Form_Select(
));
$section->addInput(new Form_StaticText(
- 'Date',
+ '*Date',
build_date_table()
));
-$group = new Form_Group('Time');
+$group = new Form_Group('*Time');
$group->add(new Form_Select(
'starttimehour',
OpenPOWER on IntegriCloud