From: Nik Okuntseff Date: Wed, 9 Mar 2016 02:36:29 +0000 (-0800) Subject: Added footer to PDF reports X-Git-Tag: timetracker_1.19-1~1838 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=220037acc895af37a131e7f862995793e29943cc;p=timetracker.git Added footer to PDF reports --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index cb1b3467..1de7fc6f 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- '; $html .= '
 Anuko Time Tracker 1.9.13.3395 | Copyright © Anuko | +  Anuko Time Tracker 1.9.13.3396 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/topdf.php b/topdf.php index 7aed32d7..d1c954e9 100644 --- a/topdf.php +++ b/topdf.php @@ -309,6 +309,9 @@ if ($totals_only) { $html .= '
'; } + +// Output footer. +$html .= '

'.$i18n->getKey('form.mail.footer').'

'; // By this time we have html ready. // Determine title for report.