Code

Attachmentpool dialog fixed
[gosa.git] / plugins / admin / systems / class_glpiDeviceManagement.inc
index 48062f056e62c9f8727c2a218151976026b51655..675ebc4208481ac40431aa625aff8aacdd64ac20 100644 (file)
@@ -255,8 +255,8 @@ class glpiDeviceManagement 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("device_regex", $filter['device_regex']);