From: ivan Date: Sat, 4 Dec 2010 23:43:35 +0000 (+0000) Subject: RTx-Statistics in 2.1 / 3.8 X-Git-Tag: TORRUS_1_0_9~43 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ef519f3acaf6a360ed613539f71850de390b7926 RTx-Statistics in 2.1 / 3.8 --- 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 - 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 index 000000000..d4ca2b95e --- /dev/null +++ b/rt/share/html/Callbacks/RTx-Statistics/Elements/Tabs/Default @@ -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" }; +} + +<%args> + $toptabs =>undef +