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