Code

Moved sorting button
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 12:17:16 +0000 (12:17 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 12:17:16 +0000 (12:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10469 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/images/lists/sort-down.png [new file with mode: 0644]
gosa-core/html/images/lists/sort-up.png [new file with mode: 0644]
gosa-core/html/images/select_acl.png [deleted file]
gosa-core/html/images/select_acl_role.png [deleted file]
gosa-core/html/images/sort_down.png [deleted file]
gosa-core/html/images/sort_up.png [deleted file]
gosa-core/include/class_acl.inc
gosa-core/plugins/admin/acl/class_aclRole.inc
gosa-core/plugins/admin/acl/class_divListACL.inc
gosa-core/plugins/generic/references/class_reference.inc

diff --git a/gosa-core/html/images/lists/sort-down.png b/gosa-core/html/images/lists/sort-down.png
new file mode 100644 (file)
index 0000000..0d99fd7
Binary files /dev/null and b/gosa-core/html/images/lists/sort-down.png differ
diff --git a/gosa-core/html/images/lists/sort-up.png b/gosa-core/html/images/lists/sort-up.png
new file mode 100644 (file)
index 0000000..59e98a1
Binary files /dev/null and b/gosa-core/html/images/lists/sort-up.png differ
diff --git a/gosa-core/html/images/select_acl.png b/gosa-core/html/images/select_acl.png
deleted file mode 100644 (file)
index 04a05c1..0000000
Binary files a/gosa-core/html/images/select_acl.png and /dev/null differ
diff --git a/gosa-core/html/images/select_acl_role.png b/gosa-core/html/images/select_acl_role.png
deleted file mode 100644 (file)
index 8f69e2b..0000000
Binary files a/gosa-core/html/images/select_acl_role.png and /dev/null differ
diff --git a/gosa-core/html/images/sort_down.png b/gosa-core/html/images/sort_down.png
deleted file mode 100644 (file)
index 0d99fd7..0000000
Binary files a/gosa-core/html/images/sort_down.png and /dev/null differ
diff --git a/gosa-core/html/images/sort_up.png b/gosa-core/html/images/sort_up.png
deleted file mode 100644 (file)
index 59e98a1..0000000
Binary files a/gosa-core/html/images/sort_up.png and /dev/null differ
index 6f88cec17bb49c05fb953a02510db9602a6d2a01..b173f68e99baa89a78fae376554b31789a1edc4e 100644 (file)
@@ -424,8 +424,8 @@ class acl extends plugin
       foreach ($this->gosaAclEntry as $key => $entry){
         $field1= array("string" => $this->aclTypes[$entry['type']], "attach" => "style='width:150px'");
         $field2= array("string" => $this->assembleAclSummary($entry));
-        $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/sort_up.png' align='top'>";
-        $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/sort_down.png'>";
+        $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/lists/sort-up.png' align='top'>";
+        $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/lists/sort-down.png'>";
         $action.= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("Edit")."' name='acl_edit_$key' title='".msgPool::editButton(_("ACL"))."'>";
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='acl_del_$key' title='".msgPool::delButton(_("ACL"))."'>";
 
index 03a843fc21eda4dd07f0c2727c9213a9f96507df..f77c9361fce4477f9a9809151174c614f27b954e 100644 (file)
@@ -355,8 +355,8 @@ class aclrole extends acl
       foreach ($this->gosaAclTemplate as $key => $entry){
         $field1= array("string" => $this->aclTypes[$entry['type']], "attach" => "style='width:100px'");
         $field2= array("string" => $this->assembleAclSummary($entry));
-        $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/sort_up.png' align='top'>";
-        $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/sort_down.png'>";
+        $action= "<input type='image' name='sortup_$key' alt='up' title='"._("Up")."' src='images/lists/sort-up.png' align='top'>";
+        $action.= "<input type='image' name='sortdown_$key' alt='down' title='"._("Down")."' src='images/lists/sort-down.png'>";
         $action.= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("Edit")."' name='acl_edit_$key' title='".msgPool::editButton(_("ACL"))."'>";
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='acl_del_$key' title='".msgPool::delButton(_("ACL"))."'>";
 
index fad49a5ae4734a7b58fe7e3a69695105f786a03c..c688f56be5df500a6014a6e89a185926f6b1bb9b 100644 (file)
@@ -222,7 +222,7 @@ class divListACL extends MultiSelectWindow
 
         /* Role handling */
         $editlink       = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=list_edit_role'>%s</a>";
-        $list_left_icon = "<img src='images/select_acl_role.png' alt='"._("Role")."'>";
+        $list_left_icon = "<img src='plugins/acl/images/role.png' alt='"._("Role")."'>";
         $cn = htmlentities(utf8_decode($acl_entry['cn'][0])) ;
 
         if(isset($acl_entry['description'][0])){
@@ -256,7 +256,7 @@ class divListACL extends MultiSelectWindow
 
         /* Acl handling */
         $editlink       = "<a href='?plug=".$_GET['plug']."&amp;id=%s&amp;act=list_edit_entry'>%s</a>";
-        $list_left_icon = "<img src='images/select_acl.png' alt='"._("ACL")."'>";
+        $list_left_icon = "<img src='plugins/acl/images/acl.png' alt='"._("ACL")."'>";
         $cn = htmlentities(utf8_decode($acl_entry['dn'])); 
 
         /* Add actions depending on acls */
index 13a20874440bd49beb64ad397a580e0e96720b8b..e2bb1839b89e5f6f70ad30273293245b43ea0597 100644 (file)
@@ -144,7 +144,7 @@ class reference extends plugin
                if ($addon == ""){
                        $img= "images/expand.png";
                } else {
-                       $img= "images/sort_down.png";
+                       $img= "images/lists/sort-down.png";
                }
                $this->objectlist.= '<tr style="background-color:'.$cycle[$id&1].';"><td class="phonelist" title="'.$attrs['cn'][0].'"><a href="main.php?plug='.$_GET['plug'].'&amp;start=&amp;show='.base64_encode($attrs['dn']).'"><img alt="" src="'.$img.'" border=0>&nbsp;'.$attrs['cn'][0].'</a></td><td>'.$description.'</td><td>'.$content.'</td> </tr>'.$addon;