summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ae6a98b)
raw | patch | inline | side by side (parent: ae6a98b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Oct 2007 05:31:11 +0000 (05:31 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7498 594d385d-05f5-0310-b6e9-bd551577e9d8
html/images/device.png | [deleted file] | patch | blob | history |
plugins/admin/devices/main.inc | patch | blob | history |
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 accbd8d..0000000
Binary files a/html/images/device.png and /dev/null differ
index 53cd73c61d00997f9a4a94080bc00b6319c7f316..78bbf035adaccba46294d2ad55ef3eb16b9e8162 100755 (executable)
/* 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? */