[Rt-commit] r19199 - in rt/3.8/trunk: share/html/Dashboards/Elements
sartak at bestpractical.com
sartak at bestpractical.com
Tue Apr 14 19:17:35 EDT 2009
Author: sartak
Date: Tue Apr 14 19:17:35 2009
New Revision: 19199
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Elements/DashboardTabs
Log:
r82161 at onn: sartak | 2009-04-14 19:17:16 -0400
Remove the quotes from dashboard names in the tabs
Modified: rt/3.8/trunk/share/html/Dashboards/Elements/DashboardTabs
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Elements/DashboardTabs (original)
+++ rt/3.8/trunk/share/html/Dashboards/Elements/DashboardTabs Tue Apr 14 19:17:35 2009
@@ -14,7 +14,7 @@
++$position;
my $key = sprintf 'D-%03d', $position;
$key => {
- title => '"' . $_->Name . '"',
+ title => $_->Name,
path => 'Dashboards/' . $_->Id . '/' . $_->Name,
}
}
@@ -22,9 +22,7 @@
};
$tabs->{"A"} = {
- # every dashboard gets its name surrounded with "", so it's better to be
- # consistent here, even though the language may not use ""s
- title => '"' . loc('Home') . '"',
+ title => loc('Home'),
path => 'index.html',
};
More information about the Rt-commit
mailing list