summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7692f34)
raw | patch | inline | side by side (parent: 7692f34)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 10:40:56 +0000 (10:40 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 10:40:56 +0000 (10:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10412 594d385d-05f5-0310-b6e9-bd551577e9d8
91 files changed:
diff --git a/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc b/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc
index a2136774fd9b8942c3ae84ad8a6673d179c9bad0..73614737bebe83240f9684a71b62fd9b893dd02c 100644 (file)
$smarty->assign ('personal_image', get_template_path('images/addr_personal.png'));
$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/editpaste.png'));
+ $smarty->assign ('add_image', get_template_path('images/lists/paste.png'));
$smarty->assign ('edit_image', get_template_path('images/edit.png'));
- $smarty->assign ('delete_image', get_template_path('images/editdelete.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/connectivity/personal/connectivity/main.inc b/gosa-plugins/connectivity/personal/connectivity/main.inc
index b9b58e09d4c7d8799fecf05a7123f9fdf88b772f..c2e337d916fcb234ce292103a9caaea9d39ec116 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png').
"\"> ".$ui->dn." ";
$info.= "<img class=\"center\" alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png').
diff --git a/gosa-plugins/dfs/addons/godfs/class_dfsManagment.inc b/gosa-plugins/dfs/addons/godfs/class_dfsManagment.inc
index a4f13c28e81329b56bf5c94a5f375c85b79e5817..a73d1749fc239fb31723ca3c9ef2528f99c2f403 100644 (file)
}
$listhead = "<div style='background:#F0F0F9;padding:5px;'>".
- " <input type='image' class='center' src='images/list_up.png' align='middle' title='"._("Go up one dfsshare")."' name='dfs_back' alt='"._("Up")."'> ".
- " <input type='image' class='center' src='images/list_root.png' align='middle' title='"._("Go to dfs root")."' name='dfs_root' alt='"._("Root")."'> ".
+ " <input type='image' class='center' src='images/lists/up.png' align='middle' title='"._("Go up one dfsshare")."' name='dfs_back' alt='"._("Up")."'> ".
+ " <input type='image' class='center' src='images/lists/root.png' align='middle' title='"._("Go to dfs root")."' name='dfs_root' alt='"._("Root")."'> ".
" <input class='center' type='image' src='images/dtree.png' align='middle' alt='"._("Create new dfsshare")."' name='dfs_new'> ".
" <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> ".
_("Base")." <select name='depselect' onChange='mainform.submit()' class='center'>$options</select>".
index 2c9994e964e65d8a1db428faf85dbef770a5291b..48acde3a450748350a75e5e9edef6309b18caad9 100644 (file)
$display = print_header(get_template_path('images/dfs.png'),
_("Distributed File System Administration"),
"<img alt=\"\" class=\"center\" src=\"".
- get_template_path('images/closedlock.png').
+ get_template_path('images/lists/locked.png').
"\"> ".session::get('objectinfo'));
} else {
$display = print_header(get_template_path('images/dfs.png'),
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 efca699cc797d6140cbb1a2b1d7aec2e448e167f..2c08d1c689edf566c70effd2e2c4a3877adf65ca 100644 (file)
*/
$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/edittrash.png' name='delDhcp_%s' title='"._("Remove 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/edittrash.png' name='delDhcp_%s' title='"._("Remove DHCP section")."'>";
+ "<input type='image' src='images/lists/trash.png' name='delDhcp_%s' title='"._("Remove DHCP section")."'>";
$tmp = new dhcpNewSectionDialog(NULL);
foreach($this->dhcpSections as $section => $values ){
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 25c91f31b9a164f1d3d73a5a9483106b5b69ab86..0fb5c5940b377100c3cec36564a9885f948fd2f7 100644 (file)
*/
$editImg = "<input type='image' src='images/edit.png' name='editZone_%s'>";
if($this->acl_is_removeable()){
- $editImg.= "<input type='image' src='images/edittrash.png' name='delZone_%s'>";
+ $editImg.= "<input type='image' src='images/lists/trash.png' name='delZone_%s'>";
}
$link = "<a href='?plug=".$_GET['plug']."&act=edit&id=%s'>%s</a>";
diff --git a/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZone.inc b/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZone.inc
index 315771c393a2c414fc93cf57eab337fcece1dd29..1a37e952fe84dde944e97eaef87ae8d6db0f3c95 100644 (file)
$oneup = "<input name='MXup_%s' type='image' src='images/sort_up.png' title='"._("Up")."' class='center'> ";
$onedown = "<input name='MXdown_%s' type='image' src='images/sort_down.png' title='"._("Down")."' class='center'> ";
$onedel = "<img src='images/empty.png' width='20' class='center'>
- <input name='MXdel_%s' type='image' src='images/edittrash.png' title='"._("Delete")."' class='center'>";
+ <input name='MXdel_%s' type='image' src='images/lists/trash.png' title='"._("Delete")."' class='center'>";
foreach($recs as $key => $rec){
$div ->AddEntry(array(
diff --git a/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZoneEntries.inc b/gosa-plugins/dns/admin/systems/services/dns/class_servDNSeditZoneEntries.inc
index 41cbf45c35442424fa8cff589e02d533e39d6cfd..589bd74d3cdaf523759ba73da0361753a0743104 100644 (file)
</td>
<td style='width:75px;text-align:right;'>
<input type='image' name='AddRecord_".$name."' src='images/list_new.png' alt='"._("Add")."' title='"._("Add")."'>
- <input type='image' name='RemoveRecord_".$name."' src='images/edittrash.png' alt='"._("Remove")."' title='"._("Remove")."'>
+ <input type='image' name='RemoveRecord_".$name."' src='images/lists/trash.png' alt='"._("Remove")."' title='"._("Remove")."'>
";
$str.=
diff --git a/gosa-plugins/fai/admin/fai/branch_selector.tpl b/gosa-plugins/fai/admin/fai/branch_selector.tpl
index 6b236c3137d3a9d1bade15a175646eddf4dc10fe..67d4d0b4f888a8779f506bd06a02af01db3677c7 100644 (file)
{if $selectedBranch != "main" && $allow_remove}
<br>
- <input class="center" type="image" name="remove_branch" src="images/edittrash.png">
+ <input class="center" type="image" name="remove_branch" src="images/lists/trash.png">
<a href="?plug={$plug_id}&act=remove_branch">{t}Delete current release{/t}</a>
{/if}
</td>
diff --git a/gosa-plugins/fai/admin/fai/class_divListFai.inc b/gosa-plugins/fai/admin/fai/class_divListFai.inc
index 98be0f7ba880232b2ec47a58d1d4a6373d5a2959..7b47c4072a94d16bc73584188e1b1e10059e53e4 100644 (file)
}
/* Multiple options */
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
}
preg_match("/(c.*w|w.*c)/",$acl_all) && isset($this->parent->CopyPasteHandler) && $this->parent->CopyPasteHandler){
$s .= "..|---|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
$acl_all = $ui->has_complete_category_acls($this->selectedBase,$this->module);
if(preg_match("/(c.*w|w.*c)/",$acl_all) && $this->parent->CopyPasteHandler){
$action .= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$action.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
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")."'
name='entry_freeze_edit_%KEY%' title='"._("Edit class")."'>";
- $action.= "<img src='images/closedlock.png' alt='F' class='center'>";
+ $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")."'
name='entry_edit_%KEY%' title='"._("Edit class")."'>";
if(preg_match("/d/",$value['acl'])){
- $action.= "<input class='center' type='image' src='images/edittrash.png' alt='"._("delete")."'
+ $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("delete")."'
name='entry_delete_%KEY%' title='"._("Delete class")."'>";
}
}
diff --git a/gosa-plugins/fai/admin/fai/class_faiHook.inc b/gosa-plugins/fai/admin/fai/class_faiHook.inc
index 74628205777042b7841d9f0bd0dee2009d009451..b385e490d1b86397100a915683943d6587c18c06 100644 (file)
}else{
$act .= "<input type='image' src='images/edit.png' name='editscript_%s' title='"._("Edit")."' alt='"._("Edit")."'>";
if(preg_match("/d/",$acl)){
- $act .="<input type='image' src='images/edittrash.png' name='deletescript_%s' title='"._("Delete")."' alt='"._("Delete")."'>";
+ $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_faiProfile.inc b/gosa-plugins/fai/admin/fai/class_faiProfile.inc
index 6307a268f7c64c2946c1d4bcfe3019e90785e969..83a57eddb1be385860d82f3acbfb69ccc02a51c8 100644 (file)
$objTypes['FAIpartitionTable'] = "<img src='images/fai_partitionTable.png' title='"._("Partition table")."' alt=''>";
/* Delete button */
- $actions = "<input type='image' src='images/edittrash.png' title='"._("Remove class from profile")."' name='DEL_%KEY%'>";
+ $actions = "<input type='image' src='images/lists/trash.png' title='"._("Remove class from profile")."' name='DEL_%KEY%'>";
/* Up down buttons */
$linkupdown = " <input type='image' name='sortup_%s' alt='up' title='"._("Up")."' src='images/sort_up.png' align='top' >";
diff --git a/gosa-plugins/fai/admin/fai/class_faiProfileEntry.inc b/gosa-plugins/fai/admin/fai/class_faiProfileEntry.inc
index fe8b7fd4f53449b2cad48adb50cb1621f88caf16..d15526631cb65faa85ae77e529b1e36ff507c415 100644 (file)
$smarty->assign("faihead" , "");
$smarty->assign("failist" , $divlist->DrawList());
$smarty->assign("infoimage" , get_template_path('images/info_small.png'));
- $smarty->assign("launchimage" , get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage" , get_template_path('images/lists/action.png'));
$smarty->assign("alphabet" , generate_alphabet());
$smarty->assign("apply" , apply_filter(TRUE));
$smarty->assign("search_image" , get_template_path('images/search.png'));
diff --git a/gosa-plugins/fai/admin/fai/class_faiScript.inc b/gosa-plugins/fai/admin/fai/class_faiScript.inc
index c94c49d5895e88ffd40c1658a70c31632c30057b..500dddb0af8aa82b4e2420bd4e74fb13d73706e5 100644 (file)
}else{
$act .= "<input type='image' src='images/edit.png' name='editscript_%s' title='"._("edit")."' alt='"._("edit")."'>";
if(preg_match("/d/",$acl)){
- $act .="<input type='image' src='images/edittrash.png' name='deletescript_%s' title='"._("delete")."' alt='"._("delete")."'>";
+ $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 018d8596c37467c85291ac4c021bc9f52e685882..7ea9a836befe4cb641f8e529647b32c37aa6c773 100644 (file)
}else{
$act .= "<input type='image' src='images/edit.png' name='editscript_%s' title='"._("edit")."' alt='"._("edit")."'>";
if(preg_match("/d/",$acl)){
- $act .="<input type='image' src='images/edittrash.png' name='deletescript_%s' title='"._("delete")."' alt='"._("delete")."'>";
+ $act .="<input type='image' src='images/lists/trash.png' name='deletescript_%s' title='"._("delete")."' alt='"._("delete")."'>";
}
}
diff --git a/gosa-plugins/fai/admin/fai/faiPartitionTableEntry.tpl b/gosa-plugins/fai/admin/fai/faiPartitionTableEntry.tpl
index 9c69106f166ac0d8c9c9cfb2ce9470af06b248cf..4b920ed0ac508ba18284795cb0ff64c5e2664239 100644 (file)
<br>
<p class="seperator"> </p>
<br>
-<h2><img class="center" alt="" src="images/editpaste.png" align="middle" title="{t}Partition entries{/t}"> {t}Partition entries{/t}</h2>
+<h2><img class="center" alt="" src="images/lists/paste.png" align="middle" title="{t}Partition entries{/t}"> {t}Partition entries{/t}</h2>
{$setup}
<br>
{if $sub_object_is_createable}
index 196f7cab86f38cc377c0554afa48590d7d439567..cb6a9cdafe9650df5111f1b1e7784bb78edb1dff 100644 (file)
{if $readable}
<tr>
<td style="padding-left:5px;padding-top:5px;padding-bottom:12px;border-bottom:1px solid #B0B0B0">
- <input type="image" src="images/list_reload.png" name="reloadList" class="center">
+ <input type="image" src="images/lists/reload.png" name="reloadList" class="center">
{t}Reload class and release configuration from parent object.{/t}
</td>
</tr>
index 5f1ff286606c5b816f3e45eaf4538f9449ebc23c..5357a01e9c3d24d99f950781b85f8b642c98b290 100644 (file)
}
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/fai.png'), _("Software deployment"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/fai.png'), _("Software deployment"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/fai.png'), _("Software deployment"));
}
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiAccount.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiAccount.inc
index cdfa153329d41a5e3380f59514a6fb92029eb610..398d9a5c865ef191b81723aa545d08b1132d3d0d 100644 (file)
$divlist-> SetHeight(130);
$atts = $this->getUsedAttachments(true);
$downlink = "<a href='?plug=".$_GET['plug']."&get_attachment=%s'>%s</a>";
- $del_link = "<input type='image' src='images/edittrash.png' name='delAttachment_%s'>";
+ $del_link = "<input type='image' src='images/lists/trash.png' name='delAttachment_%s'>";
foreach($atts as $id => $attachment){
$divlist->AddEntry
(
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 eca6b9d019505173343456d84b0dbf2078f48227..90ba05a02f5bed657e41a1f0da6d4f00bf546449 100644 (file)
$divlist->SetEntriesPerPage(0);
$editdel = "<input type='image' name='editAttach_%s' src='images/edit.png'>";
- $editdel.= "<input type='image' name='delAttach_%s' src='images/edittrash.png'>";
+ $editdel.= "<input type='image' name='delAttach_%s' src='images/lists/trash.png'>";
/* Add all given attachments to divlist
*/
$smarty->assign("searchu_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info_small.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("apply", apply_filter());
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("attachment_regex", $GlpiAttachmentFilter['filter']);
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 f0721639027d9ff601ae8a3160ac371bed7853a7..df7cc6b3e9142f4a257cd208c4e414dfab242658 100644 (file)
$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=del_device&id=%s'><img src='images/edittrash.png' alt='"._("Delete")."' 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%>";
$smarty->assign("searchu_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info_small.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("apply", apply_filter());
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("device_regex", $filter['device_regex']);
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiPrinterAccount.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiPrinterAccount.inc
index 80bc9241a3fc52e6a8009216679851b0a747c247..5e2779ace36bbd9c78aa7b653d7d45fd982482ca 100644 (file)
$divlist-> SetHeight(120);
$atts = $this->getUsedAttachments(true);
$downlink = "<a href='?plug=".$_GET['plug']."&get_attachment=%s'>%s</a>";
- $del_link = "<input type='image' src='images/edittrash.png' name='delAttachment_%s'>";
+ $del_link = "<input type='image' src='images/lists/trash.png' name='delAttachment_%s'>";
foreach($atts as $id => $attachment){
$divlist->AddEntry
(
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 0e6e1eb74d2d2cd3fb3307c4f8daa11c5a7f6f79..59cb03c21d3b707c86535085e93e3364024cb3ab 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=del_cartridge&id=%s'><img src='images/edittrash.png' alt='"._("Delete")."' 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 */
$useCartridge = "<input type='hidden' name='wasOnPage_%s' value='%s'><input type='checkbox' value='%s' name='useCartridge_%s' %CHECKED%>";
$smarty->assign("searchu_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info_small.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("apply", apply_filter());
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("cartridge_regex", $filter);
diff --git a/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc b/gosa-plugins/glpi/admin/systems/services/glpi/class_glpiSelectUser.inc
index 6f42d8a601259b3d84bc8705feb25f1fa5808710..381a31fa60b3d32d285458958e959ff70a9e0da4 100644 (file)
}
$listhead = "<div style='background:#F0F0F9;padding:5px;'>".
- " <input class='center' type='image' src='images/list_root.png'
+ " <input class='center' type='image' src='images/lists/root.png'
align='middle' title='"._("Go to root department")."' name='dep_root' alt='"._("Root")."'> ".
" <input class='center' type='image' align='middle'
- src='images/list_back.png' title='"._("Go up one department")."' alt='"._("Up")."' name='dep_back'> ".
+ src='images/lists/back.png' title='"._("Go up one department")."' alt='"._("Up")."' name='dep_back'> ".
" <input class='center' type='image' align='middle'
- src='images/list_home.png' title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ".
- " <input class='center' type='image' src='images/list_reload.png' align='middle' title='"._("Reload list")."' name='submit_department' alt='"._("Submit")."'> ".
+ src='images/lists/home.png' title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ".
+ " <input class='center' type='image' src='images/lists/reload.png' align='middle' title='"._("Reload list")."' name='submit_department' alt='"._("Submit")."'> ".
" <img class='center' src='images/list_seperator.png' align='middle' alt='' height='16' width='1'> "._("Base")." ".
" <select name='depselect' onChange='mainform.submit()' class='center'>$options</select>".
" <input class='center' type='image' src='images/list_submit.png' align='middle'
$smarty->assign("searchu_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info_small.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("apply", apply_filter());
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("users_regex", $filter['users_regex']);
diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc
index 41acc072430bacb3dd3e9dfec9ca75f4d7ae800b..15014a81433c57e3f66017e625b2ecd23866e960 100644 (file)
/* Multiple options */
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
/* Add copy & cut icons */
if(preg_match("/(c.*w|w.*c)/",$acl) && $this->parent->CopyPasteHandler){
$action .= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$action.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
/* Delete entry ; requires remove access */
if(preg_match("/d/",$acl)){
- $action.= "<input class='center' type='image' src='images/edittrash.png' alt='"._("delete")."' name='goFaxBlocklist_del_%KEY%' title='"._("Delete user")."'>";
+ $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("delete")."' name='goFaxBlocklist_del_%KEY%' title='"._("Delete user")."'>";
}
// Generate Array to Add
diff --git a/gosa-plugins/gofax/gofax/blocklists/main.inc b/gosa-plugins/gofax/gofax/blocklists/main.inc
index 4a0f3c561e6a2bee2795608cf9f4ebbafbf5f1a7..e39ced2a9384db365b3a0cf89a94590b23852924 100644 (file)
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"), "<img alt=\"\"align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"), "<img alt=\"\"align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/blocklists.png'), _("Blocklist management"));
}
diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc
index d1b14420c43b7cb93c0e1edf047347d9cd26a6db..b1283972c20d4cccfc8a45e77a2b2cdcd31c32aa 100644 (file)
$smarty->assign("usearch_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("departments", $this->config->idepartments);
$smarty->assign("list", $list);
if (isset($_POST['depselect'])){
diff --git a/gosa-plugins/gofax/gofax/faxaccount/main.inc b/gosa-plugins/gofax/gofax/faxaccount/main.inc
index 23147d12db984a6a6a239b0728634a2fd3870fc7..77e137d8b11ece6ccd48977c3a964ed6636998ca 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display.= " \n";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img alt='' align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn." ";
+ $info= "<img alt='' align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn." ";
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png')."\"> ".$ui->dn." ";
if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/gofaxAccount"))){
$info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
diff --git a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc
index f02aef2adf8d17becd895a68d7e8d4da4fa5eccb..42680457ee6566e7a1d7767e2f936c7574b4ef3f 100644 (file)
}
/* Restricted attributes will not be displayed, this will be displayed instead */
- $no_acl = "<img class='center' src='images/closedlock.png'
+ $no_acl = "<img class='center' src='images/lists/locked.png'
title='"._("Insufficient permissions to view this attribute")."' alt='"._("Insufficient permissions")."'>";
/* Create date */
diff --git a/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc b/gosa-plugins/gofon/gofon/conference/class_divListConferences.inc
index 332b89468d610f3568e43084d9ab80038f973d8a..acdd7423c72afb1da7ef37b5920843d9c476de3d 100644 (file)
/* Multiple options */
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
$actions ="";
if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$actions.= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$actions.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
/* Add edit icon - This is allowed when we have at least read access. */
/* Create delete link - Only if we are allowed to delete this entry */
if(preg_match("/d/",$acl)){
- $actions.= "<input class='center' type='image' src='images/edittrash.png'
+ $actions.= "<input class='center' type='image' src='images/lists/trash.png'
alt='"._("delete")."' name='conference_del_%KEY%' title='"._("Delete this entry")."'>";
}
diff --git a/gosa-plugins/gofon/gofon/conference/main.inc b/gosa-plugins/gofon/gofon/conference/main.inc
index 06362450951f0221121c60f96f0d24cae7d656a8..e557c1d3d3aa9b38c6687f86af5424e24947b40d 100644 (file)
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/conference.png'), _("Conference management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/conference.png'), _("Conference management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/conference.png'), _("Conference management"));
}
diff --git a/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc b/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc
index 1beeaed5ccd00fa6cae09190c073641748e06bcc..bb6ef6264897e05af2676ce7bcec328e47df1792 100644 (file)
$report_list= array();
/* Restricted attributes will not be displayed, this will be displayed instead */
- $no_acl = "<img class='center' src='images/closedlock.png'
+ $no_acl = "<img class='center' src='images/lists/locked.png'
title='".msgPool::permView()."' alt='"._("Insufficient permissions")."'>";
$no_acl = " ";
diff --git a/gosa-plugins/gofon/gofon/macro/class_divListMacros.inc b/gosa-plugins/gofon/gofon/macro/class_divListMacros.inc
index e46576fe378d624ccc3e3c34f6ff93eec553a132..bdc551a6072a8fe29695703f45b42669ab7331ab 100644 (file)
/* Multiple options */
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(preg_match("/(c.*w|w.*c)/",$acls) && is_object( $this->parent->CopyPasteHandler)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$sacl)){
$action.= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$action.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ 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")."'
}
if(preg_match("/d/",$sacl)){
- $action.= "<input class='center' type='image' src='images/edittrash.png' alt='"._("delete")."'
+ $action.= "<input class='center' type='image' src='images/lists/trash.png' alt='"._("delete")."'
name='goFonMacro_del_%KEY%' title='"._("Delete macro")."'>";
}
index 4d438b211435b1253efe2f9771bf72f2674ed20d..a47cab4ee17ebf715b8a58fa55a50fb9863b08fa 100644 (file)
if (session::is_set('objectinfo')){
$display= print_header( get_template_path('images/macros.png'),
_("Phone macro management"),
- "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\">
+ "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\">
".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/macros.png'), _("Phone macro management"));
diff --git a/gosa-plugins/gofon/gofon/phoneaccount/main.inc b/gosa-plugins/gofon/gofon/phoneaccount/main.inc
index fdce2f7a69c5c86bba0553b9a67b29025c98ced9..b9fa644e28a57cc19cb957f8adb40f5b9e79dae2 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn." ";
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn." ";
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png')."\"> ".$ui->dn." ";
if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/phoneAccount"))){
$info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\">"._("Click the 'Edit' button below to change informations in this dialog");
diff --git a/gosa-plugins/goto/addons/goto/class_gotomasses.inc b/gosa-plugins/goto/addons/goto/class_gotomasses.inc
index c8ee0da14df776a58b75ee5e2974e5e133214f0a..643f00d5966d55355d0fca30b22538bcdbc1098b 100644 (file)
}
if($this->acl_is_removeable()){
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'> "._("Remove")."|remove_multiple\n";
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'> "._("Remove")."|remove_multiple\n";
}
if(preg_match("/w/",$this->getacl(""))){
$s.= "..|---|\n";
if($this->sort_by == "Action"){ $sort_img_4 = $sort_img; } else { $sort_img_4 = "" ;}
/* Create divlist */
- $divlist->SetListHeader("<input type='image' src='images/list_reload.png' title='"._("Reload")."'>");
+ $divlist->SetListHeader("<input type='image' src='images/lists/reload.png' title='"._("Reload")."'>");
$plug = $_GET['plug'];
$chk = "<input type='checkbox' id='select_all' name='select_all'
/* If WAITING or ERROR add remove action
*/
if( $this->acl_is_removeable() && in_array($task['STATUS'],array("waiting","error","processed"))){
- $action.= "<input type='image' src='images/edittrash.png' name='remove_task_".$key."'
+ $action.= "<input type='image' src='images/lists/trash.png' name='remove_task_".$key."'
class='center' alt='"._("Remove")."'>";
}
if(in_array($task['STATUS'],array("processing")) && !preg_match("/install/",$task['HEADERTAG'])){
- $action.= "<input type='image' src='images/edittrash.png' name='remove_task_".$key."'
+ $action.= "<input type='image' src='images/lists/trash.png' name='remove_task_".$key."'
class='center' alt='"._("Remove")."'>";
}
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc
index 47cdbf0f06405b254356362982c2776a8294e06d..3bfd30e8fd4becf5f4b250236c0d57787d9c6023 100644 (file)
foreach($this->a_targets as $key => $target){
$divlist->AddEntry(array(
array("string" => $target),
- array("string" => "<input type='image' src='images/edittrash.png' title='"._("Remove")."' name='del_target_".$key."'>",
+ array("string" => "<input type='image' src='images/lists/trash.png' title='"._("Remove")."' name='del_target_".$key."'>",
"attach" => "style='width:20px; border-right:0px;'")
));
}
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_activate.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_activate.inc
index af023a6ddf97960aaead63a2eb1789f07ef2acfd..3a1e384edf8eae47b6f3a5e254652d6f05be106a 100644 (file)
$this->s_Schedule_Action = "job_trigger_action_activate";
$this->s_Trigger_Action= "gosa_trigger_action_activate";
$this->s_Queued_Action= "trigger_action_activate";
- $this->s_Menu_Image = "images/openlock.png";
- $this->s_List_Image = "images/openlock.png";
+ $this->s_Menu_Image = "images/lists/unlocked.png";
+ $this->s_List_Image = "images/lists/unlocked.png";
}
public function execute()
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_lock.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_lock.inc
index 02100e0370ea6a676d6bcbcd1358d04f5e1e2f46..8074378c6314f4a2f3d566f4624da53d7c41eeed 100644 (file)
$this->s_Schedule_Action = "job_trigger_action_lock";
$this->s_Trigger_Action= "gosa_trigger_action_lock";
$this->s_Queued_Action= "trigger_action_lock";
- $this->s_Menu_Image = "images/closedlock.png";
- $this->s_List_Image = "images/closedlock.png";
+ $this->s_Menu_Image = "images/lists/locked.png";
+ $this->s_List_Image = "images/lists/locked.png";
}
public function execute()
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reboot.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent_reboot.inc
index e0b55999dbdb06e78212cb9af6364c980662f545..b11bd3b4ed815d4f0139d446dcbc6ee602c4fed3 100644 (file)
$this->s_Schedule_Action = "job_trigger_action_reboot";
$this->s_Trigger_Action= "gosa_trigger_action_reboot";
$this->s_Queued_Action= "trigger_action_reboot";
- $this->s_Menu_Image = "images/list_reload.png";
- $this->s_List_Image = "images/list_reload.png";
+ $this->s_Menu_Image = "images/lists/reload.png";
+ $this->s_List_Image = "images/lists/reload.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 a1e3c31c0306a8ab39054fa8a55de2f2a2bc3713..d5271b117155380b958b4943053b44efc713e44b 100644 (file)
/* Multiple options */
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
/* Only add cut icon, if we are allowed to move this user */
if(preg_match("/m/",$acl)){
$actions.= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$actions.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
}
/* If we are allowed to remove the application account, display remove icon */
if(preg_match("/d/",$acl)){
$actions.= "<input class='center' type='image'
- src='images/edittrash.png' alt='"._("delete")."' name='appl_del_%KEY%' title='"._("Delete this entry")."'>";
+ src='images/lists/trash.png' alt='"._("delete")."' name='appl_del_%KEY%' title='"._("Delete this entry")."'>";
}else{
$actions.= "<img src='images/empty.png' alt=' '>";
}
diff --git a/gosa-plugins/goto/admin/applications/main.inc b/gosa-plugins/goto/admin/applications/main.inc
index 7b748386a7530479c02ba89490713f839487840d..0dadb0250ed0e4fef3e5f4835673686056ec53b0 100644 (file)
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/application.png'), _("Application management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/application.png'), _("Application management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/application.png'), _("Application management"));
}
diff --git a/gosa-plugins/goto/admin/devices/class_divListDevices.inc b/gosa-plugins/goto/admin/devices/class_divListDevices.inc
index a34d444ee79077815700c45917fb9e389bef923c..b9a8a6c6e378be4452606d20d20c18a1cd88c958 100644 (file)
/* Multiple options */
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
/* Get copy Paste icons */
if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$actions.= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$actions.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
$actions.= "<input class='center' type='image'
/* Add delete button */
if(preg_match("/d/",$acl)){
$actions.= "<input class='center' type='image'
- src='images/edittrash.png' alt='"._("delete")."' name='device_del_%KEY%' title='"._("Delete this entry")."'>";
+ src='images/lists/trash.png' alt='"._("delete")."' name='device_del_%KEY%' title='"._("Delete this entry")."'>";
}else{
$actions.= "<img src='images/empty.png' alt=' ' class='center'>";
}
index 33f84118a824505869b449d0fd75d98f18f3f36e..396ee2233d874bc9a0beb5575c882e8db43c0a35 100644 (file)
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/devices.png'), _("Hotplug device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/devices.png'), _("Hotplug device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/devices.png'), _("Hotplug device management"));
}
diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl
index feb319bdd9c4f51395da70c5850a5ed331619b04..69941fdfe66d9152cbb267363341ec53f622735d 100644 (file)
<input title="{t}Move down{/t}" class="center" type='image'
name='down_{$item.UNIQID}' src='images/move_object_down.png'>
<input title="{t}Remove{/t}" class="center" type='image'
- name='del_{$item.UNIQID}' src='images/edittrash.png'>
+ 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'>
</td>
<input title="{t}Move down{/t}" class="center" type='image'
name='down_{$item.UNIQID}' src='images/move_object_down.png'>
<input title="{t}Remove{/t}" class="center" type='image'
- name='del_{$item.UNIQID}' src='images/edittrash.png'>
+ name='del_{$item.UNIQID}' src='images/lists/trash.png'>
<img src="images/empty.png" style="width:16px;" alt=" ">
</td>
</tr>
<input title="{t}Move down{/t}" class="center" type='image'
name='down_{$item.UNIQID}' src='images/move_object_down.png'>
<input title="{t}Remove{/t}" class="center" type='image'
- name='del_{$item.UNIQID}' src='images/edittrash.png'>
+ 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'>
</td>
diff --git a/gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc b/gosa-plugins/goto/admin/mimetypes/class_divListMimeTypes.inc
index e2620fefc72f55f38abc6f99776b1409d1a10c7e..9dad4165ae054fd0bd0a1c73e11825910b571bab 100644 (file)
/* Multiple options */
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
/* Get copy Paste icons */
if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$actions.= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$actions.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
$actions.= "<input class='center' type='image'
/* Add delete button */
if(preg_match("/d/",$acl)){
$actions.= "<input class='center' type='image'
- src='images/edittrash.png' alt='"._("delete")."' name='mime_del_%KEY%' title='"._("Delete this entry")."'>";
+ src='images/lists/trash.png' alt='"._("delete")."' name='mime_del_%KEY%' title='"._("Delete this entry")."'>";
}else{
$actions.= "<img src='images/empty.png' alt=' ' class='center'>";
}
diff --git a/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc b/gosa-plugins/goto/admin/mimetypes/class_mimetypeGeneric.inc
index f5462a3e41bc9146b34b91d1979d932b26a89a8f..366dd01b2fe03785d9c4410a658c5036d7d837cb 100644 (file)
if($this->acl_is_writeable("gotoMimeFilePattern")){
$Pattern_Actions= " <input type='image' src='images/sort_up.png' class='center' name='Pattern_SortUp_%s' >
<input type='image' src='images/sort_down.png' class='center' name='Pattern_SortDown_%s'>
- <input type='image' src='images/edittrash.png' class='center' name='Pattern_Remove_%s'>";
+ <input type='image' src='images/lists/trash.png' class='center' name='Pattern_Remove_%s'>";
}else{
$Pattern_Actions= "";
}
if($this->acl_is_writeable("gotoMimeApplication")){
$Apps_Actions = " <input type='image' src='images/sort_up.png' class='center' name='Apps_SortUp_%s' >
<input type='image' src='images/sort_down.png' class='center' name='Apps_SortDown_%s'>
- <input type='image' src='images/edittrash.png' class='center' name='Apps_Remove_%s'>";
+ <input type='image' src='images/lists/trash.png' class='center' name='Apps_Remove_%s'>";
}else{
$Apps_Actions= "";
}
if($this->acl_is_writeable("gotoMimeEmbeddedApplication")){
$EApps_Actions = " <input type='image' src='images/sort_up.png' class='center' name='EApps_SortUp_%s' >
<input type='image' src='images/sort_down.png' class='center' name='EApps_SortDown_%s'>
- <input type='image' src='images/edittrash.png' class='center' name='EApps_Remove_%s'>";
+ <input type='image' src='images/lists/trash.png' class='center' name='EApps_Remove_%s'>";
}else{
$EApps_Actions= "";
}
diff --git a/gosa-plugins/goto/admin/mimetypes/main.inc b/gosa-plugins/goto/admin/mimetypes/main.inc
index de92142541a8e853fb0fecfe0c62031761a75af4..29870f1302e3d860823d34a5131cc67b0c426f98 100644 (file)
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/mimetypes.png'), _("Mimetype management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/mimetypes.png'), _("Mimetype management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/mimetypes.png'), _("Mimetype management"));
}
diff --git a/gosa-plugins/goto/admin/systems/goto/class_selectUserToPrinterDialog.inc b/gosa-plugins/goto/admin/systems/goto/class_selectUserToPrinterDialog.inc
index cdc91d295a127de620ee7c7d9bc336fa74dbd68b..67bb9a946c13805a4821e54232d4cde6359fda4b 100644 (file)
$smarty->assign("search_image" , get_template_path('images/search.png'));
$smarty->assign("tree_image" , get_template_path('images/tree.png'));
$smarty->assign("infoimage" , get_template_path('images/info.png'));
- $smarty->assign("launchimage" , get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage" , get_template_path('images/lists/action.png'));
$smarty->assign("deplist" , $deps);
$smarty->assign("subtree", $this->subtree?"checked":"");
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalStartup.inc
index b8269365f92c7bd1e169e8df7878adab6115bff8..e8d18072655d02a6dda9cb06184c32a3f01b8e85 100644 (file)
array("string" =>
"<input class='center' type='image' src='images/sort_up.png' name='sort_ldap_up_".$key."'> ".
"<input class='center' type='image' src='images/sort_down.png' name='sort_ldap_down_".$key."'> ".
- "<input class='center' type='image' src='images/edittrash.png' name='gotoLdapRemove_".$key."'>",
+ "<input class='center' type='image' src='images/lists/trash.png' name='gotoLdapRemove_".$key."'>",
"attach" => "style='text-align:right;width:40px;border-right:0px;'")));
}
diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc
index bcbccbd9bb4285d1b50fcc8481d6f43090469cd0..4bc7db7968a9a0b50ae83046d43417c35139ad45 100644 (file)
array("string" =>
"<input class='center' type='image' src='images/sort_up.png' name='sort_ldap_up_".$key."'> ".
"<input class='center' type='image' src='images/sort_down.png' name='sort_ldap_down_".$key."'> ".
- "<input class='center' type='image' src='images/edittrash.png' name='gotoLdapRemove_".$key."'>",
+ "<input class='center' type='image' src='images/lists/trash.png' name='gotoLdapRemove_".$key."'>",
"attach" => "style='text-align:right;width:40px;border-right:0px;'")));
}
$div -> SetHeight("110");
$str_up = " <input type='image' src='images/sort_up.png' name='sort_up_%s' value='%s'>";
$str_down = " <input type='image' src='images/sort_down.png' name='sort_down_%s' value='%s'>";
- $str_remove = " <input type='image' src='images/edittrash.png' name='fai_remove_%s' value='%s'>";
+ $str_remove = " <input type='image' src='images/lists/trash.png' name='fai_remove_%s' value='%s'>";
$str_empty = " <img src='images/empty.png' alt=\"\" width='7'>";
/* Get classes */
diff --git a/gosa-plugins/goto/admin/systems/goto/printer.tpl b/gosa-plugins/goto/admin/systems/goto/printer.tpl
index 344c51af275dc61bf902ad28f5e4bce376034031..206b151e5c42aff9fc405d28d7c3350100f2b2bf 100644 (file)
<p class="plugbottom" style="margin-bottom:0px; padding:0px;"> </p>
-<h2><img class="center" alt="" align="middle" src="images/closedlock.png"> {t}Permissions{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/lists/locked.png"> {t}Permissions{/t}</h2>
<table summary="" width="100%">
<tr>
<td style="border-right:1px solid #B0B0B0; width:50%">
diff --git a/gosa-plugins/goto/admin/systems/goto/terminalService.tpl b/gosa-plugins/goto/admin/systems/goto/terminalService.tpl
index 3cf83baaa26592c237d75e9582f311c1e0d9dbfd..5b5fc62a1149ac4725327ab1cea73f9b0034cb6e 100644 (file)
onChange="document.mainform.submit();">
{html_options options=$XMethods selected=$gotoXMethod_select}
</select>
- <input type="image" src="images/list_reload.png" alt="{t}Reload{/t}" title="{t}Reload{/t}" class="center">
+ <input type="image" src="images/lists/reload.png" alt="{t}Reload{/t}" title="{t}Reload{/t}" class="center">
{/render}
</td>
</tr>
diff --git a/gosa-plugins/goto/admin/systems/goto/terminalStartup.tpl b/gosa-plugins/goto/admin/systems/goto/terminalStartup.tpl
index 6cd45b5c32c434e5d3e84918063a8ed413bb6ab7..262cee6d35fa872503371080b81ec4dc4099ce04 100644 (file)
onClick="document.mainform.submit();" class='center'>
{t}inherit from group{/t})
{if !$JS}
- <input type='image' src="images/list_reload.png" alt='{t}Reload{/t}' class='center'>
+ <input type='image' src="images/lists/reload.png" alt='{t}Reload{/t}' class='center'>
{/if}
{/render}
{render acl=$gotoLdapServerACL_inherit}
diff --git a/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl b/gosa-plugins/goto/admin/systems/goto/workstationStartup.tpl
index 6bb8bbc29258fb6d63c94cab81e588cbf06a54bd..60fee23be0c93a95fdacc7b5b24b955a0637535e 100644 (file)
onClick="document.mainform.submit();" class='center'>
{t}inherit from group{/t})
{if !$JS}
- <input type='image' src="images/list_reload.png" alt='{t}Reload{/t}' class='center'>
+ <input type='image' src="images/lists/reload.png" alt='{t}Reload{/t}' class='center'>
{/if}
{/if}
{/render}
diff --git a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc
index 6d724bfdc55b7cd9f5331e329beaa1af80930185..deb70f173afcf239f61a0e1f8fcb8086626be5fa 100644 (file)
</a>";
$uselink = "<a href='?plug=".$_GET['plug']."&act=use&id=%s'>%s</a>";
$dellink = "<a href='?plug=".$_GET['plug']."&act=del&id=%s'>
- <img src='images/edittrash.png' alt='"._("delete")."' border=0>
+ <img src='images/lists/trash.png' alt='"._("delete")."' border=0>
</a>";
if(empty($this->Vendor)){
$smarty->assign("List", $div -> DrawList());
$smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("apply", apply_filter());
diff --git a/gosa-plugins/goto/admin/systems/services/kiosk/class_goKioskService.inc b/gosa-plugins/goto/admin/systems/services/kiosk/class_goKioskService.inc
index a91d6837d205c70e062617f953a7c7852e78b86b..ca1410f82acb18f8a48b09ea405b633421cf4fd0 100644 (file)
foreach($this->gotoKioskProfiles as $key => $val ){
$divlist->AddEntry(array(
array("string"=>"<a href='?plug=".$_GET['plug']."&getkiosk=".$val['name']."'>".$val['name']."</a>"),
- array("string"=>"<input type='image' src='images/edittrash.png'
+ array("string"=>"<input type='image' src='images/lists/trash.png'
class='center' alt='delete' name='delkiosk_".$key."'>" ,
"attach"=>" style='border-right: 0px;width:24px; text-align:center;' ")
));
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 6e43dc18cfdb39cefe4b256d28479393ff0f569e..baa9c411fcfd74e336003bcca3e0453b863916ba 100644 (file)
/* Hide delete icon, if delete is not allowed */
if($this->parent->acl_is_removeable()){
- $delete = "<input type='image' value='%s' name='delete_%s' src='images/edittrash.png'>";
+ $delete = "<input type='image' value='%s' name='delete_%s' src='images/lists/trash.png'>";
}else{
$delete = "<img src='images/empty.png' alt=' '>";
}
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 a3557c402bb855c7821654febca75dd7d59c4599..265d825fc02299e7ce878359d5e2d6c5721386c2 100644 (file)
/* Hide delete icon, if delete is not allowed */
if($this->acl_is_removeable()){
- $delete = "<input type='image' value='%s' name='delete_%s' src='images/edittrash.png'>";
+ $delete = "<input type='image' value='%s' name='delete_%s' src='images/lists/trash.png'>";
}else{
$delete = "<img src='images/empty.png' alt=' '>";
}
diff --git a/gosa-plugins/goto/admin/systems/services/repository/class_servRepositorySetup.inc b/gosa-plugins/goto/admin/systems/services/repository/class_servRepositorySetup.inc
index 1637b8330194f3fca11e1ca5fc85280079b60ec3..ad7ee735b5add8525eef6cfda5b63cb062a20599 100644 (file)
$divlist = new divSelectBox("servRepositorySetup");
$divlist->setHeight("220");
- $dellink = "<input type='image' src='images/edittrash.png' title='delete' alt='delete' name='delete_%s' value='%s'>";
+ $dellink = "<input type='image' src='images/lists/trash.png' title='delete' alt='delete' name='delete_%s' value='%s'>";
foreach($this->Sections as $sec){
$divlist->AddEntry(array(
diff --git a/gosa-plugins/goto/personal/environment/class_environment.inc b/gosa-plugins/goto/personal/environment/class_environment.inc
index 24ac7a14f212387738e06d85c399fd6d679f36aa..292fc578883deb1484b7d62f41432b5221e65bfa 100644 (file)
title='"._("Reset password hash")."'>";
$img.= " ";
}
- $img.= "<input type='image' name='gotoShareDel_".base64_encode($key)." 'src='images/edittrash.png' alt='".msgPool::delButton()."'
+ $img.= "<input type='image' name='gotoShareDel_".base64_encode($key)." 'src='images/lists/trash.png' alt='".msgPool::delButton()."'
title='"._("Delete share entry")."'>";
$field1 = array("string" => $value , "attach" => "style='".$color."'");
$field2 = array("string" => $img , "attach" => "style='border-right:0px;'");
diff --git a/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc b/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc
index 4f8b820e3481f6aa5c3d5b69ab3df4edfe671261..5a14e4e384dd32e658f60ae112e82424d6d1a468 100644 (file)
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("search_image", get_template_path('images/search.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("deplist", $this->config->idepartments);
diff --git a/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc b/gosa-plugins/goto/personal/environment/class_selectPrinterDialog.inc
index b804ce2fb06b6070cc3d63dd1ecbd401e1158ea9..025ab8ff45794fa59b5a97df68465714bef2bae1 100644 (file)
$smarty->assign("search_image", get_template_path('images/search.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("deplist", $this->config->idepartments);
$display.= $smarty->fetch(get_template_path('selectPrinterDialog.tpl', TRUE,dirname(__FILE__)));
diff --git a/gosa-plugins/goto/personal/environment/main.inc b/gosa-plugins/goto/personal/environment/main.inc
index 88cbb89a237c30fc160747e2560ecdeb5dca6299..cd86705c9d16268d276eef2877462024bae0bb26 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png').
"\"> ".$ui->dn." ";
if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/environment"))){
$info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png').
diff --git a/gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc b/gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc
index 640abf3c34e7a865e08df7ede2922a4816dcd759..76f3abd59321fad4ed8bcaac4a87daa8d0ef946e 100644 (file)
$button= "<input type='image' name=\"add_inv_".$nr."\" src='images/list_new.png' id='add".$nr."' ".$dis.">";
}
if ($nr != 0) {
- $button.= "<input type='image' name=\"del_inv_".$nr."\" src='images/edittrash.png' id='remove".$nr."' ".$dis.">";
+ $button.= "<input type='image' name=\"del_inv_".$nr."\" src='images/lists/trash.png' id='remove".$nr."' ".$dis.">";
}
$invitation.= "</select> </td>
diff --git a/gosa-plugins/mail/addons/mailqueue/contents.tpl b/gosa-plugins/mail/addons/mailqueue/contents.tpl
index 139bcd48109faf92a7eba0bc3d3b1f455d2f5a71..c07ed95ad50a202fdddaaed474ec34675e680c7f 100644 (file)
<input name="search" value="{t}Search{/t}" type="submit">
</td>
<td style="border-left:1px solid #A0A0A0; text-align:right;">
- <input name="del_all" src="images/edittrash.png" value="{t}Remove all messages{/t}" type="image"
+ <input name="del_all" src="images/lists/trash.png" value="{t}Remove all messages{/t}" type="image"
title="{t}Remove all messages from selected servers queue{/t}">
<input name="hold_all" src="images/mailq_hold.png" value="{t}Hold all messages{/t}" type="image"
title="{t}Hold all messages in selected servers queue{/t}">
<input name="unhold_all" src="images/mailq_unhold.png" value="{t}Release all messages{/t}" type="image"
title="{t}Release all messages in selected servers queue{/t}">
- <input name="requeue_all" src="images/mailq_requeue.png" value="{t}Requeue all messages{/t}" type="image"
+ <input name="requeue_all" src="images/lists/reload.png" value="{t}Requeue all messages{/t}" type="image"
title="{t}Requeue all messages in selected servers queue{/t}">
</td>
</tr>
<td >{$entries[$key].Error}</td>
<td style="text-align:right">
<a href="{$plug}&act=del&id={$entries[$key].MailID}&server={$entries[$key].Server}">
- <img class="center" src="images/edittrash.png" border=0 alt="{t}delete{/t}" title="{t}Delete this message{/t}">
+ <img class="center" src="images/lists/trash.png" border=0 alt="{t}delete{/t}" title="{t}Delete this message{/t}">
</a>
{if $entries[$key].Hold == true}
<a href="{$plug}&act=unhold&id={$entries[$key].MailID}&server={$entries[$key].Server}">
</a>
{/if}
<a href="{$plug}&act=requeue&id={$entries[$key].MailID}&server={$entries[$key].Server}">
- <img class="center" src="images/mailq_requeue.png" border=0 alt="{t}requeue{/t}" title="{t}Requeue this message{/t}">
+ <img class="center" src="images/lists/reload.png" border=0 alt="{t}requeue{/t}" title="{t}Requeue this message{/t}">
</a>
<a href="{$plug}&act=header&id={$entries[$key].MailID}&server={$entries[$key].Server}">
<img class="center" src="images/mailq_header.png" border=0 alt="{t}header{/t}" title="{t}Display header from this message{/t}">
diff --git a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc
index 81965ab944dca71968ca8f1ca10dc3df7a6fb8df..2c27cae0b6d0defb7e8d7335b2e4ffbdbd3eb2db 100644 (file)
$smarty->assign("usearch_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("mailusers", $mailusers);
$smarty->assign("deplist", $this->config->idepartments);
$smarty->assign("apply", apply_filter());
diff --git a/gosa-plugins/mail/admin/groups/mail/mail.tpl b/gosa-plugins/mail/admin/groups/mail/mail.tpl
index 75fd197517e4e06a2d6191d534428655d39374f0..5dad64194e4b2bcba848b67578c833988aecfd70 100644 (file)
</select>
{/if}
{if !$JS}
- <input type='image' src='images/list_reload.png' class='center' alt='{t}Reload{/t}'>
+ <input type='image' src='images/lists/reload.png' class='center' alt='{t}Reload{/t}'>
{/if}
</td>
</tr>
diff --git a/gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc b/gosa-plugins/mail/admin/systems/services/mail/class_goMailServer.inc
index c01816c59470b6f302532e23d45dfa0941a0fbdb..dd3a3140d7e12b51489720ce6745b05f2f05f1b3 100644 (file)
}
if($this->acl_is_writeable("postfixTransportTable")){
- $img.= "<input type='image' src='images/edittrash.png' name='TranslationDel_".$key."' class='center'> ";
+ $img.= "<input type='image' src='images/lists/trash.png' name='TranslationDel_".$key."' class='center'> ";
}
$field1 = array("string"=> $entry['src']);
$field2 = array("string"=> $entry['dst']);
}
if($this->acl_is_writeable("postfixSenderRestrictions")){
- $img.= "<input type='image' src='images/edittrash.png' name='SenderRestrictDel_".$key."' class='center'> ";
+ $img.= "<input type='image' src='images/lists/trash.png' name='SenderRestrictDel_".$key."' class='center'> ";
}
$field1 = array("string"=> $entry['src']);
}
if($this->acl_is_writeable("postfixRecipientRestrictions")){
- $img.= "<input type='image' src='images/edittrash.png' name='RecipientRestrictDel_".$key."' class='center'> ";
+ $img.= "<input type='image' src='images/lists/trash.png' name='RecipientRestrictDel_".$key."' class='center'> ";
}
$field1 = array("string"=> $entry['src']);
$field2 = array("string"=> $entry['dst']);
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 49fac88eca8736a39e0d89b36661c44da5a65735..350271450b66d7aa973bbb0addc7eae04a1cd199 100644 (file)
$actions = "<input type='image' src='images/edit.png' name='editRule_%s'>";
if($this->acl_is_writeable("saRule")){
- $actions.= "<input type='image' src='images/edittrash.png' name='delRule_%s'>";
+ $actions.= "<input type='image' src='images/lists/trash.png' name='delRule_%s'>";
}
}
diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc
index 8fd0ab2a821a29fbd7a4968519ad59b0150d7b6d..3f1a07d78f2a3260ddcabd6da315bb234ce24276 100644 (file)
$smarty->assign("usearch_image", get_template_path('images/search_user.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("mailusers", $mailusers);
if (isset($_POST['depselect'])){
$smarty->assign("depselect", $_POST['depselect']);
index 1c559490e3caaf4721961733e3d24638d7e4027e..efbaf2212a0e8877967eb6d9ecf10ee020d3e6ce 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png').
"\"> ".$ui->dn." ";
$info.= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png').
diff --git a/gosa-plugins/mail/personal/mail/sieve/class_sieveElement_If.inc b/gosa-plugins/mail/personal/mail/sieve/class_sieveElement_If.inc
index cb33ae5e788e2fb09ac9a366613f5d698f026345..8098eaf6a795fdb9984aae733b0f5fce3abda05a 100644 (file)
function execute()
{
/* Create title */
- $name = "<img alt='' src='images/small_filter.png' class='center'>";
+ $name = "<img alt='' src='images/lists/action.png' class='center'>";
$name .= "<b>"._("Condition")."</b>";
if($this->TYPE == "if"){
$name .= " - "._("If");
diff --git a/gosa-plugins/mail/personal/mail/sieve/class_sieveManagement.inc b/gosa-plugins/mail/personal/mail/sieve/class_sieveManagement.inc
index f4a3396e05e3feb1d9a0227ff03c83d7b68b4475..637c27718e7a3dce413fb424a4b028dc1221a511 100644 (file)
$field4 = array("string" => _("Script length").": ".strlen($script['SCRIPT']));
if($this->parent->acl_is_writeable("sieveManagement")){
- $del = "<input type='image' name='delscript_".$key."' src='images/edittrash.png'
+ $del = "<input type='image' name='delscript_".$key."' src='images/lists/trash.png'
title='"._("Remove script")."'>";
}else{
$del = "<img src='images/empty.png' alt=' '>";
diff --git a/gosa-plugins/nagios/personal/nagios/main.inc b/gosa-plugins/nagios/personal/nagios/main.inc
index 623442fcd07c0f22016c4e4d119598ab8c6dcbc9..7a6315db7cffd4fa82f6e91d5b0972a25f35a56c 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png').
"\"> ".$ui->dn." ";
if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/nagiosAccount"))){
diff --git a/gosa-plugins/netatalk/personal/netatalk/main.inc b/gosa-plugins/netatalk/personal/netatalk/main.inc
index 4d70ac1db52c60189f315d1b660e8bce54643bb7..a4c698a544b497d6998b4ea5bcba83e7d892b2f4 100644 (file)
$display .= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display .= " ";
$display .= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info = "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".$ui->dn." ";
+ $info = "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".$ui->dn." ";
} else {
- $info = "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png')."\"> ".$ui->dn." ";
+ $info = "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png')."\"> ".$ui->dn." ";
if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/netatalk"))){
$info .= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lamp.png')."\"> ".msgPool::clickEditToChange();
$display .= "<input type=submit name=\"edit\" value=\"".msgPool::editButton()."\">\n";
diff --git a/gosa-plugins/samba/personal/samba/class_sambaAccount.inc b/gosa-plugins/samba/personal/samba/class_sambaAccount.inc
index eb19275f675197ba035c6c732ff71c2ed2595af1..593263262645dd31268e39234d3f786890741a6c 100644 (file)
asort($wslist);
$smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("deplist", $this->config->idepartments);
$smarty->assign("alphabet", generate_alphabet());
diff --git a/gosa-plugins/samba/personal/samba/main.inc b/gosa-plugins/samba/personal/samba/main.inc
index 14877035320362aa49791e881f213191415be65c..7ce7e177405e36544bfce6f61ac304c2bf12219a 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" style=\"width:80px\" value=\"".msgPool::okButton()."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png').
"\"> ".$ui->dn." ";
if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/sambaAccount"))){
diff --git a/gosa-plugins/samba/personal/samba/samba2.tpl b/gosa-plugins/samba/personal/samba/samba2.tpl
index 11b28d8e21ca1947d92a23890c305cae92600bf9..4234cd0e7f5b0ce8e442fa715ad7b62987724961 100644 (file)
<p class="seperator"> </p>
-<h2><p class="center"><img class="center" alt="" align="middle" src="images/certs.png" /> {t}Access options{/t}</p></h2>
+<h2><p class="center"><img class="center" alt="" align="middle" src="images/lists/key.png" /> {t}Access options{/t}</p></h2>
<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding="4" border="0">
<tr>
diff --git a/gosa-plugins/samba/personal/samba/samba3.tpl b/gosa-plugins/samba/personal/samba/samba3.tpl
index c05acc0c239d7081a432e93defa56946aa7bdb37..33f86ec4d77e1abfc6ffe5d7e92b7eb258bfe1b4 100644 (file)
<p class="seperator"> </p>
-<h2><img class="center" alt="" align="middle" src="images/certs.png" /> {t}Access options{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/lists/key.png" /> {t}Access options{/t}</h2>
<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
<tr>
diff --git a/gosa-plugins/scalix/personal/scalix/main.inc b/gosa-plugins/scalix/personal/scalix/main.inc
index 05d390d52dbae195d72ba05f1a201b1358ce2ada..c1403417a1b5bff49216f4a1f17cb2144029f25c 100644 (file)
$display.= "<input type=submit name=\"edit_finish\" value=\"".msgPool::saveButton()."\">\n";
$display.= " ";
$display.= "<input type=submit name=\"edit_cancel\" value=\"".msgPool::cancelButton()."\">\n";
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png').
"\"> ".$ui->dn." ";
} else {
- $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/openlock.png').
+ $info= "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/unlocked.png').
"\"> ".$ui->dn." ";
if(preg_match("/w/",$ui->get_permissions($ui->dn,"users/scalix"))){
diff --git a/gosa-plugins/sudo/admin/sudo/class_divListSudo.inc b/gosa-plugins/sudo/admin/sudo/class_divListSudo.inc
index 3a33cec20b854ee6195e54f70c2309869055eb4c..3abd3ce4919b9af0baf132b0299388a39baa92ba 100644 (file)
/* Append multiple remove */
if(preg_match("/d/",$acl)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."del_role|\n";
}
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_sudo|\n";
-# $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+# $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
# " "._("Cut")."|"."multiple_cut_sudo|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
$actions= "";
if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl)){
# $actions.= "<input class='center' type='image'
-# src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+# src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$actions.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ src='images/lists/copy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
}
if(preg_match("/d/",$acl)){
$actions.= "<input class='center' type='image'
- src='images/edittrash.png' alt='".msgPool::delButton()."' name='sudo_del_%KEY%' title='"._("Delete this entry")."'>";
+ src='images/lists/trash.png' alt='".msgPool::delButton()."' name='sudo_del_%KEY%' title='"._("Delete this entry")."'>";
}
$title = "title='".preg_replace('/ /', ' ', @LDAP::fix($val['dn']))."'";
diff --git a/gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc b/gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc
index ba8c9e97c0296351bb4bd83e923a919f68c75391..a4ca4c12683cc5cddf72e4212076f0523f80f770 100644 (file)
*/
$neg_img= "<img src='images/negate.png' alt='!' class='center'>";
$option = "<input type='image' src='images/negate.png' name='neg_%ATTR%_%KEY%' class='center'>";
- $option.= "<input type='image' src='images/edittrash.png' name='del_%ATTR%_%KEY%' class='center'>";
+ $option.= "<input type='image' src='images/lists/trash.png' name='del_%ATTR%_%KEY%' class='center'>";
foreach(array("sudoCommand","sudoHost","sudoRunAs") as $attr){
if($this->acl_is_readable($attr)){
foreach($this->$attr as $key => $entry){
$smarty->assign("$type", $sysfilter[$type]);
}
$smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("launchimage", get_template_path('images/small_filter.png'));
+ $smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("deplist", $this->config->idepartments);
$smarty->assign("alphabet", generate_alphabet());
index 7fda69f487874e3db6f2b2fb2a83045a5e81bd6b..452ab0a01f6ee1cad105f9f91591ba7154df7f5a 100644 (file)
</table>
</td>
<td style="padding-left:5px;border-left: solid 1px #AAAAAA;">
- <h2><img alt="" class="center" align="middle" src="images/closedlock.png" /> {t}System trust{/t}</h2>
+ <h2><img alt="" class="center" align="middle" src="images/lists/locked.png" /> {t}System trust{/t}</h2>
{t}Trust mode{/t}
{render acl=$trustModelACL}
<select name="trustmode" id="trustmode" size=1
index fb873a54a66a982288a683fc2fe1c0f50a90b557..2acf8a62b7136fe960647bc10c7e1d59b24be282 100644 (file)
if (session::is_set('objectinfo')){
$display= print_header(get_template_path('images/sudo.png'),
_("Sudo role administration"), "<img alt=\"\" align=\"middle\" src=\"".
- get_template_path('images/closedlock.png')."\"> ".
+ get_template_path('images/lists/locked.png')."\"> ".
@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/sudo.png'), _("Sudo role administration"));
index 6ab83afa1bf506d5a3ad27894bc4e059d17a0fa6..035321a6875f68de4aafaa27942924110b715afd 100644 (file)
</td>
<td style='width: 40px; text-align:right;'>
<input type='image' src='images/negate.png' name='negOption_{$key}_{$entry_key}' class='center'>
- <input type='image' src='images/edittrash.png' name='delOption_{$key}_{$entry_key}' class='center'>
+ <input type='image' src='images/lists/trash.png' name='delOption_{$key}_{$entry_key}' class='center'>
</td>
</tr>
{/foreach}
diff --git a/gosa-plugins/systems/admin/systems/class_baseSelectDialog.inc b/gosa-plugins/systems/admin/systems/class_baseSelectDialog.inc
index 74d3cf24b7158385b2e0f4838554c42549e8456d..c2476640b0c0dfccf88e97a241075cbfb1f39f69 100644 (file)
$this->SetTitle("Base");
$this->SetSummary(_("Choose a base"));
$this->SetListHeader("<div style='background:#F0F0F9;padding:5px;'>".
- " <input class='center' type='image' src='images/list_root.png' align='middle'
+ " <input class='center' type='image' src='images/lists/root.png' align='middle'
title='"._("Go to root department")."' name='dep_root' alt='"._("Root")."'> ".
- " <input class='center' type='image' align='middle' src='images/list_back.png'
+ " <input class='center' type='image' align='middle' src='images/lists/back.png'
title='"._("Go up one department")."' alt='"._("Up")."' name='dep_back'> ".
- " <input class='center' type='image' align='middle' src='images/list_home.png'
+ " <input class='center' type='image' align='middle' src='images/lists/home.png'
title='"._("Go to users department")."' alt='"._("Home")."' name='dep_home'> ".
- " <input class='center' type='image' src='images/list_reload.png' align='middle' title='"._("Reload list")."' name='submit_department' alt='"._("Submit")."'> ".
+ " <input class='center' type='image' src='images/lists/reload.png' align='middle' title='"._("Reload list")."' name='submit_department' alt='"._("Submit")."'> ".
"</div>");
$this->SetInformation(_("Step in the prefered tree and click save to use the current subtree as base. Or click the image at the end of each entry."));
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 131534595774262d6634f3424eb50a72818f26a6..fc15b7f5c47e2003ab0318af30e2e512b7bf4dc5 100644 (file)
$s.= "...|".$event['MenuImage']." ".$event['s_Menu_Name']."|schedule_event_".$name."\n";
}
- $s.= "..|<img src='images/edittrash.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* Add multiple copy & cut icons */
if(is_object($this->parent->CopyPasteHandler)){
$s.= "..|---|\n";
- $s.= "..|<img src='images/editcopy.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/copy.png' alt='' border='0' class='center'>".
" "._("Copy")."|"."multiple_copy_systems|\n";
- $s.= "..|<img src='images/editcut.png' alt='' border='0' class='center'>".
+ $s.= "..|<img src='images/lists/cut.png' alt='' border='0' class='center'>".
" "._("Cut")."|"."multiple_cut_systems|\n";
}
if(preg_match("/(c.*w|w.*c)/",$all_module_acls) && $this->parent->CopyPasteHandler){
$s .= "..|---|\n";
if($this->parent->CopyPasteHandler->entries_queued()){
- $img = "<img border='0' class='center' src='images/editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."|editPaste|\n";
}else{
- $img = "<img border='0' class='center' src='images/cant_editpaste.png' alt=''>";
+ $img = "<img border='0' class='center' src='images/cant_lists/paste.png' alt=''>";
$s.="..|".$img." "._("Paste")."\n";
}
}
$action ="";
if(($this->parent->CopyPasteHandler) && preg_match("/(c.*w|w.*c)/",$acl_all)){
$action.= "<input class='center' type='image'
- src='images/editcut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
+ src='images/lists/cut.png' alt='"._("cut")."' name='cut_%KEY%' title='"._("Cut this entry")."'> ";
$action.= "<input class='center' type='image'
- src='images/editcopy.png' alt='"._("copy")."' name='copy_%KEY%' title='"._("Copy this entry")."'> ";
+ 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")."' name='system_edit_%KEY%' title='"._("Edit system")."'>";
if(preg_match("/d/",$acl)){
- $action.= "<input class='center' type='image' src='images/edittrash.png'
+ $action.= "<input class='center' type='image' src='images/lists/trash.png'
alt='"._("delete")."' name='system_del_%KEY%' title='"._("Delete system")."'>";
}else{
$action.= $empty;
$display_key_for = array("terminal","workstation","server","component");
$pwd_acl = $ui->get_permissions($val['dn'],$tabs[$type]['ACL'],"userPassword");
if(preg_match("/w/",$pwd_acl) && in_array($type,$display_key_for)){
- $action2 = "<input class='center' type='image' src='images/certs.png' alt='"._("Password")."' name='system_setpwd_%KEY%' title='"._("Set password")."'>";
+ $action2 = "<input class='center' type='image' src='images/lists/key.png' alt='"._("Password")."' name='system_setpwd_%KEY%' title='"._("Set password")."'>";
}else{
$action2 = $empty;
}
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystemService.inc b/gosa-plugins/systems/admin/systems/class_divListSystemService.inc
index 2512c9cba425c13de3183dc41963b3e4eec9d13d..a80170763ee18cf7a8b2b6f7b96a1a3f34e8a2d6 100644 (file)
$actions .= " <img src='images/empty.png' width='16' alt=''>";
}
if($entry['AllowStart'] && $WasAccount){
- $actions .= " <input type='image' name='RestartSingleService_".$name."' src='images/status_restart.png'
+ $actions .= " <input type='image' name='RestartSingleService_".$name."' src='images/lists/reload.png'
title='"._("Restart service")."'>";
}else{
$actions .= " <img src='images/empty.png' width='16' alt=''>";
/* Check if remove is enabled and allowed for current service */
if($entry['AllowRemove'] && preg_match("/d/i",$acl)){
- $actions .= " <input type='image' name='RemoveSingleService_".$name."' src='images/edittrash.png'
+ $actions .= " <input type='image' name='RemoveSingleService_".$name."' src='images/lists/trash.png'
title='"._("Remove service")."'>";
}else{
$actions .= " <img src='images/empty.png' width='16' alt=''>";
diff --git a/gosa-plugins/systems/admin/systems/main.inc b/gosa-plugins/systems/admin/systems/main.inc
index 2eaf679216558d5d6348d22d3931e7ab56fc02cf..241c8387088cd2a26fa248d8b3d159788809a075 100644 (file)
/* Page header*/
if (session::is_set('objectinfo')){
- $display= print_header(get_template_path('images/system.png'), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+ $display= print_header(get_template_path('images/system.png'), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
} else {
$display= print_header(get_template_path('images/system.png'), _("System management"));
}
diff --git a/gosa-plugins/systems/admin/systems/network.tpl b/gosa-plugins/systems/admin/systems/network.tpl
index e637352371054b3a76f9da35739c6ba7ef70230e..23a4001eb90cc6304b686ce12838e0169337e46e 100644 (file)
{foreach from=$additionalHostNumbers item=item key=key}
<br>
<input size=25 maxlength=80 type='text' name='additionalHostNumbers_{$key}' value='{$item}'>
- <input type='image' class='center' name='additionalHostNumbers_del_{$key}' src='images/edittrash.png' alt='{msgPool type=delButton}'>
+ <input type='image' class='center' name='additionalHostNumbers_del_{$key}' src='images/lists/trash.png' alt='{msgPool type=delButton}'>
{/foreach}
<input type='image' class='center' name='additionalHostNumbers_add}' src='images/list_new.png' alt='{msgPool type=addButton}'>
</td>
<td>
{t}Enable DHCP for this device{/t}
- <input type='image' src='images/list_reload.png' class='center'>
+ <input type='image' src='images/lists/reload.png' class='center'>
</td>
</tr>
{else}
<td>
<input type='checkbox' name='dummy' class='center' disabled>
{t}Enable DHCP for this device{/t} ({t}not configured{/t})
- <input type='image' src='images/list_reload.png' class='center'>
+ <input type='image' src='images/lists/reload.png' class='center'>
</td>
</tr>
{/if}
{/if}
{t}Enable DNS for this device{/t}
- <input type='image' src='images/list_reload.png' class='center' name="reloadThisDNSStuff" >
+ <input type='image' src='images/lists/reload.png' class='center' name="reloadThisDNSStuff" >
{if $DNS_is_account == true}
<div style="padding-left:20px;visibility:visible;" id="test2">
{else}
{else}
<input type="checkbox" name="dummy" value="1" disabled class='center' {if $DNS_is_account} checked {/if}>
{t}Enable DNS for this device{/t} ({t}not configured{/t})
- <input type='image' src='images/list_reload.png' class='center'>
+ <input type='image' src='images/lists/reload.png' class='center'>
{/if}
</td>