From: hickert Date: Thu, 11 Oct 2007 05:31:11 +0000 (+0000) Subject: Updated device image usage. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d30cb4050fb7a44ce0b0c3d7814a78527d15bc20;p=gosa.git Updated device image usage. Use devices.png instead of device.png git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7498 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/images/device.png b/html/images/device.png deleted file mode 100644 index accbd8d63..000000000 Binary files a/html/images/device.png and /dev/null differ diff --git a/plugins/admin/devices/main.inc b/plugins/admin/devices/main.inc index 53cd73c61..78bbf035a 100755 --- a/plugins/admin/devices/main.inc +++ b/plugins/admin/devices/main.inc @@ -39,9 +39,9 @@ if ($remove_lock){ /* Page header*/ if (isset($_SESSION['objectinfo'])){ - $display= print_header(get_template_path('images/device.png'), _("Device management"), "\"\" ".@LDAP::fix($_SESSION['objectinfo'])); + $display= print_header(get_template_path('images/devices.png'), _("Device management"), "\"\" ".@LDAP::fix($_SESSION['objectinfo'])); } else { - $display= print_header(get_template_path('images/device.png'), _("Device management")); + $display= print_header(get_template_path('images/devices.png'), _("Device management")); } /* Reset requested? */