X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoices.tpl;h=5960790c116689c2d29ddb6cb406ae14334f5825;hb=2b39252b38f5bd1be462224fe781a40f5b0ddf95;hp=7301ce2c28914a201ed258f5a4c104c2d2138420;hpb=3c96bcaf6046242b9af54af454e2782ece8baa66;p=timetracker.git 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} {/if} - {$i18n.label.view} {if !$user->isClient()} {/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} {/if}