summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_mac_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-25 12:51:17 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-25 12:51:17 +0545
commitc06865be6de6b164d06ee9bb1768dfe6829d783c (patch)
tree48445ea52e7b8092d442230f07f25d7a9eeced17 /src/usr/local/www/services_captiveportal_mac_edit.php
parent47f2a4b9eb22ea6f1f6baad83e3786ecb53c5394 (diff)
downloadpfsense-c06865be6de6b164d06ee9bb1768dfe6829d783c.zip
pfsense-c06865be6de6b164d06ee9bb1768dfe6829d783c.tar.gz
Required fields for Captive Portal
Diffstat (limited to 'src/usr/local/www/services_captiveportal_mac_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_mac_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_mac_edit.php b/src/usr/local/www/services_captiveportal_mac_edit.php
index 50e45d7..4cd30a3 100644
--- a/src/usr/local/www/services_captiveportal_mac_edit.php
+++ b/src/usr/local/www/services_captiveportal_mac_edit.php
@@ -200,7 +200,7 @@ $section = new Form_Section('Edit MAC Address Rules');
$section->addInput(new Form_Select(
'action',
- 'Action',
+ '*Action',
strtolower($pconfig['action']),
array('pass' => gettext('Pass'), 'block' => gettext('Block'))
))->setHelp('Choose what to do with packets coming from this MAC address.');
@@ -222,7 +222,7 @@ $btnmymac = new Form_Button(
$btnmymac->setAttribute('type','button')->removeClass('btn-primary')->addClass('btn-success btn-sm');
-$group = new Form_Group('MAC Address');
+$group = new Form_Group('*MAC Address');
$group->add($macaddress);
$group->add($btnmymac);
$group->setHelp('6 hex octets separated by colons');
OpenPOWER on IntegriCloud