[Rt-commit] r13850 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jul 8 10:29:06 EDT 2008
Author: sartak
Date: Tue Jul 8 10:29:01 2008
New Revision: 13850
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Render.html
Log:
r63812 at onn: sartak | 2008-07-08 10:28:50 -0400
Include the word "Dashboard" in rendered dashboards
Modified: rt/3.8/trunk/share/html/Dashboards/Render.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Render.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Render.html Tue Jul 8 10:29:01 2008
@@ -94,7 +94,7 @@
}
my $rows = $Loaded ? $SubscriptionObj->SubValue('Rows') : 20;
-my $title = $DashboardObj->Name;
+my $title = loc 'Dashboard [_1]', $DashboardObj->Name;
</%INIT>
<%ARGS>
More information about the Rt-commit
mailing list