summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-30 20:42:31 +0545
commit153c3aa61fe65c51d584a57c032a4805048e3062 (patch)
tree42696094778acd02a2841644f05dc99ec78cd535 /src/usr/local/www/system_gateway_groups_edit.php
parentb39cebf6f09b7d110d810e3ccff0136751aa1718 (diff)
downloadpfsense-153c3aa61fe65c51d584a57c032a4805048e3062.zip
pfsense-153c3aa61fe65c51d584a57c032a4805048e3062.tar.gz
Required fields for System pages
Diffstat (limited to 'src/usr/local/www/system_gateway_groups_edit.php')
-rw-r--r--src/usr/local/www/system_gateway_groups_edit.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_gateway_groups_edit.php b/src/usr/local/www/system_gateway_groups_edit.php
index 432ebec..b5cc167 100644
--- a/src/usr/local/www/system_gateway_groups_edit.php
+++ b/src/usr/local/www/system_gateway_groups_edit.php
@@ -206,7 +206,7 @@ $section = new Form_Section('Edit Gateway Group Entry');
$section->addInput(new Form_Input(
'name',
- 'Group Name',
+ '*Group Name',
'text',
$pconfig['name']
));
@@ -214,14 +214,14 @@ $section->addInput(new Form_Input(
$row = 0;
$numrows = count($a_gateways) - 1;
-$group = new Form_Group('Gateway Priority');
+$group = new Form_Group('*Gateway Priority');
$group->add(new Form_StaticText('', ''))->setReadonly();
$group->add(new Form_StaticText('', ''))->setReadonly();
$group->add(new Form_StaticText('', ''))->setReadonly();
$group->add(new Form_StaticText('', ''))->setWidth(3)->setReadonly();
$section->add($group);
-// Determine the protocol familily this group pertains to. We loop through every item
+// Determine the protocol family this group pertains to. We loop through every item
// just in case any have been removed and so have no family (orphans?)
if (is_array($pconfig['item'])) {
@@ -323,7 +323,7 @@ $section->addInput(new Form_StaticText(
$section->addInput(new Form_Select(
'trigger',
- 'Trigger Level',
+ '*Trigger Level',
$pconfig['trigger'],
array(
'0' => gettext('Member down'),
OpenPOWER on IntegriCloud