summaryrefslogtreecommitdiff
path: root/rt/html/Callbacks/ActivityReports/Elements
diff options
context:
space:
mode:
authorivan <ivan>2007-06-20 22:29:41 +0000
committerivan <ivan>2007-06-20 22:29:41 +0000
commitd94b8139112b9e1bbfaf83a99ea802e6c6e8d611 (patch)
tree55cb8fca58b751d5f52b20401acd43e41b683f86 /rt/html/Callbacks/ActivityReports/Elements
parent2ee1226990c77afd794a562d9b4a9e22a6587d70 (diff)
integrate RTx::Statistics, RT::Extension::ActivityReports package, and RTx::WebCronTool packages, as part of merging spiritone RT changes (#1661)
Diffstat (limited to 'rt/html/Callbacks/ActivityReports/Elements')
-rw-r--r--rt/html/Callbacks/ActivityReports/Elements/Tabs/Default7
1 files changed, 7 insertions, 0 deletions
diff --git a/rt/html/Callbacks/ActivityReports/Elements/Tabs/Default b/rt/html/Callbacks/ActivityReports/Elements/Tabs/Default
new file mode 100644
index 000000000..f85d2e010
--- /dev/null
+++ b/rt/html/Callbacks/ActivityReports/Elements/Tabs/Default
@@ -0,0 +1,7 @@
+<%init>
+if ($ARGS{current_toptab} eq "Tools/Offline.html") {
+ $ARGS{tabs}{r} ||= { path => 'Reports/Activity/index.html',
+ title => 'Reports',
+ };
+}
+</%init> \ No newline at end of file