integrate RTx::Statistics package, part of merging spiritone RT changes (#1661)
[freeside.git] / rt / html / Reports / Activity / Elements / Wrapper
1 <%args>
2 $mode => 'screen'
3 </%args>
4
5 % if ($mode eq 'print') {
6 <& PrintHeader, %ARGS &>
7 %} else {
8 <& ScreenHeader, %ARGS &>
9 % }
10 <%$m->content |n%>
11 % if ($mode eq 'print') {
12 <& PrintFooter, %ARGS &>
13 %} else {
14 <& ScreenFooter, %ARGS &>
15 % }
16