X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3bb62c4615274c6d495f58fd80df912c9beffee5..6152f4bd9a8f960c79ae025b775b719930574cc9:/WEB-INF/templates/time_edit.tpl diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl index a5017ce7..66778e17 100644 --- a/WEB-INF/templates/time_edit.tpl +++ b/WEB-INF/templates/time_edit.tpl @@ -1,5 +1,19 @@ {include file="time_script.tpl"} +{* Conditional include of confirmSave handler. *} +{if $confirm_save} + +{/if} + {$forms.timeRecordForm.open} @@ -63,6 +77,12 @@ +{if $template_dropdown} + + + + +{/if}
{$i18n.label.date}: {$forms.timeRecordForm.date.control}
{$i18n.label.template}:{$forms.timeRecordForm.template.control}
{$i18n.label.note}: {$forms.timeRecordForm.note.control}