summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31ed319)
raw | patch | inline | side by side (parent: 31ed319)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Dec 2010 15:14:57 +0000 (15:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Dec 2010 15:14:57 +0000 (15:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20541 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/class_aclRole.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc
index cdc2db7fb6ecb79a382e2725948e8033e2d95a19..e3089996eb8bfbb1c6173bd8d6e3a55bf6865e2f 100644 (file)
$this->sectionList->setHeight("400px");
$this->sectionList->setColspecs(array('200px','*'));
$this->sectionList->setHeader(array(_("Category"),_("Description")));
- $this->sectionList->setDefaultSortColumn(1);
+ $this->sectionList->setDefaultSortColumn(0);
$this->sectionList->setAcl('rwcdm'); // All ACLs, we filter on our own here.
}