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

sartak at bestpractical.com sartak at bestpractical.com
Fri Mar 13 16:28:12 EDT 2009


Author: sartak
Date: Fri Mar 13 16:28:12 2009
New Revision: 18792

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

Log:
 r81179 at onn:  sartak | 2009-03-13 16:27:11 -0400
 Linkify the dashboard portlet header


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	Fri Mar 13 16:28:12 2009
@@ -46,8 +46,13 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <div class="dashboards">
-<&|/Widgets/TitleBox, title => loc("Dashboards"), bodyclass => "",
-   titleright => loc("Edit"), titleright_href => RT->Config->Get('WebPath').'/Dashboards' &>
+<&|/Widgets/TitleBox,
+    title => loc("Dashboards"),
+    title_href => RT->Config->Get('WebPath').'/Dashboards/index.html',
+    bodyclass => "",
+    titleright => loc("Edit"),
+    titleright_href => RT->Config->Get('WebPath').'/Dashboards',
+&>
 
 <& /Dashboards/Elements/ShowDashboards:table,
     Dashboards => \@dashboards,


More information about the Rt-commit mailing list