summaryrefslogtreecommitdiff
path: root/rt/html/Reports/Activity/Elements/Wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Reports/Activity/Elements/Wrapper')
-rw-r--r--rt/html/Reports/Activity/Elements/Wrapper16
1 files changed, 0 insertions, 16 deletions
diff --git a/rt/html/Reports/Activity/Elements/Wrapper b/rt/html/Reports/Activity/Elements/Wrapper
deleted file mode 100644
index 6f81f5f..0000000
--- a/rt/html/Reports/Activity/Elements/Wrapper
+++ /dev/null
@@ -1,16 +0,0 @@
-<%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 &>
-% }
-