Code

Updated sort image alignment
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 11:52:31 +0000 (11:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 11:52:31 +0000 (11:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16746 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_acl.inc

index c79a7f2876dd4fa1344e67d1abbfa47127236b95..60634943f918293bb3aebadf1dddea1b07a4b2f7 100644 (file)
@@ -495,8 +495,8 @@ class acl extends plugin
         $field2= array("string" => $link);
 
         if($this->acl_is_writeable("")){
-          $action.= image('images/lists/sort-up.png', 'sortup_'.$key);
-          $action.= image('images/lists/sort-down.png', 'sortdown_'.$key);
+          $action.= image('images/lists/sort-up.png', 'sortup_'.$key,"","top");
+          $action.= image('images/lists/sort-down.png', 'sortdown_'.$key,"","bottom");
         } 
     
         if($this->acl_is_readable("")){