X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6deafabef6031f12fe9fec94d9262ba460f7875b..7905a1bf102ca6b3cef20dad2d249f415c614eeb:/WEB-INF/templates/time_edit.tpl diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl index 9a13d4c5..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}
+ | + | |
{$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}: | {$forms.timeRecordForm.cf_1.control} | @@ -33,7 +53,7 @@ {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}|
{$i18n.label.task}: | +{$i18n.label.task}{if $user->task_required} (*){/if}: | {$forms.timeRecordForm.task.control} | {$i18n.label.date}: | {$forms.timeRecordForm.date.control} | +{if $template_dropdown} +
{$i18n.label.template}: | +{$forms.timeRecordForm.template.control} | +|
{$i18n.label.note}: | {$forms.timeRecordForm.note.control} |