summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c83e8aa)
raw | patch | inline | side by side (parent: c83e8aa)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Apr 2010 08:45:27 +0000 (08:45 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 12 Apr 2010 08:45:27 +0000 (08:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17577 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 d36f235d7cc5c9e169a752190721a362dc659274..725ec7a8569f8fa14c4645186d6f39beaa70fc1c 100644 (file)
$this->sectionList->setWidth("100%");
$this->sectionList->setHeight("400px");
$this->sectionList->setColspecs(array('200px','*'));
- $this->sectionList->setHeader(array(_("Section"),_("Description")));
+ $this->sectionList->setHeader(array(_("Category"),_("Description")));
$this->sectionList->setDefaultSortColumn(1);
$this->sectionList->setAcl('rwcdm'); // All ACLs, we filter on our own here.
}