Code

Upated image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:51:20 +0000 (08:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 24 Jul 2008 08:51:20 +0000 (08:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11964 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/images/user.png [deleted file]
gosa-core/html/plugins/users/images/user.png [new file with mode: 0644]
gosa-core/plugins/admin/users/class_userManagement.inc

diff --git a/gosa-core/html/images/user.png b/gosa-core/html/images/user.png
deleted file mode 100644 (file)
index 4a5332b..0000000
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 (file)
index 0000000..4a5332b
Binary files /dev/null and b/gosa-core/html/plugins/users/images/user.png differ
index 62b07ece75ff290cf47213f3259110b9d79f91db..2588483f066fdb6a12ce7df60c74df42776bc1a8 100644 (file)
@@ -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;