X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a8084d2e767dd2ea7e57f2348a27d4fc2da42a6f..841e890b68ec699bf5291c43b4527bf748b5265c:/WEB-INF/templates/timesheet_view.tpl
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 @@
-
{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}