Code

Moved folder image
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 09:47:37 +0000 (09:47 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 15 Apr 2008 09:47:37 +0000 (09:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10453 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/images/edit.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/admin/departments/class_divListDepartment.inc
gosa-core/plugins/admin/groups/class_divListGroup.inc
gosa-core/plugins/admin/ogroups/class_divListOGroup.inc
gosa-core/plugins/admin/users/class_divListUsers.inc

diff --git a/gosa-core/html/images/edit.png b/gosa-core/html/images/edit.png
deleted file mode 100644 (file)
index a8b69f7..0000000
Binary files a/gosa-core/html/images/edit.png and /dev/null differ
index f8b36d20fd92b0ccae14adc32ac254db7c66688e..6f88cec17bb49c05fb953a02510db9602a6d2a01 100644 (file)
@@ -426,7 +426,7 @@ class acl extends plugin
         $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'>";
         $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 class='center' type='image' src='images/edit.png' alt='"._("Edit")."' name='acl_edit_$key' title='".msgPool::editButton(_("ACL"))."'>";
+        $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"))."'>";
 
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px;text-align:right;'");
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='acl_del_$key' title='".msgPool::delButton(_("ACL"))."'>";
 
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px;text-align:right;'");
@@ -469,7 +469,7 @@ class acl extends plugin
 
         $field1= array("string" => $dsc, "attach" => "style='width:100px'");
         $field2= array("string" => $summary);
 
         $field1= array("string" => $dsc, "attach" => "style='width:100px'");
         $field2= array("string" => $summary);
-        $action= "<input class='center' type='image' src='images/edit.png' alt='"._("Edit")."' name='cat_edit_$section' title='".msgPool::editButton(_("category ACL"))."'>";
+        $action= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("Edit")."' name='cat_edit_$section' title='".msgPool::editButton(_("category ACL"))."'>";
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='cat_del_$section' title='".msgPool::delButton(_("category ACL"))."'>";
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px'");
         $aclList->AddEntry(array($field1, $field2, $field3));
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='cat_del_$section' title='".msgPool::delButton(_("category ACL"))."'>";
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px'");
         $aclList->AddEntry(array($field1, $field2, $field3));
index e9831c1362ca2de58528898c889b899f1da4f84c..03a843fc21eda4dd07f0c2727c9213a9f96507df 100644 (file)
@@ -357,7 +357,7 @@ class aclrole extends acl
         $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'>";
         $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 class='center' type='image' src='images/edit.png' alt='"._("Edit")."' name='acl_edit_$key' title='".msgPool::editButton(_("ACL"))."'>";
+        $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"))."'>";
 
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px;text-align:right;'");
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='acl_del_$key' title='".msgPool::delButton(_("ACL"))."'>";
 
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px;text-align:right;'");
@@ -402,7 +402,7 @@ class aclrole extends acl
 
         $field1= array("string" => $dsc, "attach" => "style='width:140px'");
         $field2= array("string" => $summary);
 
         $field1= array("string" => $dsc, "attach" => "style='width:140px'");
         $field2= array("string" => $summary);
-        $action= "<input class='center' type='image' src='images/edit.png' alt='"._("Edit")."' name='cat_edit_$section' title='"._("Edit category ACL")."'>";
+        $action= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("Edit")."' name='cat_edit_$section' title='"._("Edit category ACL")."'>";
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='cat_del_$section' title='"._("Reset category ACL")."'>";
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px'");
         $aclList->AddEntry(array($field1, $field2, $field3));
         $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("Delete")."' name='cat_del_$section' title='"._("Reset category ACL")."'>";
         $field3= array("string" => $action, "attach" => "style='border-right:0px;width:50px'");
         $aclList->AddEntry(array($field1, $field2, $field3));
index ab8bd60da694dfc88d4807ca9d6652d8600569d8..fad49a5ae4734a7b58fe7e3a69695105f786a03c 100644 (file)
@@ -239,7 +239,7 @@ class divListACL extends MultiSelectWindow
 
         /* Add actions depending on acls */
         if(preg_match("/r/", $acl)){
 
         /* Add actions depending on acls */
         if(preg_match("/r/", $acl)){
-          $action.= "<input class='center' type='image' src='images/edit.png' alt='"._("edit")."'     
+          $action.= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("edit")."'     
             name='list_acl_role_edit_%KEY%' title='"._("Edit acl role")."'>";
         }
 
             name='list_acl_role_edit_%KEY%' title='"._("Edit acl role")."'>";
         }
 
@@ -261,7 +261,7 @@ class divListACL extends MultiSelectWindow
 
         /* Add actions depending on acls */
         if(preg_match("/r/", $acl)){
 
         /* Add actions depending on acls */
         if(preg_match("/r/", $acl)){
-          $action.= "<input class='center' type='image' src='images/edit.png' alt='"._("edit")."'     
+          $action.= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("edit")."'     
             name='list_acl_edit_%KEY%' title='"._("Edit acl")."'>";
         }
         if(preg_match("/d/", $acl)){
             name='list_acl_edit_%KEY%' title='"._("Edit acl")."'>";
         }
         if(preg_match("/d/", $acl)){
index 0abfb0d8b9680ad28b30cb44845ad833a0cdab5f..b56e5b3bd03872f2030258be590aa4b97a63ff11 100644 (file)
@@ -181,7 +181,7 @@ class divListDepartment extends MultiSelectWindow
 
       $acl = $ui->get_permissions($this->config->departments[$key] ,"department/department");
       if(preg_match("/r/",$acl)){
 
       $acl = $ui->get_permissions($this->config->departments[$key] ,"department/department");
       if(preg_match("/r/",$acl)){
-        $actions.= "<input class='center' type='image' src='images/edit.png'
+        $actions.= "<input class='center' type='image' src='images/lists/edit.png'
           alt='"._("edit")."'   name='dep_edit_%KEY%' title='"._("Edit this entry")."'>";
       }
 
           alt='"._("edit")."'   name='dep_edit_%KEY%' title='"._("Edit this entry")."'>";
       }
 
index aec943a89de080ace9366b6281743735623aee9a..0e40cd438f1dc6ac64c399d3cdf07fbd263a1c75 100644 (file)
@@ -191,7 +191,7 @@ class divListGroup extends MultiSelectWindow
 
     /* Multiple options */
     $s.= "..|---|\n";
 
     /* Multiple options */
     $s.= "..|---|\n";
-    $s.= "..|<img src='images/edit.png' alt='' border='0' class='center'>".
+    $s.= "..|<img src='images/lists/edit.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Edit")."|"."multiple_edit|\n";
     $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Remove")."|"."remove_multiple|\n";
       "&nbsp;"._("Edit")."|"."multiple_edit|\n";
     $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Remove")."|"."remove_multiple|\n";
@@ -295,7 +295,7 @@ class divListGroup extends MultiSelectWindow
 
       /* Add edit icon */
       $actions.= "<input class='center' type='image'
 
       /* Add edit icon */
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='"._("edit")."' name='group_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='"._("edit")."' name='group_edit_%KEY%' title='"._("Edit this entry")."'>";
 
       /* Add snapshot functionality */
       if(preg_match("/(c.*w|w.*c)/", $acl_all)){
 
       /* Add snapshot functionality */
       if(preg_match("/(c.*w|w.*c)/", $acl_all)){
index db7bae3f116882826a644680a13a515982d216f7..3201b5c6cf8a7f214d3eaf5452e69e333962f3f0 100644 (file)
@@ -208,7 +208,7 @@ class divListOGroup extends MultiSelectWindow
 
     /* Multiple options */
     $s.= "..|---|\n";
 
     /* Multiple options */
     $s.= "..|---|\n";
-#    $s.= "..|<img src='images/edit.png' alt='' border='0' class='center'>".
+#    $s.= "..|<img src='images/lists/edit.png' alt='' border='0' class='center'>".
 #      "&nbsp;"._("Edit")."|"."multiple_edit|\n";
 
     $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
 #      "&nbsp;"._("Edit")."|"."multiple_edit|\n";
 
     $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
@@ -291,7 +291,7 @@ class divListOGroup extends MultiSelectWindow
       }
 
       $actions.= "<input class='center' type='image'
       }
 
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='"._("edit")."' name='group_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='"._("edit")."' name='group_edit_%KEY%' title='"._("Edit this entry")."'>";
     
       if(preg_match("/(c.*w|w.*c)/", $acl_all)){
         $actions.= $this->GetSnapShotActions($val['dn']);
     
       if(preg_match("/(c.*w|w.*c)/", $acl_all)){
         $actions.= $this->GetSnapShotActions($val['dn']);
index ad94f6eb1ff405dfc92d0ce3bc0130ddc327c8b7..15401fbebd59fdc99b2ef2d834fb62de71a60c82 100644 (file)
@@ -179,7 +179,7 @@ class divListUsers extends MultiSelectWindow
 
     /* Multiple options */ 
     $s.= "..|---|\n";
 
     /* Multiple options */ 
     $s.= "..|---|\n";
-    $s.= "..|<img src='images/edit.png' alt='' border='0' class='center'>".
+    $s.= "..|<img src='images/lists/edit.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Edit")."|"."multiple_edit|\n";
     $s.= "..|<img src='images/list_password.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Change password")."|"."multiple_password_change|\n";
       "&nbsp;"._("Edit")."|"."multiple_edit|\n";
     $s.= "..|<img src='images/list_password.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Change password")."|"."multiple_password_change|\n";
@@ -327,7 +327,7 @@ class divListUsers extends MultiSelectWindow
       }
 
       /* Generate edit icon */
       }
 
       /* Generate edit icon */
-      $action.= "<input class='center' type='image' src='images/edit.png' alt='"._("edit")."'
+      $action.= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("edit")."'
         name='user_edit_%KEY%' title='".msgPool::editButton(_("user"))."'>";
 
       /* Add deactivate status if we are allowed to */
         name='user_edit_%KEY%' title='".msgPool::editButton(_("user"))."'>";
 
       /* Add deactivate status if we are allowed to */