Code

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

28 files changed:
gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc
gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc
gosa-plugins/dns/admin/systems/services/dns/class_servDNS.inc
gosa-plugins/fai/admin/fai/class_divListFai.inc
gosa-plugins/fai/admin/fai/class_faiHook.inc
gosa-plugins/fai/admin/fai/class_faiScript.inc
gosa-plugins/fai/admin/fai/class_faiTemplate.inc
gosa-plugins/glpi/admin/systems/services/glpi/class_glpiAttachmentPool.inc
gosa-plugins/glpi/admin/systems/services/glpi/class_glpiDeviceManagement.inc
gosa-plugins/glpi/admin/systems/services/glpi/class_glpiPrinterCartridges.inc
gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc
gosa-plugins/gofon/gofon/conference/class_divListConferences.inc
gosa-plugins/gofon/gofon/macro/class_divListMacros.inc
gosa-plugins/goto/addons/goto/class_gotomasses.inc
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reload_ldap_config.inc
gosa-plugins/goto/admin/applications/class_divListApplication.inc
gosa-plugins/goto/admin/devices/class_divListDevices.inc
gosa-plugins/goto/admin/groups/apps/app_list.tpl
gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc
gosa-plugins/goto/admin/systems/services/repository/class_divListRepositories.inc
gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc
gosa-plugins/log/addons/logview/class_gosa_logview.inc
gosa-plugins/log/addons/logview/class_logview.inc
gosa-plugins/mail/admin/systems/services/spam/class_goSpamServer.inc
gosa-plugins/mail/personal/mail/sieve/class_sieveManagement.inc
gosa-plugins/sudo/admin/sudo/class_divListSudo.inc
gosa-plugins/systems/admin/systems/class_divListSystem.inc
gosa-plugins/systems/admin/systems/class_divListSystemService.inc

index 73614737bebe83240f9684a71b62fd9b893dd02c..27328958849315ab454522f11b4d9225881ff1dd 100644 (file)
@@ -636,7 +636,7 @@ class addressbook extends plugin
     $smarty->assign ('home_image', get_template_path('images/addr_home.png'));
     $smarty->assign ('company_image', get_template_path('images/addr_company.png'));
     $smarty->assign ('add_image', get_template_path('images/lists/paste.png'));
-    $smarty->assign ('edit_image', get_template_path('images/edit.png'));
+    $smarty->assign ('edit_image', get_template_path('images/lists/edit.png'));
     $smarty->assign ('delete_image', get_template_path('images/lists/delete.png'));
     return($smarty->fetch(get_template_path('contents.tpl', TRUE)));
   }
index 2c08d1c689edf566c70effd2e2c4a3877adf65ca..29689bb49ddd5a15d477fa4007519b5f05482816 100644 (file)
@@ -322,11 +322,11 @@ class servdhcp extends goService
     /* Add entries to divlist
      */
     $editImgIns = "<input type='image' src='images/list_new.png' name='insertDhcp_%s' title='"._("Insert new DHCP section")."'>".
-      "<input type='image' src='images/edit.png' name='editDhcp_%s' title='"._("Edit DHCP section")."'>".
+      "<input type='image' src='images/lists/edit.png' name='editDhcp_%s' title='"._("Edit DHCP section")."'>".
       "<input type='image' src='images/lists/trash.png' name='delDhcp_%s' title='"._("Remove DHCP section")."'>";
     $editImgInsNoDel = "<input type='image' src='images/list_new.png' name='insertDhcp_%s' title='"._("Insert new DHCP section")."'>".
-      "<input type='image' src='images/edit.png' name='editDhcp_%s' title='"._("Edit DHCP section")."'>";
-    $editImg = "<input type='image' src='images/edit.png' name='editDhcp_%s' title='"._("Edit DHCP section")."'>".
+      "<input type='image' src='images/lists/edit.png' name='editDhcp_%s' title='"._("Edit DHCP section")."'>";
+    $editImg = "<input type='image' src='images/lists/edit.png' name='editDhcp_%s' title='"._("Edit DHCP section")."'>".
       "<input type='image' src='images/lists/trash.png' name='delDhcp_%s' title='"._("Remove DHCP section")."'>";
        
     $tmp = new dhcpNewSectionDialog(NULL);
