small fix for config options

This commit is contained in:
Roland Gruber 2004-11-14 13:50:57 +00:00
parent 27f2d50e1d
commit 2f0dee28ca
1 changed files with 43 additions and 45 deletions

View File

@ -236,9 +236,7 @@ class posixGroup extends baseModule {
2 => array('kind' => 'text', 'value' => ' '), 2 => array('kind' => 'text', 'value' => ' '),
3 => array('kind' => 'text', 'text' => '<b>' . _('Maximum GID number') . " *: </b>"), 3 => array('kind' => 'text', 'text' => '<b>' . _('Maximum GID number') . " *: </b>"),
4 => array('kind' => 'input', 'name' => 'posixGroup_maxGID', 'type' => 'text', 'size' => '10', 'maxlength' => '255'), 4 => array('kind' => 'input', 'name' => 'posixGroup_maxGID', 'type' => 'text', 'size' => '10', 'maxlength' => '255'),
5 => array('kind' => 'help', 'value' => 'minMaxGID')) 5 => array('kind' => 'help', 'value' => 'minMaxGID')),
);
$return['config_options']['all'] = array(
array( array(
0 => array('kind' => 'text', 'text' => '<b>' . _("Password hash type") . ': &nbsp;</b>'), 0 => array('kind' => 'text', 'text' => '<b>' . _("Password hash type") . ': &nbsp;</b>'),
1 => array('kind' => 'select', 'name' => 'posixGroup_pwdHash', 'size' => '1', 1 => array('kind' => 'select', 'name' => 'posixGroup_pwdHash', 'size' => '1',