integrate RTx::Statistics package, part of merging spiritone RT changes (#1661)
[freeside.git] / rt / html / Callbacks / RT-WebCronTool / Elements / Tabs / Default
1 %# The day after tomorrow is the third day of the rest of your life.
2 <%INIT>
3 if ($session{'CurrentUser'}->UserObj->HasRight(
4     Right => 'SuperUser',
5     Object => $RT::System,
6 )) {
7     $toptabs->{'ZZ-RT-WebCronTool'} = { title =>loc("Web CronTool"),
8                           path  => "Developer/CronTool/index.html" };
9 }
10 </%init>
11 <%args>
12 $toptabs =>undef
13 </%args>