diff options
| author | ivan <ivan> | 2007-06-20 22:29:41 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-06-20 22:29:41 +0000 |
| commit | d94b8139112b9e1bbfaf83a99ea802e6c6e8d611 (patch) | |
| tree | 55cb8fca58b751d5f52b20401acd43e41b683f86 /rt/html/Reports/Activity/Elements/Wrapper | |
| parent | 2ee1226990c77afd794a562d9b4a9e22a6587d70 (diff) | |
integrate RTx::Statistics, RT::Extension::ActivityReports package, and RTx::WebCronTool packages, as part of merging spiritone RT changes (#1661)
Diffstat (limited to 'rt/html/Reports/Activity/Elements/Wrapper')
| -rw-r--r-- | rt/html/Reports/Activity/Elements/Wrapper | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rt/html/Reports/Activity/Elements/Wrapper b/rt/html/Reports/Activity/Elements/Wrapper new file mode 100644 index 000000000..6f81f5f50 --- /dev/null +++ b/rt/html/Reports/Activity/Elements/Wrapper @@ -0,0 +1,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 &> +% } + |
