X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftimesheet_view.tpl;h=77cc78bd541249c90ff8c2ebaed89b1d23ab929a;hb=37da1bee2ce91703f964ae58c580240bd3798011;hp=76481eed93a670392561b49934584adf5b9f6fd4;hpb=a8084d2e767dd2ea7e57f2348a27d4fc2da42a6f;p=timetracker.git diff --git a/WEB-INF/templates/timesheet_view.tpl b/WEB-INF/templates/timesheet_view.tpl index 76481eed..77cc78bd 100644 --- a/WEB-INF/templates/timesheet_view.tpl +++ b/WEB-INF/templates/timesheet_view.tpl @@ -37,21 +37,19 @@ {$group_by_header|escape} {$i18n.label.duration} - {$i18n.label.cost} {foreach $subtotals as $subtotal} {if $subtotal['name']}{$subtotal['name']|escape}{else} {/if} {$subtotal['time']} - {if $user->can('manage_invoices') || $user->isClient()}{$subtotal['cost']}{else}{$subtotal['expenses']}{/if} {/foreach}   {$i18n.label.total} {$totals['time']} - {$user->currency|escape} {if $user->can('manage_invoices') || $user->isClient()}{$totals['cost']}{else}{$totals['expenses']}{/if} +   {$forms.timesheetForm.open}