summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 91e3296)
raw | patch | inline | side by side (parent: 91e3296)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jul 2008 06:05:25 +0000 (06:05 +0000) | ||
committer | hickert <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] | patch | blob | history |
gosa-core/html/plugins/users/images/list_password.png | [new file with mode: 0644] | patch | blob |
gosa-core/plugins/admin/users/class_divListUsers.inc | patch | blob | history |
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
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 0000000..ca93f0d
Binary files /dev/null and b/gosa-core/html/plugins/users/images/list_password.png differ
diff --git a/gosa-core/plugins/admin/users/class_divListUsers.inc b/gosa-core/plugins/admin/users/class_divListUsers.inc
index 582cd892ee8aa08b059983ac27e7f88a9ee27a46..231b93ac7881dd5fd36b9f4481546a072c9f0362 100644 (file)
$s.= "..|---|\n";
$s.= "..|<img src='images/lists/edit.png' alt='' border='0' class='center'>".
" "._("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'>".
" "._("Change password")."|"."multiple_password_change|\n";
$s.= "..|<img src='images/lists/trash.png' alt='' border='0' class='center'>".
" "._("Remove")."|"."remove_multiple|\n";
/* 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=' '