index 0fb5c5940b377100c3cec36564a9885f948fd2f7..d2779828baf2f93336700ad7d20bd8e13a9e1d8b 100644 (file)
@@ -264,7 +264,7 @@ class servdns extends goService
 
     /* Add entries to divlist
      */
-    $editImg = "<input type='image' src='images/edit.png' name='editZone_%s'>";
+    $editImg = "<input type='image' src='images/lists/edit.png' name='editZone_%s'>";
     if($this->acl_is_removeable()){
       $editImg.= "<input type='image' src='images/lists/trash.png' name='delZone_%s'>";
     }
index d1bfdf117ec12884a29cb710548b1bb626c3030d..8acbb54b8e0cb7d5eee2f2b366bf5c8cc662c200 100644 (file)
@@ -265,12 +265,12 @@ class divListFai extends MultiSelectWindow
 
        if(preg_match("/^freeze/", $value['FAIstate'])){
          $editlink ="<a href='?plug=".$_GET['plug']."&amp;edit_freeze_entry=%KEY%' title='%TITLE%'>%NAME%</a>";
-         $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='entry_freeze_edit_%KEY%' title='"._("Edit class")."'>";
          $action.=  "<img src='images/lists/locked.png' alt='F' class='center'>";
        }else{
          $editlink ="<a href='?plug=".$_GET['plug']."&amp;edit_entry=%KEY%' title='%TITLE%'>%NAME%</a>";
-         $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='entry_edit_%KEY%' title='"._("Edit class")."'>";
          if(preg_match("/d/",$value['acl'])){
            $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("delete")."'
index 92b43193cb2fc93412e98932af8ebbf0493ed604..6b8aceb183e3a960f369fbc7877b29958b7819a7 100644 (file)
@@ -324,9 +324,9 @@ class faiHook extends plugin
 
       /* Check if this object is freezed, in this case hide the delete icon */
       if(preg_match("/^freeze/", $this->FAIstate)){
-        $act .= "<input type='image' src='images/edit.png'      name='editscript_%s'    title='"._("Edit")."' alt='"._("Edit")."'>";
+        $act .= "<input type='image' src='images/lists/edit.png'      name='editscript_%s'    title='"._("Edit")."' alt='"._("Edit")."'>";
       }else{
-        $act .= "<input type='image' src='images/edit.png'      name='editscript_%s'    title='"._("Edit")."' alt='"._("Edit")."'>";
+        $act .= "<input type='image' src='images/lists/edit.png'      name='editscript_%s'    title='"._("Edit")."' alt='"._("Edit")."'>";
         if(preg_match("/d/",$acl)){
           $act .="<input type='image' src='images/lists/trash.png' name='deletescript_%s'  title='"._("Delete")."' alt='"._("Delete")."'>";
         }
index e15c840a4ed6348804c4bc8c47204673de388251..199b8d178e18a2f699d0b55fd7313b3bdc49244b 100644 (file)
@@ -361,9 +361,9 @@ class faiScript extends plugin
       
       /* Hide delete icon if this object is freezed */
       if(preg_match("/freeze/", $this->FAIstate)){
-        $act .= "<input type='image' src='images/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
+        $act .= "<input type='image' src='images/lists/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
       }else{
-        $act .= "<input type='image' src='images/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
+        $act .= "<input type='image' src='images/lists/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
         if(preg_match("/d/",$acl)){
           $act .="<input type='image' src='images/lists/trash.png' name='deletescript_%s'  title='"._("delete")."' alt='"._("delete")."'>";
         }
index d0cc63c2bdc6c2fd5e50fbfc11cea406dfdc2cd0..b231f1ef9394ba670380256709de4f9c6c7f21b3 100644 (file)
@@ -300,9 +300,9 @@ class faiTemplate extends plugin
 
       /* Hide delete icon if this object is freezed */
       if(preg_match("/freeze/",$this->FAIstate)){
-        $act .= "<input type='image' src='images/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
+        $act .= "<input type='image' src='images/lists/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
       }else{
-        $act .= "<input type='image' src='images/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
+        $act .= "<input type='image' src='images/lists/edit.png'      name='editscript_%s'    title='"._("edit")."' alt='"._("edit")."'>";
         if(preg_match("/d/",$acl)){
           $act .="<input type='image' src='images/lists/trash.png' name='deletescript_%s'  title='"._("delete")."' alt='"._("delete")."'>";
         }
index 90ba05a02f5bed657e41a1f0da6d4f00bf546449..6f7f6bc15607797fe5be48f95d5f63f80b8eaf36 100644 (file)
@@ -201,7 +201,7 @@ class glpiAttachmentPool extends plugin
     $divlist->SetSummary(_("This table displays all available attachments."));
     $divlist->SetEntriesPerPage(0);
 
-    $editdel = "<input type='image' name='editAttach_%s' src='images/edit.png'>";
+    $editdel = "<input type='image' name='editAttach_%s' src='images/lists/edit.png'>";
     $editdel.= "<input type='image' name='delAttach_%s'  src='images/lists/trash.png'>";
 
     /* Add all given attachments to divlist 
index df7cc6b3e9142f4a257cd208c4e414dfab242658..0d994fdebed5d3175ff33869d9990d798646918c 100644 (file)
@@ -184,7 +184,7 @@ class glpiDeviceManagement extends plugin
           array("string" => _("Actions"), "attach" => "style='width:60px;border-right:0px;text-align:right;'" )));
 
     $edit = "<a href='?plug=".$_GET['plug']."&amp;act=edit_device&amp;id=%s'>%s</a>";
-    $editdel = "<a href='?plug=".$_GET['plug']."&amp;act=edit_device&amp;id=%s'><img src='images/edit.png' alt='"._("Edit")."' border=0></a>";
+    $editdel = "<a href='?plug=".$_GET['plug']."&amp;act=edit_device&amp;id=%s'><img src='images/lists/edit.png' alt='"._("Edit")."' border=0></a>";
     $editdel.= "<a href='?plug=".$_GET['plug']."&amp;act=del_device&amp;id=%s'><img src='images/lists/trash.png' alt='"._("Delete")."' border=0></a>";
     
     $useDevice = "<input type='hidden' name='wasOnPage_%s' value='%s'><input type='checkbox' value='%s' name='useDevice_%s' %USE%>";
index 59cb03c21d3b707c86535085e93e3364024cb3ab..4e3134b9369e480bbc15259c1e7f9627f0ae72af 100644 (file)
@@ -160,7 +160,7 @@ class glpiPrinterCartridges extends plugin
 
     /* Links for editing,adding.... */
     $edit =     "<a href='?plug=".$_GET['plug']."&amp;act=edit_cartridge&amp;id=%s'>%s</a>";
-    $editdel =  "<a href='?plug=".$_GET['plug']."&amp;act=edit_cartridge&amp;id=%s'><img src='images/edit.png' alt='"._("Edit")."' border=0></a>";
+    $editdel =  "<a href='?plug=".$_GET['plug']."&amp;act=edit_cartridge&amp;id=%s'><img src='images/lists/edit.png' alt='"._("Edit")."' border=0></a>";
     $editdel.= "<a href='?plug=".$_GET['plug']."&amp;act=del_cartridge&amp;id=%s'><img src='images/lists/trash.png' alt='"._("Delete")."' border=0></a>";
    
     /* Checkbox for selection of some cartridges */ 
index 08c59634b79db599c2460dc4156b472878779b6b..bf149b6a1a554bc7c00200cd028065cfa2083889 100644 (file)
@@ -207,7 +207,7 @@ class divListBlocklist extends MultiSelectWindow
       }  
 
       /* Edit link ; requires read access */
-      $action= "<input class='center' type='image' src='images/edit.png' alt='"._("edit")."'     name='goFaxBlocklist_edit_%KEY%' title='"._("Edit user")."'>";
+      $action= "<input class='center' type='image' src='images/lists/edit.png' alt='"._("edit")."'     name='goFaxBlocklist_edit_%KEY%' title='"._("Edit user")."'>";
 
       
       /* Create snapshot ; requires write access && create access */
index d7a47d8535c9ee5d3d3a4beae89a73228aef3940..3c58ffea77f384872c2f155f3d2e87450e0430f5 100644 (file)
@@ -215,7 +215,7 @@ class divListConference extends MultiSelectWindow
       }
 
       /* Add edit icon - This is allowed when we have at least read access. */
-      $actions.= "<input class='center' type='image' src='images/edit.png'     
+      $actions.= "<input class='center' type='image' src='images/lists/edit.png'     
                     alt='"._("edit")."'    name='conference_edit_%KEY%' title='"._("Edit this entry")."'>";
 
       /* Add snapshot icon - This is allowed when we have create and write access for the current entry */
index 32fed742269b296d47873ff81b235120b660c300..47495a7673e735d50fcd1c9da3c053b612932408 100644 (file)
@@ -214,7 +214,7 @@ class divListMacro extends MultiSelectWindow
           src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'>&nbsp;";
       }
 
-      $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='goFonMacro_edit_%KEY%' title='"._("Edit macro")."'>";
 
       if(preg_match("/c/",$sacl) && preg_match("/w/",$sacl)){
index 643f00d5966d55355d0fca30b22538bcdbc1098b..3504573b909bdb1d3d468a0c7cca6fdfddde4742 100644 (file)
@@ -391,7 +391,7 @@ class gotomasses extends plugin
       /* If PAUSED or WAITING add edit action
        */  
       if(in_array($task['STATUS'],array("waiting"))){
-        $action.= "<input type='image' src='images/edit.png' name='edit_task_".$key."' 
+        $action.= "<input type='image' src='images/lists/edit.png' name='edit_task_".$key."' 
           class='center' alt='"._("Edit")."'>";
       }
 
index c1cd360467c5085794fe76b24355a16947e03c8d..40b291559d118f66b6bbbc2269fc7eeb9e3ee097 100644 (file)
@@ -30,8 +30,8 @@ class DaemonEvent_reload_ldap_config extends DaemonEvent
     $this->s_Schedule_Action= "job_trigger_reload_ldap_config";
     $this->s_Trigger_Action = "gosa_trigger_reload_ldap_config";
     $this->s_Queued_Action  = "reload_ldap_config";
-    $this->s_Menu_Image = "images/edit.png";
-    $this->s_List_Image = "images/edit.png";
+    $this->s_Menu_Image = "images/lists/edit.png";
+    $this->s_List_Image = "images/lists/edit.png";
   }
 
   public function execute()
index 19a96e3df7d5d14662a566c10f61dfc026302a05..1fc03c02a9104ebe069b08aee9b00fd2a373fbc7 100644 (file)
@@ -242,7 +242,7 @@ class divListApplication extends MultiSelectWindow
 
       /* Add edit icon */
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='"._("edit")."' name='appl_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='"._("edit")."' name='appl_edit_%KEY%' title='"._("Edit this entry")."'>";
 
 
       if(preg_match("/(c.*w|w.*c)/",$acl_all)){
index 9d9e520e7881bf021466bf89b39bccedda01c91e..79dd39e947f40b7e6f11c283f637c16159b6793e 100644 (file)
@@ -228,7 +228,7 @@ class divListDevices extends MultiSelectWindow
       }
 
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='"._("edit")."' name='device_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='"._("edit")."' name='device_edit_%KEY%' title='"._("Edit this entry")."'>";
 
       /* Add delete button */
       if(preg_match("/d/",$acl)){
index 008dc4610d782fba5d75d5b5522ebf5dd01d12f0..ddac8b762c07356f0da763fd71b7d69992efb9df 100644 (file)
@@ -79,7 +79,7 @@
                                <input title="{t}Remove{/t}"    class="center" type='image' 
                                        name='del_{$item.UNIQID}' src='images/lists/trash.png'>
                                <input title="{t}Edit{/t}"              class="center" type='image' 
-                                       name='app_entry_edit{$item.UNIQID}' src='images/edit.png'>
+                                       name='app_entry_edit{$item.UNIQID}' src='images/lists/edit.png'>
                        </td>
                </tr>
        {elseif $item.TYPE == "SEPERATOR"}
                                <input title="{t}Remove{/t}"    class="center" type='image' 
                                        name='del_{$item.UNIQID}' src='images/lists/trash.png'>
                                <input title="{t}Edit{/t}"              class="center" type='image' 
-                                       name='app_entry_edit{$item.UNIQID}' src='images/edit.png'>
+                                       name='app_entry_edit{$item.UNIQID}' src='images/lists/edit.png'>
                        </td>
                </tr>
        {/if}
index 752a5de1c59e5f7a1d6440961b794f3172b94bd4..4ea92dc08fb37567055ecc17c4731dde131e3fe7 100644 (file)
@@ -260,7 +260,7 @@ class divListMimeTypes extends MultiSelectWindow
       }
 
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='"._("edit")."' name='mime_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='"._("edit")."' name='mime_edit_%KEY%' title='"._("Edit this entry")."'>";
 
       /* Add delete button */
       if(preg_match("/d/",$acl)){
index baa9c411fcfd74e336003bcca3e0453b863916ba..19a1e5757ba4fc3504b0aabd68ee0ea1bc661c3b 100644 (file)
@@ -43,7 +43,7 @@ class divListRepository extends MultiSelectWindow
   function setEntries($list)
   {
     $link   = "<a href='?plug=".$_GET['plug']."&amp;act=open_repository&amp;id=%s'>%s</a>";
-    $edit   = "<input type='image' value='%s' name='edit_%s'   src='images/edit.png'>&nbsp;";
+    $edit   = "<input type='image' value='%s' name='edit_%s'   src='images/lists/edit.png'>&nbsp;";
 
     /* Hide delete icon, if delete is not allowed */
     if($this->parent->acl_is_removeable()){
index 63df50f164f235c99feff2a40275002d4e7969f1..35e505ccec4502cec1ff106c226ff5bec81948f2 100644 (file)
@@ -239,7 +239,7 @@ class servrepository extends goService
 
 
     $link   = "<a href='?plug=".$_GET['plug']."&amp;act=open_repository&amp;id=%s'>%s</a>";
-    $edit   = "<input type='image' value='%s' name='edit_%s'   src='images/edit.png'>&nbsp;";
+    $edit   = "<input type='image' value='%s' name='edit_%s'   src='images/lists/edit.png'>&nbsp;";
    
     /* Hide delete icon, if delete is not allowed */ 
     if($this->acl_is_removeable()){
index ec6140cf6d89f90f9b49013b39c3e963bee09456..daef071be2bcbef11609f523611904fd1c4ee67e 100644 (file)
@@ -92,7 +92,7 @@ class gosa_logview extends plugin
     $smarty->assign("time_image", get_template_path('images/time.png'));
     $smarty->assign("server_image", get_template_path('images/server.png'));
     $smarty->assign("log_image", get_template_path('images/log_warning.png'));
-    $smarty->assign("ruleset_image", get_template_path('images/edit.png'));
+    $smarty->assign("ruleset_image", get_template_path('images/lists/edit.png'));
     $smarty->assign("launchimage", get_template_path('images/launch.png'));
     $smarty->assign("date_select", $date_select);
     $smarty->assign("actions", array());
index 47295e2e297916855cd23317764f03c631a8d1f4..d25d98a00728016970afe327e782682874761eff 100644 (file)
@@ -58,7 +58,7 @@ class logview extends plugin
     $smarty->assign("time_image", get_template_path('images/time.png'));
     $smarty->assign("server_image", get_template_path('images/server.png'));
     $smarty->assign("log_image", get_template_path('images/log_warning.png'));
-    $smarty->assign("ruleset_image", get_template_path('images/edit.png'));
+    $smarty->assign("ruleset_image", get_template_path('images/lists/edit.png'));
     $smarty->assign("launchimage", get_template_path('images/launch.png'));
     $smarty->assign("hostlist", $this->hostlist);
     $smarty->assign("loglevellist", $this->loglevellist);
index 350271450b66d7aa973bbb0addc7eae04a1cd199..382fccaa5bca12536c906b81743600b825aa49ad 100644 (file)
@@ -182,7 +182,7 @@ class gospamserver extends goService{
       $actions = "";
     }else{
     
-      $actions = "<input type='image' src='images/edit.png'      name='editRule_%s'>";
+      $actions = "<input type='image' src='images/lists/edit.png'      name='editRule_%s'>";
       if($this->acl_is_writeable("saRule")){
         $actions.= "<input type='image' src='images/lists/trash.png' name='delRule_%s'>";
       }
index 637c27718e7a3dce413fb424a4b028dc1221a511..a47cd4bda0892fdb39b3247277149fab56cc5e8c 100644 (file)
@@ -652,7 +652,7 @@ class sieveManagement extends plugin
                        title='"._("Activate script")."'>";
       }
 
-      $field6 = array("string" => $activate."<input type='image' name='editscript_".$key."' src='images/edit.png'
+      $field6 = array("string" => $activate."<input type='image' name='editscript_".$key."' src='images/lists/edit.png'
                         title='"._("Edit script")."'>".$del,
                       "attach" => "style='border-right:0px; width:70px;'");
       $List->AddEntry(array($field1,$field2,$field3,$field4,$field6)); 
index 3b79096c63f509463985052411dfeb6564434f8e..0031a6e5a47acb50dd1164429981fe952e2b0317 100644 (file)
@@ -198,7 +198,7 @@ class divListSudo extends MultiSelectWindow
 
 
       $actions.= "<input class='center' type='image'
-        src='images/edit.png' alt='".msgPool::editButton()."' name='sudo_edit_%KEY%' title='"._("Edit this entry")."'>";
+        src='images/lists/edit.png' alt='".msgPool::editButton()."' name='sudo_edit_%KEY%' title='"._("Edit this entry")."'>";
 
       if(preg_match("/(c.*w|w.*c)/",$acl)){
         $actions.= $this->GetSnapShotActions($val['dn']);
index e812730197a419a7454b3e51b43f5b771d7c0500..e2418d1c6a4a60c653984f5e39c1cb4e0b00366c 100644 (file)
@@ -359,7 +359,7 @@ class divListSystem extends MultiSelectWindow
         $action.= "<input class='center' type='image'
           src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'>&nbsp;";
       }
-      $action.= "<input class='center' type='image' src='images/edit.png' 
+      $action.= "<input class='center' type='image' src='images/lists/edit.png' 
                     alt='"._("edit")."'     name='system_edit_%KEY%' title='"._("Edit system")."'>";
       if(preg_match("/(c.*w|w.*c)/",$acl_all)){
         $action.= $this->GetSnapShotActions($val['dn']);
index ab64a6a04554fda33cb203548cbb9c6f66a2e45e..121acec2750db02b713bd2f6bd68b5f54ba180b5 100644 (file)
@@ -138,7 +138,7 @@ class divListSystemService extends MultiSelectWindow
 
       /* Check if edit is enabled and allowed for current service */
       if($entry['AllowEdit'] && preg_match("/(r|w)/i",$acl)){
-        $actions .= "&nbsp;<input type='image' name='EditSingleService_".$name."' src='images/edit.png'
+        $actions .= "&nbsp;<input type='image' name='EditSingleService_".$name."' src='images/lists/edit.png'
                             title='"._("Edit service")."'>";
       }else{
         $actions .= "&nbsp;<img src='images/empty.png' width='16' alt=''>";