because i had missed commiting this on HEAD, that's why
authorivan <ivan>
Wed, 1 Aug 2007 22:13:41 +0000 (22:13 +0000)
committerivan <ivan>
Wed, 1 Aug 2007 22:13:41 +0000 (22:13 +0000)
rt/html/Callbacks/kStatistics/Elements/Tabs/Default [new file with mode: 0644]

diff --git a/rt/html/Callbacks/kStatistics/Elements/Tabs/Default b/rt/html/Callbacks/kStatistics/Elements/Tabs/Default
new file mode 100644 (file)
index 0000000..d4ca2b9
--- /dev/null
@@ -0,0 +1,11 @@
+<%init>
+use RTx::Statistics;
+if (($Statistics::RestrictAccess == 0) || ($session{'CurrentUser'}->HasRight( Right => 'ShowConfigTab', 
+                                      Object => $RT::System ))) {
+     $toptabs->{'ZZ-RTx-STATS'} = { title => 'RTx-Statistics',
+                                       path  => "RTx/Statistics/index.html" };
+}
+</%init>
+<%args>
+ $toptabs =>undef
+</%args>