X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoices.tpl;h=32d09544fb213a4b8c39ddc328d852fd89ba7170;hb=7916f561fed6b50348f144fc411ca82ee9bd5ebb;hp=4d6f50a90a82f0797a0656f32883df9420f617cf;hpb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;p=timetracker.git diff --git a/WEB-INF/templates/invoices.tpl b/WEB-INF/templates/invoices.tpl index 4d6f50a9..32d09544 100644 --- a/WEB-INF/templates/invoices.tpl +++ b/WEB-INF/templates/invoices.tpl @@ -11,16 +11,22 @@ {$i18n.label.invoice} {$i18n.label.client} {$i18n.label.date} + {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.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} @@ -31,7 +37,7 @@ {if !$user->isClient()} - +


{/if} {/if}