[Rt-commit] r12070 - in rt/branches/3.8-TESTING: html/Prefs/Dashboards html/Prefs/Dashboards/Elements
sartak at bestpractical.com
sartak at bestpractical.com
Mon May 5 02:37:47 EDT 2008
Author: sartak
Date: Mon May 5 02:37:45 2008
New Revision: 12070
Added:
rt/branches/3.8-TESTING/html/Prefs/Dashboards/Elements/Tabs
- copied unchanged from r12036, /rt/branches/3.8-TESTING/html/Prefs/Dashboards/Elements/DashboardTabs
Removed:
rt/branches/3.8-TESTING/html/Prefs/Dashboards/Elements/DashboardTabs
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html
rt/branches/3.8-TESTING/html/Prefs/Dashboards/Queries.html
rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html
rt/branches/3.8-TESTING/html/Prefs/Dashboards/Subscription.html
rt/branches/3.8-TESTING/html/Prefs/Dashboards/index.html
Log:
r54884 at onn: sartak | 2008-05-05 02:32:00 -0400
Move DashboardTabs to Tabs
Modified: rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html (original)
+++ rt/branches/3.8-TESTING/html/Prefs/Dashboards/Modify.html Mon May 5 02:37:45 2008
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, title => $title &>
-<& /Prefs/Dashboards/Elements/DashboardTabs,
+<& /Prefs/Dashboards/Elements/Tabs,
current_subtab => $current_subtab,
Title => $title,
$Create ? () : (DashboardObj => $Dashboard),
Modified: rt/branches/3.8-TESTING/html/Prefs/Dashboards/Queries.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Dashboards/Queries.html (original)
+++ rt/branches/3.8-TESTING/html/Prefs/Dashboards/Queries.html Mon May 5 02:37:45 2008
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, title => $title &>
-<& /Prefs/Dashboards/Elements/DashboardTabs,
+<& /Prefs/Dashboards/Elements/Tabs,
current_subtab => $current_subtab,
Title => $title,
DashboardObj => $Dashboard &>
Modified: rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html (original)
+++ rt/branches/3.8-TESTING/html/Prefs/Dashboards/Render.html Mon May 5 02:37:45 2008
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, title => $title &>
-<& /Prefs/Dashboards/Elements/DashboardTabs,
+<& /Prefs/Dashboards/Elements/Tabs,
current_subtab => $current_subtab,
Title => $title,
DashboardObj => $DashboardObj &>
Modified: rt/branches/3.8-TESTING/html/Prefs/Dashboards/Subscription.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Dashboards/Subscription.html (original)
+++ rt/branches/3.8-TESTING/html/Prefs/Dashboards/Subscription.html Mon May 5 02:37:45 2008
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, title => $title &>
-<& /Prefs/Dashboards/Elements/DashboardTabs,
+<& /Prefs/Dashboards/Elements/Tabs,
current_subtab => $current_subtab,
Title => $title,
DashboardObj => $DashboardObj &>
Modified: rt/branches/3.8-TESTING/html/Prefs/Dashboards/index.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Prefs/Dashboards/index.html (original)
+++ rt/branches/3.8-TESTING/html/Prefs/Dashboards/index.html Mon May 5 02:37:45 2008
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<& /Elements/Header, title => $title &>
-<& /Prefs/Dashboards/Elements/DashboardTabs,
+<& /Prefs/Dashboards/Elements/Tabs,
current_subtab => 'Prefs/Dashboards/index.html',
Title => $title &>
More information about the Rt-commit
mailing list