summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: daa2098)
raw | patch | inline | side by side (parent: daa2098)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Dec 2010 14:09:49 +0000 (14:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Dec 2010 14:09:49 +0000 (14:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20536 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_acl.inc | patch | blob | history |
index 413bd91f58355e62b9adb3e838bba28e89a42e3e..60a4e65beb7f406ae4c0176f84346a9bd6c5da9b 100644 (file)
$this->sectionList->setHeight("120px");
$this->sectionList->setColspecs(array('200px','*'));
$this->sectionList->setHeader(array(_("Section"),_("Description")));
- $this->sectionList->setDefaultSortColumn(1);
+ $this->sectionList->setDefaultSortColumn(0);
$this->sectionList->setAcl('rwcdm'); // All ACLs, we filter on our own here.
$this->roleList = new sortableListing();