X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoice_view.tpl;h=31ff8e76aec928c389f43fbc37ac2a34204dfa87;hb=8ba5ac4b2800060721eb6777792cd945045c3804;hp=90c7ad7e09ef613a2c320ae9e9312ed3f97b7636;hpb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;p=timetracker.git diff --git a/WEB-INF/templates/invoice_view.tpl b/WEB-INF/templates/invoice_view.tpl index 90c7ad7e..31ff8e76 100644 --- a/WEB-INF/templates/invoice_view.tpl +++ b/WEB-INF/templates/invoice_view.tpl @@ -7,16 +7,16 @@ - - - + + +
{$i18n.title.invoice} {$invoice_name|escape}
{$i18n.label.date}: {$invoice_date}
{$i18n.label.client}: {$client_name|escape}
{$i18n.label.client_address}: {$client_address|escape}
{$i18n.label.date}: {$invoice_date}
{$i18n.label.client}: {$client_name|escape}
{$i18n.label.client_address}: {$client_address|escape}
{if $invoice_items} - +
@@ -32,17 +32,17 @@ {foreach $invoice_items as $invoice_item} - - + + {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - + {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - + {/if} - - - + + + {/foreach}
{$i18n.label.date} {$i18n.form.invoice.person}
{$invoice_item.date}{$invoice_item.user_name|escape}{$invoice_item.date}{$invoice_item.user_name|escape}{$invoice_item.project_name|escape}{$invoice_item.project_name|escape}{$invoice_item.task_name|escape}{$invoice_item.task_name|escape}{$invoice_item.note|escape}{$invoice_item.duration}{$invoice_item.cost}{$invoice_item.note|escape}{$invoice_item.duration}{$invoice_item.cost}