Code

Updated logview image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:12:46 +0000 (06:12 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 06:12:46 +0000 (06:12 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11882 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/log/addons/logview/class_gosa_logview.inc
gosa-plugins/log/addons/logview/class_logview.inc
gosa-plugins/log/html/images/log_warning.png [new file with mode: 0644]

index cb36d697363616cc529766d7aa71956324450517..8d822543d5d2d9fc2bec31763e0fec461a4c7623 100644 (file)
@@ -91,7 +91,7 @@ class gosa_logview extends plugin
     $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'));
+    $smarty->assign("log_image", get_template_path('plugins/logview/images/log_warning.png'));
     $smarty->assign("ruleset_image", get_template_path('images/lists/edit.png'));
     $smarty->assign("launchimage", get_template_path('images/launch.png'));
     $smarty->assign("date_select", $date_select);
index 8c74c106c41b279fba36122828ce6326a2feacd2..bae248823a4780bea0e549ea6ed2c28a2594101d 100644 (file)
@@ -57,7 +57,7 @@ class logview extends plugin
     $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'));
+    $smarty->assign("log_image", get_template_path('plugins/logview/images/log_warning.png'));
     $smarty->assign("ruleset_image", get_template_path('images/lists/edit.png'));
     $smarty->assign("launchimage", get_template_path('images/launch.png'));
     $smarty->assign("hostlist", $this->hostlist);
diff --git a/gosa-plugins/log/html/images/log_warning.png b/gosa-plugins/log/html/images/log_warning.png
new file mode 100644 (file)
index 0000000..8d72794
Binary files /dev/null and b/gosa-plugins/log/html/images/log_warning.png differ