Commit b30febcc874393c6e7832a737d7caf6115132b7a

Authored by rob
1 parent d40be5e3

Changed password hyperlink to button


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2739 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserUI.inc
... ... @@ -78,7 +78,7 @@ function getUserDetailsPage($iUserID) {
78 78 $sToRender .= getCancelButton(User::get($iUserID));
79 79 if (strcmp($default->authenticationClass,"DBAuthenticator") == 0) {
80 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 83 $sToRender .= "</table>\n";
84 84  
... ...