Code

Fix pathes to log_warning.png (#6186)
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 27 May 2011 12:10:29 +0000 (12:10 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 27 May 2011 12:10:29 +0000 (12:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@20900 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-plugins/log/addons/logview/class_gosa_logview.inc
trunk/gosa-plugins/log/addons/logview/class_logview.inc

index 0c6b0e515ad5d0bd767468c3938d4b8de4431594..9d9406cb5c793dc64b92c13619b01f5e277ff5ac 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('plugins/log/images/time.png'));
     $smarty->assign("server_image", get_template_path('plugins/systems/images/server.png'));
-    $smarty->assign("log_image", get_template_path('plugins/logview/images/log_warning.png'));
+    $smarty->assign("log_image", get_template_path('plugins/log/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 75f6ed3d394a1914562a6538b8cc054f38fa1648..11bf9b20fb6e186ef7dcccb770b0f6f002694fee 100644 (file)
@@ -58,7 +58,7 @@ class logview extends plugin
     $smarty->assign("search_image", get_template_path('images/lists/search.png'));
     $smarty->assign("time_image", get_template_path('plugins/log/images/time.png'));
     $smarty->assign("server_image", get_template_path('plugins/systems/images/server.png'));
-    $smarty->assign("log_image", get_template_path('plugins/logview/images/log_warning.png'));
+    $smarty->assign("log_image", get_template_path('plugins/log/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);