fixed help entry (patch 1664542)
This commit is contained in:
parent
28e75b8a13
commit
8cca514ef8
|
@ -214,7 +214,7 @@ class sambaGroupMapping extends baseModule {
|
|||
}
|
||||
$return[] = array ( 0 => array ( 'kind' => 'text', 'text' => _('Group type') ),
|
||||
1 => array ( 'kind' => 'select', 'name' => 'sambaGroupType', 'options' => $names , 'options_selected' => $selected ),
|
||||
2 => array ( 'kind' => 'help', 'value' => 'sambaDomainName' ));
|
||||
2 => array ( 'kind' => 'help', 'value' => 'type' ));
|
||||
$selectedDomain = array();
|
||||
if (isset($sel_domain)) $selectedDomain = array($sel_domain);
|
||||
$return[] = array ( 0 => array ( 'kind' => 'text', 'text' => _('Domain') ),
|
||||
|
|
Loading…
Reference in New Issue