Code

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

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

diff --git a/gosa-core/html/images/list_password.png b/gosa-core/html/images/list_password.png
deleted file mode 100644 (file)
index ca93f0d..0000000
Binary files a/gosa-core/html/images/list_password.png and /dev/null differ
diff --git a/gosa-core/html/plugins/users/images/list_password.png b/gosa-core/html/plugins/users/images/list_password.png
new file mode 100644 (file)
index 0000000..ca93f0d
Binary files /dev/null and b/gosa-core/html/plugins/users/images/list_password.png differ
index 582cd892ee8aa08b059983ac27e7f88a9ee27a46..231b93ac7881dd5fd36b9f4481546a072c9f0362 100644 (file)
@@ -133,7 +133,7 @@ class divListUsers extends MultiSelectWindow
     $s.= "..|---|\n";
     $s.= "..|<img src='images/lists/edit.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Edit")."|"."multiple_edit|\n";
-    $s.= "..|<img src='images/list_password.png' alt='' border='0' class='center'>".
+    $s.= "..|<img src='plugins/users/images/list_password.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Change password")."|"."multiple_password_change|\n";
     $s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
       "&nbsp;"._("Remove")."|"."remove_multiple|\n";
@@ -268,7 +268,7 @@ class divListUsers extends MultiSelectWindow
 
       /* Add Password change icon, if we are able to write users/password */
       if(!in_array_ics("gosaUserTemplate",$val['objectClass']) && preg_match("/w/",$ui->get_permissions($val['dn'],"users/password"))) {
-        $action.= "<input class='center' type='image' src='images/list_password.png' alt='"._("password")."'
+        $action.= "<input class='center' type='image' src='plugins/users/images/list_password.png' alt='"._("password")."'
           name='user_chgpw_%KEY%' title='"._("Change password")."'>";
       }else{
         $action.= "<img class='center' src='images/empty.png' alt='&nbsp;'