summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf072aa)
raw | patch | inline | side by side (parent: cf072aa)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 18 Apr 2008 13:36:43 +0000 (13:36 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 18 Apr 2008 13:36:43 +0000 (13:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10561 594d385d-05f5-0310-b6e9-bd551577e9d8
39 files changed:
diff --git a/gosa-core/html/images/lists/search-user.png b/gosa-core/html/images/lists/search-user.png
new file mode 100644 (file)
index 0000000..1c164f4
Binary files /dev/null and b/gosa-core/html/images/lists/search-user.png differ
index 0000000..1c164f4
Binary files /dev/null and b/gosa-core/html/images/lists/search-user.png differ
diff --git a/gosa-core/html/images/lists/search.png b/gosa-core/html/images/lists/search.png
new file mode 100644 (file)
index 0000000..593a566
Binary files /dev/null and b/gosa-core/html/images/lists/search.png differ
index 0000000..593a566
Binary files /dev/null and b/gosa-core/html/images/lists/search.png differ
diff --git a/gosa-core/html/images/search.png b/gosa-core/html/images/search.png
deleted file mode 100644 (file)
index 593a566..0000000
Binary files a/gosa-core/html/images/search.png and /dev/null differ
index 593a566..0000000
Binary files a/gosa-core/html/images/search.png and /dev/null differ
diff --git a/gosa-core/html/images/search_user.png b/gosa-core/html/images/search_user.png
deleted file mode 100644 (file)
index 1c164f4..0000000
Binary files a/gosa-core/html/images/search_user.png and /dev/null differ
index 1c164f4..0000000
Binary files a/gosa-core/html/images/search_user.png and /dev/null differ
diff --git a/gosa-core/html/plugins/groups/images/asterisk.png b/gosa-core/html/plugins/groups/images/asterisk.png
new file mode 100644 (file)
index 0000000..b9bc82e
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/asterisk.png differ
index 0000000..b9bc82e
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/asterisk.png differ
diff --git a/gosa-core/html/plugins/groups/images/environment.png b/gosa-core/html/plugins/groups/images/environment.png
new file mode 100644 (file)
index 0000000..f4ef81c
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/environment.png differ
index 0000000..f4ef81c
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/environment.png differ
diff --git a/gosa-core/html/plugins/groups/images/menu.png b/gosa-core/html/plugins/groups/images/menu.png
new file mode 100644 (file)
index 0000000..dd6de2f
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/menu.png differ
index 0000000..dd6de2f
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/menu.png differ
diff --git a/gosa-core/html/plugins/groups/images/samba.png b/gosa-core/html/plugins/groups/images/samba.png
new file mode 100644 (file)
index 0000000..ec747e5
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/samba.png differ
index 0000000..ec747e5
Binary files /dev/null and b/gosa-core/html/plugins/groups/images/samba.png differ
diff --git a/gosa-core/include/class_MultiSelectWindow.inc b/gosa-core/include/class_MultiSelectWindow.inc
index 898916456ffe9f8c27dbb76f5ee67851ce7edd1a..adcb53ef3792ed2b0729d8642928ffdc28c60d70 100644 (file)
}
/* Adds a regex input field to the current dialog */
- function AddRegex($name,$string,$value,$conn,$image="images/search.png")
+ function AddRegex($name,$string,$value,$conn,$image="images/lists/search.png")
{
$arr = array();
diff --git a/gosa-core/plugins/admin/groups/class_divListGroup.inc b/gosa-core/plugins/admin/groups/class_divListGroup.inc
index 4459ee926dbc890682aed4023c5c424b68c92fd6..b557de966d0457b8c3d49a8020018c26bf43184f 100644 (file)
/* Name ,Text ,Default , Connect with alphabet */
$this->AddRegex ("Regex", _("Regular expression for matching group names"), "*" , true);
- $this->AddRegex ("UserRegex", _("User name of which groups are shown"), "*" , false, "images/search_user.png");
+ $this->AddRegex ("UserRegex", _("User name of which groups are shown"), "*" , false, "images/lists/search-user.png");
}
name='group_group_edit_%KEY%' alt='P' title='"._("Posix") ."'>";
$mailimg = "<input type='image' class='center' src='images/mailto.png'
name='mailgroup_group_edit_%KEY%' alt='M' title='"._("Mail") ."'>";
- $sambaimg = "<input type='image' class='center' src='images/select_winstation.png'
+ $sambaimg = "<input type='image' class='center' src='plugins/groups/images/samba.png'
name='group_group_edit_%KEY%' alt='S' title='"._("Samba") ."'>";
- $applimg = "<input type='image' class='center' src='images/select_application.png'
+ $applimg = "<input type='image' class='center' src='plugins/groups/images/menu.png'
name='appgroup_group_edit_%KEY%' alt='A' title='"._("Application")."'>";
- $phoneimg = "<input type='image' class='center' src='images/select_phone.png'
+ $phoneimg = "<input type='image' class='center' src='plugins/groups/images/asterisk.png'
name='group_group_edit_%KEY%' alt='Ph' title='"._("Phone") ."'>";
- $envimg = "<input type='image' class='center' src='images/smallenv.png'
+ $envimg = "<input type='image' class='center' src='plugins/groups/images/environment.png'
name='environment_group_edit_%KEY%' alt='E' title='"._("Environment") ."'>";
// Space
diff --git a/gosa-core/plugins/admin/groups/class_groupGeneric.inc b/gosa-core/plugins/admin/groups/class_groupGeneric.inc
index 1e78305bad9721d26a1c311b9bfc47a5a1f1a2a7..b9e30839aae30a76fb083c7912e9ff78fabe9d63 100644 (file)
$wslist[]= preg_replace('/\$/', '', $attrs['cn'][0]);
}
asort($wslist);
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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);
$this->reload();
/* Show dialog */
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
$smarty->assign("launchimage", get_template_path('images/lists/action.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
/* Show main page */
$smarty->assign("alphabet", generate_alphabet(10));
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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);
diff --git a/gosa-core/plugins/admin/ogroups/class_ogroup.inc b/gosa-core/plugins/admin/ogroups/class_ogroup.inc
index fa0c66ca1fe2d0c8f0eb2e2a74390b0b72aed259..39f744d7300d511ffa09d48b4780bdd714a987a9 100644 (file)
$smarty->assign("objects", $this->convert_list($this->objects));
/* Show dialog */
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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);
diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc
index cf1dae04faeee11d5b3c39d361f801ce433ea5b7..799629ad444f2ea7edda35740e7e645c93c90c3f 100644 (file)
$wslist[]= preg_replace('/\$/', '', $attrs['cn'][0]);
}
asort($wslist);
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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("regex",$this->GroupRegex);
$smarty->assign("guser",$this->GroupUserRegex);
$smarty->assign("groups", $glist);
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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);
diff --git a/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc b/gosa-plugins/addressbook/addons/addressbook/class_addressbook.inc
index 27328958849315ab454522f11b4d9225881ff1dd..0506dbf7cb4ac04ec8f2c18ef05c55ceb432f745 100644 (file)
$smarty->assign("depselect", $this->search_base);
$smarty->assign("global", $phonefilter['global']);
$smarty->assign("organizational", $phonefilter['organizational']);
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
$smarty->assign("obj_image", get_template_path('images/list_ogroup.png'));
$smarty->assign("tree_image", get_template_path('images/tree.png'));
$smarty->assign("infoimage", get_template_path('images/info.png'));
diff --git a/gosa-plugins/dfs/addons/godfs/class_dfsManagment.inc b/gosa-plugins/dfs/addons/godfs/class_dfsManagment.inc
index 06409a633910caf2519fa365572f51e13d393345..c3d32e5b95fc7760cabd7f66555aeff5b0846127 100644 (file)
/* Use the smarty templating engine here... */
$smarty->assign('tree', $tree_html);
- $smarty->assign('search_image', get_template_path('images/search.png'));
+ $smarty->assign('search_image', get_template_path('images/lists/search.png'));
$smarty->assign('infoimage', get_template_path('images/info.png'));
$smarty->assign('launchimage', get_template_path('images/launch.png'));
$smarty->assign('alphabet', generate_alphabet());
diff --git a/gosa-plugins/fai/admin/fai/class_faiPackageEntry.inc b/gosa-plugins/fai/admin/fai/class_faiPackageEntry.inc
index e9697009d2fb440b1770e802bd4623aa172cca8c..e184c7f82b1d1dd6d1a8d1cd23b69cde0cde04c2 100644 (file)
$smarty->assign("launchimage" , get_template_path('images/launch.png'));
$smarty->assign("alphabet" , generate_alphabet());
$smarty->assign("apply" , apply_filter(TRUE));
- $smarty->assign("search_image" , get_template_path('images/search.png'));
+ $smarty->assign("search_image" , get_template_path('images/lists/search.png'));
$display.= $smarty->fetch(get_template_path('faiPackageEntry.tpl', TRUE));
return($display);
diff --git a/gosa-plugins/fai/admin/fai/class_faiProfileEntry.inc b/gosa-plugins/fai/admin/fai/class_faiProfileEntry.inc
index fe7decf65103a16fdd9a679a1f862099de0343d9..4b9ff186872b5126ffe819b633f65e7874ff3bd3 100644 (file)
$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'));
+ $smarty->assign("search_image" , get_template_path('images/lists/search.png'));
$display.= $smarty->fetch(get_template_path('faiProfileEntry.tpl', TRUE));
return($display);
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 6f7f6bc15607797fe5be48f95d5f63f80b8eaf36..53f8960c8301bb2362109124fa0af1defbe120b0 100644 (file)
$smarty->assign("attachments", $divlist->DrawList());
$smarty->assign("attachmenthead", $listhead);
- $smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("searchu_image", get_template_path('images/search_user.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
+ $smarty->assign("searchu_image", get_template_path('images/lists/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/lists/action.png'));
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 0d994fdebed5d3175ff33869d9990d798646918c..326f0244151527da15500308afcc15bce3953d9f 100644 (file)
$filter = session::get('glpiDeviceRegex');
$smarty->assign("devicehead", $listhead);
$smarty->assign("devices", $divlist->DrawList());
- $smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("searchu_image", get_template_path('images/search_user.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
+ $smarty->assign("searchu_image", get_template_path('images/lists/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/lists/action.png'));
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 4e3134b9369e480bbc15259c1e7f9627f0ae72af..ca39266891f484fa8bae5e53866e6e7b1b834ca0 100644 (file)
$filter = session::get('glpiCartridgeRegex');
$smarty->assign("devicehead", $listhead);
$smarty->assign("devices", $divlist->DrawList());
- $smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("searchu_image", get_template_path('images/search_user.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
+ $smarty->assign("searchu_image", get_template_path('images/lists/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/lists/action.png'));
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 8baf3a5d517a698ddfaf932bb3c417f5a8fcd87f..654624cb892a2f38d646d913e444053be88878c5 100644 (file)
$filter = session::get('glpi_user_filter');
$smarty->assign("usershead", $listhead);
$smarty->assign("users", $divlist->DrawList());
- $smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("searchu_image", get_template_path('images/search_user.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
+ $smarty->assign("searchu_image", get_template_path('images/lists/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/lists/action.png'));
diff --git a/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc b/gosa-plugins/gofax/gofax/faxaccount/class_gofaxAccount.inc
index a743f0aa4111f40cafbe47905ecd68fbe5013269..6974ae6f4202e0a80c51037220d1ccb76915a256 100644 (file)
}
/* Show dialog */
- $smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("usearch_image", get_template_path('images/search_user.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
+ $smarty->assign("usearch_image", get_template_path('images/lists/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/lists/action.png'));
diff --git a/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc b/gosa-plugins/gofax/gofax/faxreports/class_faxreport.inc
index 42680457ee6566e7a1d7767e2f936c7574b4ef3f..006a1ad77324f3570f81ffe64a830b3f87469c99 100644 (file)
$smarty= get_smarty();
$smarty->assign("launchimage" , get_template_path('images/launch.png'));
- $smarty->assign("search_image" , get_template_path('images/search.png'));
+ $smarty->assign("search_image" , get_template_path('images/lists/search.png'));
$smarty->assign("search_for" , $this->search_for);
$smarty->assign("bases" , $this->config->idepartments);
$smarty->assign("base_select" , $this->search_base);
diff --git a/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc b/gosa-plugins/gofon/gofon/fonreports/class_fonreport.inc
index bb6ef6264897e05af2676ce7bcec328e47df1792..488567efd3c0e91c4f125ff4370763ef7cd9ce76 100644 (file)
$smarty->assign("plug", "?plug=".validate($_GET['plug']));
$smarty->assign("launchimage", get_template_path('images/launch.png'));
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
$smarty->assign("search_for", $this->search_for);
$smarty->assign("bases", $bases);
$smarty->assign("base_select", $this->search_base);
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc b/gosa-plugins/goto/addons/goto/events/class_EventTargetAddList.inc
index e8837d72027953ceab3af9dc48f82cf231ee9af5..9b7ee83ab52fee3cc2d7b785ef33eefb9c10f3c0 100644 (file)
$this->AddHeader(array("string"=>" ","attach"=>"style='width:20px;'"));
$this->AddHeader(array("string"=>_("System / Department")));
- //$name,$string,$value,$conn,$image="images/search.png")
+ //$name,$string,$value,$conn,$image="images/lists/search.png")
$this->AddRegex("regex" ,"regex" ,"*" , TRUE);
$this->AddRegex("ipfrom","ipfrom" ,"0.0.0.0" , FALSE);
$this->AddRegex("ipto" ,"ipto" ,"255.255.255.255" , FALSE);
diff --git a/gosa-plugins/goto/addons/goto/events/class_EventTargetAddUsersList.inc b/gosa-plugins/goto/addons/goto/events/class_EventTargetAddUsersList.inc
index 951976a757dcc06715d0a5dcd17a529b19e5e8cb..8e9db1a19ef028a5d2122f1399c3b6df26bd3465 100644 (file)
$this->AddHeader(array("string"=>" ","attach"=>"style='width:20px;'"));
$this->AddHeader(array("string"=>_("System / Department")));
- //$name,$string,$value,$conn,$image="images/search.png")
+ //$name,$string,$value,$conn,$image="images/lists/search.png")
$this->AddRegex("regex" ,"regex" ,"*" , TRUE);
$this->AddCheckBox("display_users" ,"1", _("Display users"),TRUE);
diff --git a/gosa-plugins/goto/admin/systems/goto/class_selectUserToPrinterDialog.inc b/gosa-plugins/goto/admin/systems/goto/class_selectUserToPrinterDialog.inc
index 67bb9a946c13805a4821e54232d4cde6359fda4b..b5d564e209beda022cf4cbe830709f0f816288cb 100644 (file)
$smarty->assign("gotoPrinterKeys" , array_flip($tmp_printers));
$smarty->assign("apply" , apply_filter());
$smarty->assign("alphabet" , generate_alphabet());
- $smarty->assign("search_image" , get_template_path('images/search.png'));
+ $smarty->assign("search_image" , get_template_path('images/lists/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/lists/action.png'));
diff --git a/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc b/gosa-plugins/goto/admin/systems/ppd/class_printerPPDSelectionDialog.inc
index 2935eafa40ffdc3e4f0968009c60c02ea4ece8a7..868ae10bae6d8298868da324aeb153646b8a8c19 100644 (file)
}
$smarty->assign("List", $div -> DrawList());
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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());
diff --git a/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc b/gosa-plugins/goto/personal/environment/class_hotplugDialog.inc
index 24f5a2cfe3464c232fe8a7ca37705fce2d00c3fa..c5dde60035856034734cc1361feca49a6a2b5763 100644 (file)
$smarty->assign("depselectHot",$this->depselect);
$smarty->assign("apply", apply_filter());
$smarty->assign("alphabet", generate_alphabet());
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
$smarty->assign("tree_image", get_template_path('images/tree.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 025ab8ff45794fa59b5a97df68465714bef2bae1..78e937b9e13cf0aadd21f456e9dcecdcd6879632 100644 (file)
$smarty->assign("apply", apply_filter());
$smarty->assign("alphabet", generate_alphabet());
$smarty->assign("subtrees", $this->subtreesearch?"checked":"");
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/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/lists/action.png'));
diff --git a/gosa-plugins/log/addons/logview/class_gosa_logview.inc b/gosa-plugins/log/addons/logview/class_gosa_logview.inc
index 296082f131ed6d3b4ba2737c90e9719090b90e1c..a25efe59664c73743c7dab3bc61907177c995900 100644 (file)
$smarty= get_smarty();
$smarty->assign("search_result", "");
$smarty->assign("plug", "?plug=".validate($_GET['plug']));
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
$smarty->assign("time_image", get_template_path('images/time.png'));
$smarty->assign("server_image", get_template_path('images/server.png'));
$smarty->assign("log_image", get_template_path('images/log_warning.png'));
diff --git a/gosa-plugins/log/addons/logview/class_logview.inc b/gosa-plugins/log/addons/logview/class_logview.inc
index d25d98a00728016970afe327e782682874761eff..12fd1d61a61803a73e95fba110fbe6b182100d0e 100644 (file)
$smarty= get_smarty();
$smarty->assign("search_result", "");
$smarty->assign("plug", "?plug=".validate($_GET['plug']));
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
$smarty->assign("time_image", get_template_path('images/time.png'));
$smarty->assign("server_image", get_template_path('images/server.png'));
$smarty->assign("log_image", get_template_path('images/log_warning.png'));
diff --git a/gosa-plugins/mail/addons/mailqueue/contents.tpl b/gosa-plugins/mail/addons/mailqueue/contents.tpl
index c07ed95ad50a202fdddaaed474ec34675e680c7f..acc0d48710cd4451c212f7acda73a8dd1b4e89d4 100644 (file)
<table width="100%" summary="">
<tr>
<td>
- <img class="center" alt="{t}Search{/t}" src="images/search.png" align="middle" border="0">
+ <img class="center" alt="{t}Search{/t}" src="images/lists/search.png" align="middle" border="0">
{t}Search for{/t}
<input name="search_for" size="12" maxlength="60" value="{$search_for}" title="{t}Please enter a search string here.{/t}" onchange="mainform.submit()">
in
diff --git a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc
index 375dc90425818368034830da1101996ebbc5ee69..811c39ba38e539504f2204844ec76b812d598d16 100644 (file)
reset ($mailusers);
/* Show dialog */
- $smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("usearch_image", get_template_path('images/search_user.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
+ $smarty->assign("usearch_image", get_template_path('images/lists/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/lists/action.png'));
diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc
index 318d83a8df5c11cb8976409e9a4171c4ddd878c0..877860439705e8d1552e49f2b7adc2c69be995d9 100644 (file)
reset ($mailusers);
/* Show dialog */
- $smarty->assign("search_image", get_template_path('images/search.png'));
- $smarty->assign("usearch_image", get_template_path('images/search_user.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.png'));
+ $smarty->assign("usearch_image", get_template_path('images/lists/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/lists/action.png'));
diff --git a/gosa-plugins/samba/personal/samba/class_sambaAccount.inc b/gosa-plugins/samba/personal/samba/class_sambaAccount.inc
index 3082335e8ef21644a18ffce9e25ffa21ccc0224e..25ce0962914719ea6a0ad9be49fe986a35a4a9a2 100644 (file)
}
asort($wslist);
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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);
diff --git a/gosa-plugins/sudo/admin/sudo/class_divListSudo.inc b/gosa-plugins/sudo/admin/sudo/class_divListSudo.inc
index e1746a98768bced74e4722ee2c4b3aa7a57e4f01..6ec0abeca26937010e6cfa9e345859ca18d21c56 100644 (file)
$this->AddRegex ("Regex" , _("Regular expression for matching role names") ,
"*" , true);
$this->AddRegex ("UserRegex", _("Regular expression for matching role member names"),
- "*" , FALSE,"images/search_user.png");
+ "*" , FALSE,"images/lists/search-user.png");
}
diff --git a/gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc b/gosa-plugins/sudo/admin/sudo/class_sudoGeneric.inc
index eb9fcf0176b7ddc65db528cd67a35d9fff5e9064..9ebab22331bfcc9dbb007942564bcb223a1b7822 100644 (file)
foreach( array("depselect","regex") as $type){
$smarty->assign("$type", $sysfilter[$type]);
}
- $smarty->assign("search_image", get_template_path('images/search.png'));
+ $smarty->assign("search_image", get_template_path('images/lists/search.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);
diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc
index 48299a1404bdb9425bc36cea90dfcbf97ff3c134..dc5823c55c3e6d72583c706bb1865631761a1cd2 100644 (file)
/* Name ,Text ,Default , Connect with alphabet */
$this->AddRegex ("Regex", _("Display systems matching"),"*" , true);
- $this->AddRegex ("UserRegex", _("Display systems of user"), "*" , false, "images/search_user.png");
+ $this->AddRegex ("UserRegex", _("Display systems of user"), "*" , false, "images/lists/search-user.png");
}
function GenHeader()