summaryrefslogtreecommitdiff
path: root/rt/html/Callbacks/ActivityReports/Elements/Tabs/Default
blob: f85d2e01003a1bde46f41f8e628a3a6e9559a047 (plain)
1
2
3
4
5
6
7
<%init>
if ($ARGS{current_toptab} eq "Tools/Offline.html") {
    $ARGS{tabs}{r} ||= { path  => 'Reports/Activity/index.html',
                         title => 'Reports',
                       };
}
</%init>