summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases_import.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-22 15:59:52 +0545
committerRenato Botelho <renato@netgate.com>2017-01-23 18:09:00 -0200
commit121a1ac2d783daf8bb7a0de2da0646fb8d249924 (patch)
tree91ac6ddcbb7bd4c6c661055517228a430eeec0af /src/usr/local/www/firewall_aliases_import.php
parentc9b688aee93de53d8a9cb9c21eb89bc4478f71c2 (diff)
downloadpfsense-121a1ac2d783daf8bb7a0de2da0646fb8d249924.zip
pfsense-121a1ac2d783daf8bb7a0de2da0646fb8d249924.tar.gz
Add required fields to firewall_aliases_import
(cherry picked from commit b6368b73d921a29e87cc1cd02ab912024ba66d0a)
Diffstat (limited to 'src/usr/local/www/firewall_aliases_import.php')
-rw-r--r--src/usr/local/www/firewall_aliases_import.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_aliases_import.php b/src/usr/local/www/firewall_aliases_import.php
index 06a8a1b..8799dbb 100644
--- a/src/usr/local/www/firewall_aliases_import.php
+++ b/src/usr/local/www/firewall_aliases_import.php
@@ -264,7 +264,7 @@ $section = new Form_Section($sectiontext);
$section->addInput(new Form_Input(
'name',
- 'Alias Name',
+ '*Alias Name',
'text',
$_POST['name']
))->setPattern('[a-zA-Z0-9_]+')->setHelp('The name of the alias may only consist '.
@@ -279,7 +279,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Textarea(
'aliasimport',
- 'Aliases to import',
+ '*Aliases to import',
$_POST["aliasimport"]
))->setHelp($helptext);
OpenPOWER on IntegriCloud