Code

Updated device image usage.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Oct 2007 05:31:11 +0000 (05:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Oct 2007 05:31:11 +0000 (05:31 +0000)
Use devices.png  instead of  device.png

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7498 594d385d-05f5-0310-b6e9-bd551577e9d8

html/images/device.png [deleted file]
plugins/admin/devices/main.inc

diff --git a/html/images/device.png b/html/images/device.png
deleted file mode 100644 (file)
index accbd8d..0000000
Binary files a/html/images/device.png and /dev/null differ
index 53cd73c61d00997f9a4a94080bc00b6319c7f316..78bbf035adaccba46294d2ad55ef3eb16b9e8162 100755 (executable)
@@ -39,9 +39,9 @@ if ($remove_lock){
 
                /* Page header*/
                if (isset($_SESSION['objectinfo'])){
-                               $display= print_header(get_template_path('images/device.png'), _("Device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@LDAP::fix($_SESSION['objectinfo']));
+                               $display= print_header(get_template_path('images/devices.png'), _("Device management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/closedlock.png')."\"> ".@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? */