From: hickert Date: Wed, 23 Jul 2008 13:47:18 +0000 (+0000) Subject: Updated user image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5c2e36c8d5e32e96d4101548162647d36398058b;p=gosa.git Updated user image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11869 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/images/list_new_user.png b/gosa-core/html/images/list_new_user.png deleted file mode 100644 index 34ee112b1..000000000 Binary files a/gosa-core/html/images/list_new_user.png and /dev/null differ diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc index b61305543..582cd892e 100644 --- a/gosa-core/plugins/admin/users/class_divListUsers.inc +++ b/gosa-core/plugins/admin/users/class_divListUsers.inc @@ -123,7 +123,7 @@ class divListUsers extends MultiSelectWindow if(preg_match("/c/",$acl)) { $s .= "..|". " "._("Create")."|\n"; - $s.= "...|". + $s.= "...|". " "._("User")."|user_new|\n"; $s.= "...|". " "._("Template")."|user_tplnew|\n";