X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fweek.tpl;h=33a218a3dc328c2bd5030b683fbedc9053a1f4a8;hb=cdd2e058776a3d0dc9b6f32a2d5d33e4f9388491;hp=6fc08b8a9bda2d69d584db89ce01802b94aa9113;hpb=8dade986970598d2c58e2484342e413bf30be4db;p=timetracker.git diff --git a/WEB-INF/templates/week.tpl b/WEB-INF/templates/week.tpl index 6fc08b8a..33a218a3 100644 --- a/WEB-INF/templates/week.tpl +++ b/WEB-INF/templates/week.tpl @@ -117,6 +117,9 @@ function fillDropdowns() { {/if} {$i18n.label.duration} {$i18n.label.note} + {if $show_files} + + {/if} @@ -138,6 +141,13 @@ function fillDropdowns() { {/if} {if ($record.duration == '0:00' && $record.start <> '')}{$i18n.form.time.uncompleted}{else}{$record.duration}{/if} {if $record.comment}{$record.comment|escape}{else} {/if} + {if $show_files} + {if $record.has_files} + {$i18n.label.files} + {else} + {$i18n.label.files} + {/if} + {/if} {if $record.approved || $record.timesheet_id || $record.invoice_id}