fixed help

This commit is contained in:
Roland Gruber 2013-11-23 13:22:31 +00:00
parent a934c7c769
commit ba135d33e2
1 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ class posixAccount extends baseModule implements passwordService {
"Text" => _("Here you can enter a list of additional group memberships. The group names are separated by commas.") "Text" => _("Here you can enter a list of additional group memberships. The group names are separated by commas.")
), ),
'homeDirectory_upload' => array( 'homeDirectory_upload' => array(
"Headline" => _("Home directory"), "Headline" => _("Home directory"), 'attr' => $this->getHomedirAttrName(),
"Text" => _("Please enter the path to the user's home directory.") "Text" => _("Please enter the path to the user's home directory.")
), ),
'deletehomedir' => array( 'deletehomedir' => array(
@ -504,7 +504,7 @@ class posixAccount extends baseModule implements passwordService {
"Text" => _("The primary group the user should be member of.") "Text" => _("The primary group the user should be member of.")
), ),
'homeDirectory' => array( 'homeDirectory' => array(
"Headline" => _("Home directory"), 'attr' => 'homeDirectory', "Headline" => _("Home directory"), 'attr' => $this->getHomedirAttrName(),
"Text" => _('$user and $group will be replaced with user name and primary group name.') "Text" => _('$user and $group will be replaced with user name and primary group name.')
), ),
'userPassword' => array( 'userPassword' => array(