summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-01-24 10:33:14 -0200
committerRenato Botelho <renato@netgate.com>2017-01-24 10:33:14 -0200
commitc0f396d506246620827f62f18cbbe22283c2183b (patch)
treee4460cc5b6c28a18e82d792dbfefdbd66d1a8a76
parent3a8f123d52409e73e779bf657d9e86cc47a1eda5 (diff)
parentf311d3ba11572364488ee25ca9df08a33e42a089 (diff)
downloadpfsense-c0f396d506246620827f62f18cbbe22283c2183b.zip
pfsense-c0f396d506246620827f62f18cbbe22283c2183b.tar.gz
Merge pull request #3434 from phil-davis/required-fields5
-rw-r--r--src/usr/local/www/status_captiveportal_expire.php2
-rw-r--r--src/usr/local/www/status_captiveportal_test.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/status_captiveportal_expire.php b/src/usr/local/www/status_captiveportal_expire.php
index 85d9d7c..29b030b 100644
--- a/src/usr/local/www/status_captiveportal_expire.php
+++ b/src/usr/local/www/status_captiveportal_expire.php
@@ -83,7 +83,7 @@ $section = new Form_Section('Expire Vouchers');
$section->addInput(new Form_Textarea(
'vouchers',
- 'Vouchers',
+ '*Vouchers',
$_POST['vouchers']
))->setHelp('Enter multiple vouchers separated by space or newline. All valid vouchers will be marked as expired.');
diff --git a/src/usr/local/www/status_captiveportal_test.php b/src/usr/local/www/status_captiveportal_test.php
index 1609caa..5436bd3 100644
--- a/src/usr/local/www/status_captiveportal_test.php
+++ b/src/usr/local/www/status_captiveportal_test.php
@@ -91,7 +91,7 @@ $section = new Form_Section('Test Vouchers');
$section->addInput(new Form_Textarea(
'vouchers',
- 'Vouchers',
+ '*Vouchers',
$_POST['vouchers']
))->setHelp('Enter multiple vouchers separated by space or newline. The remaining time, if valid, will be shown for each voucher.');
OpenPOWER on IntegriCloud