X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fhtml%2FCallbacks%2FRT-WebCronTool%2FElements%2FTabs%2FDefault;fp=rt%2Fhtml%2FCallbacks%2FRT-WebCronTool%2FElements%2FTabs%2FDefault;h=db74ced2d850c4cf277dda19a53b0a64e071d42f;hb=f5af4fcceb8a36c3d0885dfa197798a77de64727;hp=0000000000000000000000000000000000000000;hpb=732703b42a01b98fe6e3a8d032e173d69b48c4e8;p=freeside.git diff --git a/rt/html/Callbacks/RT-WebCronTool/Elements/Tabs/Default b/rt/html/Callbacks/RT-WebCronTool/Elements/Tabs/Default new file mode 100644 index 000000000..db74ced2d --- /dev/null +++ b/rt/html/Callbacks/RT-WebCronTool/Elements/Tabs/Default @@ -0,0 +1,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" }; +} + +<%args> +$toptabs =>undef +