[Rt-commit] r18970 - in rt/3.8/trunk: share/html
sartak at bestpractical.com
sartak at bestpractical.com
Fri Mar 27 17:40:58 EDT 2009
Author: sartak
Date: Fri Mar 27 17:40:58 2009
New Revision: 18970
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/index.html
Log:
r81627 at onn: sartak | 2009-03-27 17:40:43 -0400
Add a tab to go back to the homepage
Modified: rt/3.8/trunk/share/html/index.html
==============================================================================
--- rt/3.8/trunk/share/html/index.html (original)
+++ rt/3.8/trunk/share/html/index.html Fri Mar 27 17:40:58 2009
@@ -161,6 +161,13 @@
@dashboards
};
+$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') . '"',
+ path => 'index.html',
+};
+
if ($more) {
$tabs->{"D-more"} = {
title => loc('More'),
More information about the Rt-commit
mailing list