[Rt-commit] r19211 - in rt/3.8/trunk: . share/html share/html/Dashboards/Elements
sartak at bestpractical.com
sartak at bestpractical.com
Wed Apr 15 19:02:32 EDT 2009
Author: sartak
Date: Wed Apr 15 19:02:31 2009
New Revision: 19211
Added:
rt/3.8/trunk/share/html/Elements/DashboardTabs
- copied unchanged from r19208, /rt/3.8/trunk/share/html/Dashboards/Elements/DashboardTabs
Removed:
rt/3.8/trunk/share/html/Dashboards/Elements/DashboardTabs
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/Dashboards/Elements/Tabs
rt/3.8/trunk/share/html/index.html
Log:
r82189 at onn: sartak | 2009-04-15 19:02:07 -0400
Move DashboardTabs from /Dashboard/Elements to /Elements
Modified: rt/3.8/trunk/share/html/Dashboards/Elements/Tabs
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Elements/Tabs (original)
+++ rt/3.8/trunk/share/html/Dashboards/Elements/Tabs Wed Apr 15 19:02:31 2009
@@ -65,7 +65,7 @@
my $render = "Dashboards/$id/$name";
my $subscribe = "Dashboards/Subscription.html?DashboardId=$id";
- $subtabs = $m->comp('DashboardTabs', CurrentDashboard => $DashboardObj);
+ $subtabs = $m->comp('/Elements/DashboardTabs', CurrentDashboard => $DashboardObj);
$current_subtab = $render;
$actions = {
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 Wed Apr 15 19:02:31 2009
@@ -139,7 +139,7 @@
};
}
-my $tabs = $m->comp("/Dashboards/Elements/DashboardTabs");
+my $tabs = $m->comp("/Elements/DashboardTabs");
</%init>
%# --></body></html>
More information about the Rt-commit
mailing list