RTx-Statistics in 2.1 / 3.8
authorivan <ivan>
Sat, 4 Dec 2010 23:43:35 +0000 (23:43 +0000)
committerivan <ivan>
Sat, 4 Dec 2010 23:43:35 +0000 (23:43 +0000)
rt/html/Callbacks/kStatistics/Elements/Tabs/Default [deleted file]
rt/share/html/Callbacks/RTx-Statistics/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
deleted file mode 100644 (file)
index d4ca2b9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<%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>
diff --git a/rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default b/rt/share/html/Callbacks/RTx-Statistics/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>