summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 07:24:00 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:26:31 -0200
commit5c914c00c5e0ddd9bf71a533334d8c97393cf554 (patch)
tree63d16345c522c2f73fd783ddd16e79a9f147d816 /src
parent927c0074b5cf177dc09ff4471d6a04d9ee11678f (diff)
downloadpfsense-5c914c00c5e0ddd9bf71a533334d8c97393cf554.zip
pfsense-5c914c00c5e0ddd9bf71a533334d8c97393cf554.tar.gz
Required fields in Status pages
(cherry picked from commit f311d3ba11572364488ee25ca9df08a33e42a089)
Diffstat (limited to 'src')
-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 ef11abf..f485c30 100644
--- a/src/usr/local/www/status_captiveportal_expire.php
+++ b/src/usr/local/www/status_captiveportal_expire.php
@@ -114,7 +114,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 175ae40..7b2fdcc 100644
--- a/src/usr/local/www/status_captiveportal_test.php
+++ b/src/usr/local/www/status_captiveportal_test.php
@@ -122,7 +122,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