X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0321413f489a83610e8b3c20a55dcc404dcd73a6..f6c2f33e3183019686f07aa93ff880f3a009d6eb:/WEB-INF/templates/time_edit.tpl?ds=inline diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl index f6932157..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.duration}: | -{$forms.timeRecordForm.duration.control} {$i18n.form.time.duration_format} | +{$forms.timeRecordForm.duration.control} {if $user->decimal_mark == ','}{str_replace('.', ',', $i18n.form.time.duration_format)}{else}{$i18n.form.time.duration_format}{/if} |
{$i18n.label.date}: | {$forms.timeRecordForm.date.control} | |
{$i18n.label.template}: | +{$forms.timeRecordForm.template.control} | +|
{$i18n.label.note}: | {$forms.timeRecordForm.note.control} |