summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/system_groupmanager.php11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/usr/local/www/system_groupmanager.php b/src/usr/local/www/system_groupmanager.php
index 297e0b9..dc6b7cd 100644
--- a/src/usr/local/www/system_groupmanager.php
+++ b/src/usr/local/www/system_groupmanager.php
@@ -395,14 +395,7 @@ if (isset($id) && $a_group[$id]){
}
$section = new Form_Section('Group Properties');
-/*
-if ($_GET['act'] != "new") {
- $section->addInput(new Form_StaticText(
- 'Defined by',
- strtoupper($pconfig['gtype'])
- ));
-}
-*/
+
$section->addInput($input = new Form_Input(
'groupname',
'Group name',
@@ -424,7 +417,7 @@ if ($pconfig['gtype'] == "system") {
'gtype',
'Scope',
$pconfig['gtype'],
- ["local" => "Local", "remote" => "Remote"]
+ ["local" => gettext("Local"), "remote" => gettext("Remote")]
));
}
OpenPOWER on IntegriCloud