summaryrefslogtreecommitdiff
path: root/rt/html/Reports/Activity/Elements/Wrapper
blob: 6f81f5f50893bc12265d0e265aec38c879b7908d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%args>
$mode => 'screen'
</%args>

% if ($mode eq 'print') {
<& PrintHeader, %ARGS &>
%} else {
<& ScreenHeader, %ARGS &>
% }
<%$m->content |n%>
% if ($mode eq 'print') {
<& PrintFooter, %ARGS &>
%} else {
<& ScreenFooter, %ARGS &>
% }