Commit 7a76baf99a8451a934dfc7866f64911435b6e92d
1 parent
fed5ab93
Changed password hyperlink to button
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2739 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserUI.inc
| @@ -78,7 +78,7 @@ function getUserDetailsPage($iUserID) { | @@ -78,7 +78,7 @@ function getUserDetailsPage($iUserID) { | ||
| 78 | $sToRender .= getCancelButton(User::get($iUserID)); | 78 | $sToRender .= getCancelButton(User::get($iUserID)); |
| 79 | if (strcmp($default->authenticationClass,"DBAuthenticator") == 0) { | 79 | if (strcmp($default->authenticationClass,"DBAuthenticator") == 0) { |
| 80 | //only update password if we are using the db | 80 | //only update password if we are using the db |
| 81 | - $sToRender .= "<a href=\"$default->rootUrl/control.php?action=userPasswordManagement&fUserID=$iUserID\">Update password</td></tr>\n"; | 81 | + $sToRender .= "<a href=\"$default->rootUrl/control.php?action=userPasswordManagement&fUserID=$iUserID\"><img src =\"$default->graphicsUrl/widgets/updatePassword.gif\" border=\"0\" /></td></tr>\n"; |
| 82 | } | 82 | } |
| 83 | $sToRender .= "</table>\n"; | 83 | $sToRender .= "</table>\n"; |
| 84 | 84 |