From 07205fd67d66db20ec5400f51f26194c2f5a802e Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 2 Mar 2010 08:35:31 +0000 Subject: [PATCH] Updated lists'n images git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15827 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 3 ++- gosa-core/include/class_listing.inc | 25 ++++++++++----------- gosa-core/include/functions.inc | 13 ++++++++--- gosa-core/plugins/admin/users/user-list.tpl | 2 +- gosa-core/plugins/admin/users/user-list.xml | 2 +- 5 files changed, 26 insertions(+), 19 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 4304e81f4..333fbb5e3 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -90,6 +90,7 @@ input[type=submit].img{ border:0; padding:0; margin:0; + margin-top:-2px; display:inline-block; display:-moz-inline-block; background-color:transparent; @@ -765,7 +766,7 @@ div.listContainer { } .listScrollContent td div.img { - padding-right:1px; + margin-right:1px; } .listScrollContent td input[type=submit].img { diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 7b2cab180..ef7e038c3 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -238,7 +238,7 @@ class listing { isset($config['sortType'])) { $this->sortAttribute= $config['sortAttribute']; $this->sortType= $config['sortType']; - $sorter= " "; + $sorter= " ".image("images/lists/sort-".($this->sortDirection[$index]?"up":"down").".png", null, null, $this->sortDirection[$index]?_("Up"):_("Down"), "text-top"); } $sortable= (isset($config['sortAttribute'])); @@ -1102,8 +1102,7 @@ class listing { // Load shortcut $actions= &$this->xmlData['actionmenu']['action']; $result= "
". - "