From: hickert Date: Thu, 24 Jul 2008 08:09:33 +0000 (+0000) Subject: Updated references X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4ae6c01d54eccbe7ad063c6c624fa3be44241f07;p=gosa.git Updated references git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11936 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/generic/references/class_reference.inc b/gosa-core/plugins/generic/references/class_reference.inc index b1afc9ade..0d421fb94 100644 --- a/gosa-core/plugins/generic/references/class_reference.inc +++ b/gosa-core/plugins/generic/references/class_reference.inc @@ -63,7 +63,7 @@ class reference extends plugin "gosaApplication" => array("text" => _("Application"), "image" => "plugins/goto/images/select_application.png"), "goServer" => array( "text" => _("Server"), - "image" => "images/select_server.png"), + "image" => "plugins/systems/images/select_server.png"), "gotoTerminal" => array( "text" => _("Thin Client"), "image" => "images/select_terminal.png"), "gotoWorkstation" => array("text" => _("Workstation"), @@ -71,7 +71,7 @@ class reference extends plugin "gosaGroupOfNames" => array("text" => _("Object group"), "image" => "plugins/ogroups/images/select_ogroup.png"), "gotoPrinter" => array( "text" => _("Printer"), - "image" => "images/select_printer.png")); + "image" => "plugins/systems/images/select_printer.png")); } function execute()