Commit c1996c6988677e1d375f963baea8e5454910dc3c
1 parent
b931bb79
changed cancel link to point to listUsers page
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2491 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserUI.inc
| ... | ... | @@ -163,7 +163,7 @@ function getAddButton() { |
| 163 | 163 | |
| 164 | 164 | function getCancelButton() { |
| 165 | 165 | global $default; |
| 166 | - return "<a href=\"$default->rootUrl/control.php?action=addUser\"><img src =\"$default->graphicsUrl/widgets/cancel.gif\" border = \"0\" /></a>\n"; | |
| 166 | + return generateControllerLink("listUsers", "", "<img src=\"$default->graphicsUrl/widgets/cancel.gif\" border=\"0\" />"); | |
| 167 | 167 | } |
| 168 | 168 | |
| 169 | 169 | function getGroupListBox() { | ... | ... |