From 3512b8f5f69d58bb92626b63d2dbdf7a95e98a90 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 27 Apr 2010 08:41:46 +0000 Subject: [PATCH] Updated icons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17872 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 2 +- gosa-core/plugins/admin/acl/acl-list.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 4642d086c..3af979b28 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -232,7 +232,7 @@ class sortableListing { } // Do we need colspecs? - $action_width= ($this->editable?20:0) + ($this->deleteable?20:0); + $action_width= ($this->editable?30:0) + ($this->deleteable?30:0); if ($this->colspecs) { $result.= " \n"; for ($i= 0; $i<$this->columns; $i++) { diff --git a/gosa-core/plugins/admin/acl/acl-list.xml b/gosa-core/plugins/admin/acl/acl-list.xml index d392a21c5..777ecc4b7 100644 --- a/gosa-core/plugins/admin/acl/acl-list.xml +++ b/gosa-core/plugins/admin/acl/acl-list.xml @@ -30,7 +30,7 @@ - |20px;c|200px||170px;r| + |20px;c|200px||100px;r| %{filter:objectType(dn,objectClass)} -- 2.30.2