From e6718c9690e3c844d80e0f8a0496bb44cfb60f28 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 25 Jan 2006 08:06:13 +0000 Subject: [PATCH] Attachmentpool dialog fixed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2569 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_glpiAttachmentPool.inc | 4 ++-- plugins/admin/systems/glpiAttachmentPool.tpl | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/admin/systems/class_glpiAttachmentPool.inc b/plugins/admin/systems/class_glpiAttachmentPool.inc index 40a7c3e13..bddbe3073 100644 --- a/plugins/admin/systems/class_glpiAttachmentPool.inc +++ b/plugins/admin/systems/class_glpiAttachmentPool.inc @@ -260,8 +260,8 @@ class glpiAttachmentPool extends plugin $smarty->assign("search_image", get_template_path('images/search.png')); $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.png')); - $smarty->assign("launchimage", get_template_path('images/launch.png')); + $smarty->assign("infoimage", get_template_path('images/info_small.png')); + $smarty->assign("launchimage", get_template_path('images/small_filter.png')); $smarty->assign("apply", apply_filter()); $smarty->assign("alphabet", generate_alphabet()); $smarty->assign("attachment_regex", $_SESSION['GlpiAttachmentFilter']['filter']); diff --git a/plugins/admin/systems/glpiAttachmentPool.tpl b/plugins/admin/systems/glpiAttachmentPool.tpl index d19f4f815..1aebc5c9a 100644 --- a/plugins/admin/systems/glpiAttachmentPool.tpl +++ b/plugins/admin/systems/glpiAttachmentPool.tpl @@ -1,8 +1,8 @@
-
-

+

+

{t}List of attachments{/t}

@@ -16,8 +16,8 @@
-
-

[i]{t}Information{/t}

+
+

[i]{t}Information{/t}

@@ -25,8 +25,8 @@


-
-

[F]{t}Filters{/t}

+
+

[F]{t}Filters{/t}

-- 2.30.2