From 89d1ff9e372357d3a27c11dcb4d954ba5332860f Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 4 Dec 2010 23:43:40 +0000 Subject: RTx-Statistics in 2.1 / 3.8 --- rt/html/Callbacks/kStatistics/Elements/Tabs/Default | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 rt/html/Callbacks/kStatistics/Elements/Tabs/Default (limited to 'rt/html') diff --git a/rt/html/Callbacks/kStatistics/Elements/Tabs/Default b/rt/html/Callbacks/kStatistics/Elements/Tabs/Default deleted file mode 100644 index d4ca2b95e..000000000 --- a/rt/html/Callbacks/kStatistics/Elements/Tabs/Default +++ /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" }; -} - -<%args> - $toptabs =>undef - -- cgit v1.2.1