summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-22 16:08:49 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:31:58 -0200
commit65b8c1ed0ae8c1cd349932c4860cd2a3c4cda02c (patch)
tree03cb66f229a806469b07fccf0276659eb0be4697 /src/usr/local/www/firewall_nat_edit.php
parentedfefd7ee9b5a8d7f51c356b8ad60af9f760b505 (diff)
downloadpfsense-65b8c1ed0ae8c1cd349932c4860cd2a3c4cda02c.zip
pfsense-65b8c1ed0ae8c1cd349932c4860cd2a3c4cda02c.tar.gz
Required fields in NAT pages
(cherry picked from commit f2e58c16307795f572ff443e999c54eb6a9839e7)
Diffstat (limited to 'src/usr/local/www/firewall_nat_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/firewall_nat_edit.php b/src/usr/local/www/firewall_nat_edit.php
index 4ea26ea..9d8543e 100644
--- a/src/usr/local/www/firewall_nat_edit.php
+++ b/src/usr/local/www/firewall_nat_edit.php
@@ -820,7 +820,7 @@ $group->setHelp('Specify the source port or port range for this rule. This is us
$section->add($group);
-$group = new Form_Group('Destination');
+$group = new Form_Group('*Destination');
$group->add(new Form_Checkbox(
'dstnot',
@@ -845,7 +845,7 @@ $group->add(new Form_IpAddress(
$section->add($group);
-$group = new Form_Group('Destination port range');
+$group = new Form_Group('*Destination port range');
$group->addClass('dstportrange');
$group->add(new Form_Select(
@@ -883,13 +883,13 @@ $section->add($group);
$section->addInput(new Form_IpAddress(
'localip',
- 'Redirect target IP',
+ '*Redirect target IP',
$pconfig['localip'],
'ALIASV4V6'
))->setHelp('Enter the internal IP address of the server on which to map the ports.' . '<br />' .
'e.g.: 192.168.1.12');
-$group = new Form_Group('Redirect target port');
+$group = new Form_Group('*Redirect target port');
$group->addClass('lclportrange');
$group->add(new Form_Select(
OpenPOWER on IntegriCloud