[Rt-commit] r13727 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jul 2 03:11:22 EDT 2008
Author: sartak
Date: Wed Jul 2 03:11:21 2008
New Revision: 13727
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Modify.html
rt/3.8/trunk/share/html/Dashboards/Queries.html
rt/3.8/trunk/share/html/Dashboards/Render.html
rt/3.8/trunk/share/html/Dashboards/Subscription.html
rt/3.8/trunk/share/html/Dashboards/index.html
Log:
r63614 at onn: sartak | 2008-07-02 03:11:05 -0400
Fix the titles of dashboard pages
Modified: rt/3.8/trunk/share/html/Dashboards/Modify.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Modify.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Modify.html Wed Jul 2 03:11:21 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, title => $title &>
+<& /Elements/Header, Title => $title &>
<& /Dashboards/Elements/Tabs,
current_subtab => $current_subtab,
Title => $title,
Modified: rt/3.8/trunk/share/html/Dashboards/Queries.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Queries.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Queries.html Wed Jul 2 03:11:21 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, title => $title &>
+<& /Elements/Header, Title => $title &>
<& /Dashboards/Elements/Tabs,
current_subtab => $current_subtab,
Title => $title,
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 Wed Jul 2 03:11:21 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, title => $title, JavaScript => $Preview, ShowBar => $Preview &>
+<& /Elements/Header, Title => $title, JavaScript => $Preview, ShowBar => $Preview &>
% if ($Preview) {
<& /Dashboards/Elements/Tabs,
Modified: rt/3.8/trunk/share/html/Dashboards/Subscription.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Subscription.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/Subscription.html Wed Jul 2 03:11:21 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, title => $title &>
+<& /Elements/Header, Title => $title &>
<& /Dashboards/Elements/Tabs,
current_subtab => $current_subtab,
Title => $title,
Modified: rt/3.8/trunk/share/html/Dashboards/index.html
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/index.html (original)
+++ rt/3.8/trunk/share/html/Dashboards/index.html Wed Jul 2 03:11:21 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<& /Elements/Header, title => $title &>
+<& /Elements/Header, Title => $title &>
<& /Dashboards/Elements/Tabs,
current_subtab => 'Dashboards/index.html',
Title => $title &>
More information about the Rt-commit
mailing list