diff options
author | ivan <ivan> | 2010-08-15 01:32:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-15 01:32:31 +0000 |
commit | 2806e1967f8dbb7b15c41dd7c5bcc2eb121907f0 (patch) | |
tree | 6970ebedbdea8842386cb47aa2f509df93099b05 | |
parent | 720b332c6b5a40c24e42104023e6b37de3e2494e (diff) |
fix Dashboards edit link too, RT#9412
-rw-r--r-- | rt/FREESIDE_MODIFIED | 1 | ||||
-rw-r--r-- | rt/share/html/Elements/Dashboards | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index 50b44ec70..813cb395e 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -20,6 +20,7 @@ lib/RT/URI/freeside/Internal.pm lib/RT/URI/freeside/XMLRPC.pm share/html/Admin/Users/Modify.html share/html/Elements/CollectionList + share/html/Elements/Dashboards #adding index.html to edit link share/html/Elements/EditCustomFieldDate #customfield date patch (NEW) share/html/Elements/Header share/html/Elements/PageLayout diff --git a/rt/share/html/Elements/Dashboards b/rt/share/html/Elements/Dashboards index 3653aa5b8..1a9c05299 100644 --- a/rt/share/html/Elements/Dashboards +++ b/rt/share/html/Elements/Dashboards @@ -51,7 +51,7 @@ title_href => RT->Config->Get('WebPath').'/Dashboards/index.html', bodyclass => "", titleright => loc("Edit"), - titleright_href => RT->Config->Get('WebPath').'/Dashboards/', + titleright_href => RT->Config->Get('WebPath').'/Dashboards/index.html', &> <& /Dashboards/Elements/ShowDashboards:table, |