[Rt-commit] r13584 - in rt/3.8/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Jun 24 20:59:46 EDT 2008


Author: sartak
Date: Tue Jun 24 20:59:36 2008
New Revision: 13584

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Elements/Dashboards

Log:
 r63218 at onn:  sartak | 2008-06-24 20:59:24 -0400
 Fix the link to Dashboards in the portlet


Modified: rt/3.8/trunk/share/html/Elements/Dashboards
==============================================================================
--- rt/3.8/trunk/share/html/Elements/Dashboards	(original)
+++ rt/3.8/trunk/share/html/Elements/Dashboards	Tue Jun 24 20:59:36 2008
@@ -47,7 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 <div class="dashboards">
 <&|/Widgets/TitleBox, title => loc("Dashboards"), bodyclass => "",
-   titleright => loc("Edit"), titleright_href => RT->Config->Get('WebPath').'/Prefs/Dashboards.html' &>
+   titleright => loc("Edit"), titleright_href => RT->Config->Get('WebPath').'/Dashboards.html' &>
 
 <& /Dashboards/Elements/ShowDashboards:table,
     Dashboards => \@dashboards,


More information about the Rt-commit mailing list