X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoices.tpl;h=5960790c116689c2d29ddb6cb406ae14334f5825;hb=dc799619007c9eafdec69a70f89a2d08bb10864c;hp=86e7e525500efc1098845fdf8be06b0a9c36dcfe;hpb=6d72b9b2a73391e8e6b2a3586b4972c1a2e8160d;p=timetracker.git diff --git a/WEB-INF/templates/invoices.tpl b/WEB-INF/templates/invoices.tpl index 86e7e525..5960790c 100644 --- a/WEB-INF/templates/invoices.tpl +++ b/WEB-INF/templates/invoices.tpl @@ -14,22 +14,20 @@ {if $user->isPluginEnabled('ps')} {$i18n.label.paid} {/if} - {$i18n.label.view} {if !$user->isClient()} - {$i18n.label.delete} + {/if} {foreach $invoices as $invoice} - {$invoice.name|escape} + {$invoice.name|escape} {$invoice.client_name|escape} {$invoice.date} {if $user->isPluginEnabled('ps')} {if $invoice.paid}{$i18n.label.yes}{else}{$i18n.label.no}{/if} {/if} - {$i18n.label.view} {if !$user->isClient()} - {$i18n.label.delete} + {$i18n.label.delete} {/if} {/foreach}