summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 10d0489)
raw | patch | inline | side by side (parent: 10d0489)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:37:25 +0000 (08:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 08:37:25 +0000 (08:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11956 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 8d822543d5d2d9fc2bec31763e0fec461a4c7623..b1c85c0b9a5b7bfafd73fc040d42e831d9728cfb 100644 (file)
$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("server_image", get_template_path('images/server.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'));
$smarty->assign("launchimage", get_template_path('images/launch.png'));
diff --git a/gosa-plugins/log/addons/logview/class_logview.inc b/gosa-plugins/log/addons/logview/class_logview.inc
index bae248823a4780bea0e549ea6ed2c28a2594101d..aad5d2ac5af489cc7c7d08c0d1a5ac5a4e426628 100644 (file)
$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("server_image", get_template_path('images/server.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'));
$smarty->assign("launchimage", get_template_path('images/launch.png'));