From 5396105fc7f67ee7e7a4fe06c388e19716cf623a Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 14 Apr 2019 12:49:54 +0000 Subject: [PATCH] Removed view column on timesheets.php and invoices.php. --- WEB-INF/templates/footer.tpl | 2 +- WEB-INF/templates/invoices.tpl | 4 +--- WEB-INF/templates/timesheets.tpl | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index c1c5bd53..d1ebbd4c 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- {/if} - {if !$user->isClient()} {/if} {foreach $invoices as $invoice} - + {if $user->isPluginEnabled('ps')} {/if} - {if !$user->isClient()} {/if} diff --git a/WEB-INF/templates/timesheets.tpl b/WEB-INF/templates/timesheets.tpl index c38e2d44..fd26588d 100644 --- a/WEB-INF/templates/timesheets.tpl +++ b/WEB-INF/templates/timesheets.tpl @@ -20,13 +20,12 @@ {/if} - {foreach $active_timesheets as $timesheet} - + {if $show_client} {/if} @@ -36,7 +35,6 @@ {else} {/if} - -- 2.20.1
 Anuko Time Tracker 1.18.65.4934 | Copyright © Anuko | +  Anuko Time Tracker 1.18.65.4935 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/WEB-INF/templates/invoices.tpl b/WEB-INF/templates/invoices.tpl index 7301ce2c..5960790c 100644 --- a/WEB-INF/templates/invoices.tpl +++ b/WEB-INF/templates/invoices.tpl @@ -14,20 +14,18 @@ {if $user->isPluginEnabled('ps')} {$i18n.label.paid}{$i18n.label.view}
{$invoice.name|escape}{$invoice.name|escape} {$invoice.client_name|escape} {$invoice.date}{if $invoice.paid}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{$i18n.label.view}{$i18n.label.delete}{$i18n.label.submitted} {$i18n.label.approved}{$i18n.label.view}
{$timesheet.name|escape}{$timesheet.name|escape}{$timesheet.client_name|escape}{if $timesheet.approve_status}{$i18n.label.yes}{else}{$i18n.label.no}{/if}{$i18n.label.view} {$i18n.label.edit} {$i18n.label.delete}