diff options
Diffstat (limited to 'rt/html/Reports/Activity/Elements/PrintFooter')
-rw-r--r-- | rt/html/Reports/Activity/Elements/PrintFooter | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rt/html/Reports/Activity/Elements/PrintFooter b/rt/html/Reports/Activity/Elements/PrintFooter new file mode 100644 index 000000000..fa9f47582 --- /dev/null +++ b/rt/html/Reports/Activity/Elements/PrintFooter @@ -0,0 +1,7 @@ +<hr/> +<div style="text-align: center;"> +<%$RT::ReportFooterMessage || 'Proprietary and Confidential' %> +</div> +</body> +</html> +%$m->abort(); |