From: hickert Date: Thu, 24 Jul 2008 08:51:20 +0000 (+0000) Subject: Upated image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c689c4127a619d50ec6db896ac4d6f504cde4341;p=gosa.git Upated image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11964 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/user.png b/gosa-core/html/images/user.png deleted file mode 100644 index 4a5332b5a..000000000 Binary files a/gosa-core/html/images/user.png and /dev/null differ diff --git a/gosa-core/html/plugins/users/images/user.png b/gosa-core/html/plugins/users/images/user.png new file mode 100644 index 000000000..4a5332b5a Binary files /dev/null and b/gosa-core/html/plugins/users/images/user.png differ diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc index 62b07ece7..2588483f0 100644 --- a/gosa-core/plugins/admin/users/class_userManagement.inc +++ b/gosa-core/plugins/admin/users/class_userManagement.inc @@ -25,7 +25,7 @@ class userManagement extends plugin /* Plugin definitions */ var $plHeadline = "Users"; var $plDescription = "Manage users"; - var $plIcon = "images/user.png"; + var $plIcon = "plugins/users/images/user.png"; /* Dialog attributes */ var $usertab = NULL;