summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 745e994)
raw | patch | inline | side by side (parent: 745e994)
author | dradon <dradon@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Apr 2011 08:32:46 +0000 (08:32 +0000) | ||
committer | dradon <dradon@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 13 Apr 2011 08:32:46 +0000 (08:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20719 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc
index 2befb7ed11cc070e472d959a395da88fb4569170..74ee4740c75cb03b70a47ae75b751b496f86fc0a 100644 (file)
$this->ui = get_userinfo();
-
// Create group-list
$this->groupList = new sortableListing(array(), array());
$this->groupList->setHeader(array(_("~"), _("Group"), _("Description")));
/* Templates now! */
$smarty = get_smarty();
-
-
$smarty->assign("groupList", $this->groupList->render());
-
// Handle trust mode dialog
$trustModeDialog = $this->trustModeDialog->execute();
if($this->trustModeDialog->trustSelect){
}
}
-
$this->groupMembership_some = $groups_some;
$this->primaryGroup = $this->gidNumber;