summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 123fffb)
raw | patch | inline | side by side (parent: 123fffb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 11:52:31 +0000 (11:52 +0000) | ||
committer | hickert <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 | patch | blob | history |
index c79a7f2876dd4fa1344e67d1abbfa47127236b95..60634943f918293bb3aebadf1dddea1b07a4b2f7 100644 (file)
$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("")){