summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45bf05e)
raw | patch | inline | side by side (parent: 45bf05e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 15 Apr 2008 09:47:25 +0000 (09:47 +0000) | ||
committer | cajus <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:
diff --git a/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc b/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc
index 73614737bebe83240f9684a71b62fd9b893dd02c..27328958849315ab454522f11b4d9225881ff1dd 100644 (file)
$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)));
}
diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_servDHCP.inc
index 2c08d1c689edf566c70effd2e2c4a3877adf65ca..29689bb49ddd5a15d477fa4007519b5f05482816 100644 (file)
/* 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);
diff --git a/gosa-plugins/dns/admin/systems/services/dns/class_servDNS.inc b/gosa-plugins/dns/admin/systems/services/dns/class_servDNS.inc
index 0fb5c5940b377100c3cec36564a9885f948fd2f7..d2779828baf2f93336700ad7d20bd8e13a9e1d8b 100644 (file)
/* 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'>";
}
diff --git a/gosa-plugins/fai/admin/fai/class_divListFai.inc b/gosa-plugins/fai/admin/fai/class_divListFai.inc
index d1bfdf117ec12884a29cb710548b1bb626c3030d..8acbb54b8e0cb7d5eee2f2b366bf5c8cc662c200 100644 (file)
if(preg_match("/^freeze/", $value['FAIstate'])){
$editlink ="<a href='?plug=".$_GET['plug']."&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']."&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")."'
diff --git a/gosa-plugins/fai/admin/fai/class_faiHook.inc b/gosa-plugins/fai/admin/fai/class_faiHook.inc
index 92b43193cb2fc93412e98932af8ebbf0493ed604..6b8aceb183e3a960f369fbc7877b29958b7819a7 100644 (file)
/* 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")."'>";
}
diff --git a/gosa-plugins/fai/admin/fai/class_faiScript.inc b/gosa-plugins/fai/admin/fai/class_faiScript.inc
index e15c840a4ed6348804c4bc8c47204673de388251..199b8d178e18a2f699d0b55fd7313b3bdc49244b 100644 (file)
/* 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")."'>";
}
diff --git a/gosa-plugins/fai/admin/fai/class_faiTemplate.inc b/gosa-plugins/fai/admin/fai/class_faiTemplate.inc
index d0cc63c2bdc6c2fd5e50fbfc11cea406dfdc2cd0..b231f1ef9394ba670380256709de4f9c6c7f21b3 100644 (file)
/* 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")."'>";
}
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiAttachmentPool.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiAttachmentPool.inc
index 90ba05a02f5bed657e41a1f0da6d4f00bf546449..6f7f6bc15607797fe5be48f95d5f63f80b8eaf36 100644 (file)
$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
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiDeviceManagement.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiDeviceManagement.inc
index df7cc6b3e9142f4a257cd208c4e414dfab242658..0d994fdebed5d3175ff33869d9990d798646918c 100644 (file)
array("string" => _("Actions"), "attach" => "style='width:60px;border-right:0px;text-align:right;'" )));
$edit = "<a href='?plug=".$_GET['plug']."&act=edit_device&id=%s'>%s</a>";
- $editdel = "<a href='?plug=".$_GET['plug']."&act=edit_device&id=%s'><img src='images/edit.png' alt='"._("Edit")."' border=0></a>";
+ $editdel = "<a href='?plug=".$_GET['plug']."&act=edit_device&id=%s'><img src='images/lists/edit.png' alt='"._("Edit")."' border=0></a>";
$editdel.= "<a href='?plug=".$_GET['plug']."&act=del_device&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%>";
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiPrinterCartridges.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiPrinterCartridges.inc
index 59cb03c21d3b707c86535085e93e3364024cb3ab..4e3134b9369e480bbc15259c1e7f9627f0ae72af 100644 (file)
/* Links for editing,adding.... */
$edit = "<a href='?plug=".$_GET['plug']."&act=edit_cartridge&id=%s'>%s</a>";
- $editdel = "<a href='?plug=".$_GET['plug']."&act=edit_cartridge&id=%s'><img src='images/edit.png' alt='"._("Edit")."' border=0></a>";
+ $editdel = "<a href='?plug=".$_GET['plug']."&act=edit_cartridge&id=%s'><img src='images/lists/edit.png' alt='"._("Edit")."' border=0></a>";
$editdel.= "<a href='?plug=".$_GET['plug']."&act=del_cartridge&id=%s'><img src='images/lists/trash.png' alt='"._("Delete")."' border=0></a>";
/* Checkbox for selection of some cartridges */
diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc
index 08c59634b79db599c2460dc4156b472878779b6b..bf149b6a1a554bc7c00200cd028065cfa2083889 100644 (file)
}
/* 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 */
diff --git a/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc b/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc
index d7a47d8535c9ee5d3d3a4beae89a73228aef3940..3c58ffea77f384872c2f155f3d2e87450e0430f5 100644 (file)
}
/* 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 */
diff --git a/gosa-plugins/gofon/gofon/macro/class_divListMacros.inc b/gosa-plugins/gofon/gofon/macro/class_divListMacros.inc
index 32fed742269b296d47873ff81b235120b660c300..47495a7673e735d50fcd1c9da3c053b612932408 100644 (file)
src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
- $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)){
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index 643f00d5966d55355d0fca30b22538bcdbc1098b..3504573b909bdb1d3d468a0c7cca6fdfddde4742 100644 (file)
/* 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")."'>";
}
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reload_ldap_config.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reload_ldap_config.inc
index c1cd360467c5085794fe76b24355a16947e03c8d..40b291559d118f66b6bbbc2269fc7eeb9e3ee097 100644 (file)
$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()
diff --git a/gosa-plugins/goto/admin/applications/class_divListApplication.inc b/gosa-plugins/goto/admin/applications/class_divListApplication.inc
index 19a96e3df7d5d14662a566c10f61dfc026302a05..1fc03c02a9104ebe069b08aee9b00fd2a373fbc7 100644 (file)
/* 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)){
diff --git a/gosa-plugins/goto/admin/devices/class_divListDevices.inc b/gosa-plugins/goto/admin/devices/class_divListDevices.inc
index 9d9e520e7881bf021466bf89b39bccedda01c91e..79dd39e947f40b7e6f11c283f637c16159b6793e 100644 (file)
}
$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)){
diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl
index 008dc4610d782fba5d75d5b5522ebf5dd01d12f0..ddac8b762c07356f0da763fd71b7d69992efb9df 100644 (file)
<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}
diff --git a/gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc b/gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc
index 752a5de1c59e5f7a1d6440961b794f3172b94bd4..4ea92dc08fb37567055ecc17c4731dde131e3fe7 100644 (file)
}
$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)){
diff --git a/gosa-plugins/goto/admin/systems/services/repository/class_divListRepositories.inc b/gosa-plugins/goto/admin/systems/services/repository/class_divListRepositories.inc
index baa9c411fcfd74e336003bcca3e0453b863916ba..19a1e5757ba4fc3504b0aabd68ee0ea1bc661c3b 100644 (file)
function setEntries($list)
{
$link = "<a href='?plug=".$_GET['plug']."&act=open_repository&id=%s'>%s</a>";
- $edit = "<input type='image' value='%s' name='edit_%s' src='images/edit.png'> ";
+ $edit = "<input type='image' value='%s' name='edit_%s' src='images/lists/edit.png'> ";
/* Hide delete icon, if delete is not allowed */
if($this->parent->acl_is_removeable()){
diff --git a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc
index 63df50f164f235c99feff2a40275002d4e7969f1..35e505ccec4502cec1ff106c226ff5bec81948f2 100644 (file)
$link = "<a href='?plug=".$_GET['plug']."&act=open_repository&id=%s'>%s</a>";
- $edit = "<input type='image' value='%s' name='edit_%s' src='images/edit.png'> ";
+ $edit = "<input type='image' value='%s' name='edit_%s' src='images/lists/edit.png'> ";
/* Hide delete icon, if delete is not allowed */
if($this->acl_is_removeable()){
diff --git a/gosa-plugins/log/addons/logview/class_gosa_logview.inc b/gosa-plugins/log/addons/logview/class_gosa_logview.inc
index ec6140cf6d89f90f9b49013b39c3e963bee09456..daef071be2bcbef11609f523611904fd1c4ee67e 100644 (file)
$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());
diff --git a/gosa-plugins/log/addons/logview/class_logview.inc b/gosa-plugins/log/addons/logview/class_logview.inc
index 47295e2e297916855cd23317764f03c631a8d1f4..d25d98a00728016970afe327e782682874761eff 100644 (file)
$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);
diff --git a/gosa-plugins/mail/admin/systems/services/spam/class_goSpamServer.inc b/gosa-plugins/mail/admin/systems/services/spam/class_goSpamServer.inc
index 350271450b66d7aa973bbb0addc7eae04a1cd199..382fccaa5bca12536c906b81743600b825aa49ad 100644 (file)
$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'>";
}
diff --git a/gosa-plugins/mail/personal/mail/sieve/class_sieveManagement.inc b/gosa-plugins/mail/personal/mail/sieve/class_sieveManagement.inc
index 637c27718e7a3dce413fb424a4b028dc1221a511..a47cd4bda0892fdb39b3247277149fab56cc5e8c 100644 (file)
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));
diff --git a/gosa-plugins/sudo/admin/sudo/class_divListSudo.inc b/gosa-plugins/sudo/admin/sudo/class_divListSudo.inc
index 3b79096c63f509463985052411dfeb6564434f8e..0031a6e5a47acb50dd1164429981fe952e2b0317 100644 (file)
$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']);
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index e812730197a419a7454b3e51b43f5b771d7c0500..e2418d1c6a4a60c653984f5e39c1cb4e0b00366c 100644 (file)
$action.= "<input class='center' type='image'
src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
- $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']);
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystemService.inc b/gosa-plugins/systems/admin/systems/class_divListSystemService.inc
index ab64a6a04554fda33cb203548cbb9c6f66a2e45e..121acec2750db02b713bd2f6bd68b5f54ba180b5 100644 (file)
/* Check if edit is enabled and allowed for current service */
if($entry['AllowEdit'] && preg_match("/(r|w)/i",$acl)){
- $actions .= " <input type='image' name='EditSingleService_".$name."' src='images/edit.png'
+ $actions .= " <input type='image' name='EditSingleService_".$name."' src='images/lists/edit.png'
title='"._("Edit service")."'>";
}else{
$actions .= " <img src='images/empty.png' width='16' alt=''>";