From 5c914c00c5e0ddd9bf71a533334d8c97393cf554 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 24 Jan 2017 07:24:00 +0545 Subject: Required fields in Status pages (cherry picked from commit f311d3ba11572364488ee25ca9df08a33e42a089) --- src/usr/local/www/status_captiveportal_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/status_captiveportal_test.php') 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.'); -- cgit v1.1