summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55d18be)
raw | patch | inline | side by side (parent: 55d18be)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 May 2008 20:14:46 +0000 (20:14 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 May 2008 20:14:46 +0000 (20:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10829 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/images/goto.png | [new file with mode: 0755] | patch | blob |
gosa-plugins/goto/addons/goto/main.inc | patch | blob | history |
diff --git a/gosa-core/html/images/goto.png b/gosa-core/html/images/goto.png
new file mode 100755 (executable)
index 0000000..0f7d4af
Binary files /dev/null and b/gosa-core/html/images/goto.png differ
index 0000000..0f7d4af
Binary files /dev/null and b/gosa-core/html/images/goto.png differ
index b8bf2d46a178236815ab053b390c3f5cc5a59bac..d33f11281503155f048fec533cd5697ff6be0af4 100644 (file)
$display= $gotomasses->execute ();
/* Page header*/
- $display= print_header(get_template_path('images/queue.png'), _("System deployment status")).$display;
+ $display= print_header(get_template_path('images/goto.png'), _("System deployment status")).$display;
/* Store changes in session */
session::set('gotomasses',$gotomasses);