Commit f7a7d1ca476087d690fabd8589f1247567b5f48c
1 parent
2096e546
changed manage cancel button to redirect to the dashboard instead of going back
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1200 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/subscriptions/subscriptionUI.inc
| ... | ... | @@ -65,7 +65,7 @@ function renderManagePage() { |
| 65 | 65 | if (!$bNoSubscriptions) { |
| 66 | 66 | $sToRender .= "<input type=\"image\" src=\"$default->graphicsUrl/widgets/unsubscribe.gif\"/></a>\n"; |
| 67 | 67 | } |
| 68 | - $sToRender .= "<a href=\"javascript:history.go(-1)\"><img src=\"$default->graphicsUrl/widgets/cancel.gif\" border=\"0\"></a>\n"; | |
| 68 | + $sToRender .= "<a href=\"$default->rootUrl/control.php?action=dashboard\"><img src=\"$default->graphicsUrl/widgets/cancel.gif\" border=\"0\"></a>\n"; | |
| 69 | 69 | $sToRender .= "</td></tr>\n"; |
| 70 | 70 | $sToRender .= "</table>\n"; |
| 71 | 71 | ... | ... |