From 80c2a0fe0070ccf817ab5cb2d55c9d3b64f7bb3e Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 18 Mar 2018 23:35:02 +0000 Subject: [PATCH] Work in progress in IP info in reports. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/report.tpl | 2 +- WEB-INF/templates/reports.tpl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index e504b572..4a3c2c33 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- {/if} {if $bean->getAttribute('chcost')}{/if} {if $bean->getAttribute('chpaid')}{/if} - {if $bean->getAttribute('chip')}{/if} + {if $bean->getAttribute('chip')}{/if} {if $bean->getAttribute('chinvoice')}{/if} {foreach $report_items as $item} diff --git a/WEB-INF/templates/reports.tpl b/WEB-INF/templates/reports.tpl index 7d0524e1..2ee48b01 100644 --- a/WEB-INF/templates/reports.tpl +++ b/WEB-INF/templates/reports.tpl @@ -244,7 +244,7 @@ function handleCheckboxes() {
 Anuko Time Tracker 1.17.58.4106 | Copyright © Anuko | +  Anuko Time Tracker 1.17.58.4107 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/report.tpl b/WEB-INF/templates/report.tpl index a0eedaf0..c0f4b2c2 100644 --- a/WEB-INF/templates/report.tpl +++ b/WEB-INF/templates/report.tpl @@ -47,7 +47,7 @@ {if $bean->getAttribute('chnote')}{$i18n.label.note}{$i18n.label.cost}{$i18n.label.paid}{$i18n.label.ip}{$i18n.label.ip}{$i18n.label.invoice}
-{if $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv') || $user->isPluginEnabled('ps')} +{if $user->canManageTeam() || $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv') || $user->isPluginEnabled('ps')} {if $user->isPluginEnabled('cl')} @@ -255,7 +255,7 @@ function handleCheckboxes() { {if ($user->canManageTeam() && $user->isPluginEnabled('ps'))} {/if} - {if ($user->canManageTeam())} + {if $user->canManageTeam()} {/if} -- 2.20.1