summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 533b525)
raw | patch | inline | side by side (parent: 533b525)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:48:10 +0000 (08:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:48:10 +0000 (08:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11962 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/log/addons/logview/class_gosa_logview.inc | patch | blob | history | |
gosa-plugins/log/addons/logview/class_logview.inc | patch | blob | history |
diff --git a/gosa-plugins/log/addons/logview/class_gosa_logview.inc b/gosa-plugins/log/addons/logview/class_gosa_logview.inc
index b1c85c0b9a5b7bfafd73fc040d42e831d9728cfb..a93f918c82d3f84e1810de99f7207735695deca0 100644 (file)
$smarty->assign("search_result", "");
$smarty->assign("plug", "?plug=".validate($_GET['plug']));
$smarty->assign("search_image", get_template_path('images/lists/search.png'));
- $smarty->assign("time_image", get_template_path('images/time.png'));
+ $smarty->assign("time_image", get_template_path('plguins/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("ruleset_image", get_template_path('images/lists/edit.png'));
diff --git a/gosa-plugins/log/addons/logview/class_logview.inc b/gosa-plugins/log/addons/logview/class_logview.inc
index aad5d2ac5af489cc7c7d08c0d1a5ac5a4e426628..b944c8d1b6741e0785c307aad5848a8bc106e6f3 100644 (file)
$smarty->assign("search_result", "");
$smarty->assign("plug", "?plug=".validate($_GET['plug']));
$smarty->assign("search_image", get_template_path('images/lists/search.png'));
- $smarty->assign("time_image", get_template_path('images/time.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("ruleset_image", get_template_path('images/lists/edit.png'));