because i had missed commiting this on HEAD, that's why
[freeside.git] / rt / html / Callbacks / kStatistics / Elements / Tabs / Default
1 <%init>
2 use RTx::Statistics;
3 if (($Statistics::RestrictAccess == 0) || ($session{'CurrentUser'}->HasRight( Right => 'ShowConfigTab', 
4                                        Object => $RT::System ))) {
5      $toptabs->{'ZZ-RTx-STATS'} = { title => 'RTx-Statistics',
6                                         path  => "RTx/Statistics/index.html" };
7 }
8 </%init>
9 <%args>
10  $toptabs =>undef
11 </%args>