summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 13:36:25 -0200
commit51685157f6baed5876808645b5762f918a8f8874 (patch)
tree132ca482ba12760fb3016a622a57371e7c5dbf50 /src/usr/local/www/system.php
parent7620266fd0394607335ee87c30b93195e8880c43 (diff)
downloadpfsense-51685157f6baed5876808645b5762f918a8f8874.zip
pfsense-51685157f6baed5876808645b5762f918a8f8874.tar.gz
Required fields for System pages
(cherry picked from commit 153c3aa61fe65c51d584a57c032a4805048e3062)
Diffstat (limited to 'src/usr/local/www/system.php')
-rw-r--r--src/usr/local/www/system.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index b754f11..e0604df 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -460,7 +460,7 @@ $form = new Form;
$section = new Form_Section('System');
$section->addInput(new Form_Input(
'hostname',
- 'Hostname',
+ '*Hostname',
'text',
$pconfig['hostname'],
['placeholder' => 'pfSense']
@@ -468,7 +468,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'domain',
- 'Domain',
+ '*Domain',
'text',
$pconfig['domain'],
['placeholder' => 'mycorp.com, home, office, private, etc.']
@@ -576,7 +576,7 @@ $section = new Form_Section('Localization');
$section->addInput(new Form_Select(
'timezone',
- 'Timezone',
+ '*Timezone',
$pconfig['timezone'],
array_combine($timezonelist, $timezonedesc)
))->setHelp('Select the timezone or location within the timezone to be used by this system. '.
@@ -592,7 +592,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Select(
'language',
- 'Language',
+ '*Language',
$pconfig['language'],
get_locale_list()
))->setHelp('Choose a language for the webConfigurator');
OpenPOWER on IntegriCloud