summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb897c2)
raw | patch | inline | side by side (parent: eb897c2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Oct 2010 12:17:17 +0000 (12:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 26 Oct 2010 12:17:17 +0000 (12:17 +0000) |
-thanks to 'bcooksley'
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20160 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20160 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_sortableListing.inc | patch | blob | history |
diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc
index 5f3524f93785a4a46e8c23d030cda8c36596481f..22d7a18df155707ea590a84e436a23fcc79feb94 100644 (file)
} else {
$edit_image= $this->editable?image('images/lists/edit.png', "%ID", _("Edit this entry")):"";
}
- if (strpos($this->acl, 'd') === false) {
+ if (strpos($this->acl, 'w') === false) {
$delete_image= $this->deleteable?image('images/lists/trash-grey.png'):"";
} else {
$delete_image= $this->deleteable?image('images/lists/trash.png', "%ID", _("Delete this entry")):"";