X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/135b39df3ad421005e7f9c112fc7df1d44ebddc0..6152f4bd9a8f960c79ae025b775b719930574cc9:/WEB-INF/templates/time_edit.tpl diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl index 83197199..66778e17 100644 --- a/WEB-INF/templates/time_edit.tpl +++ b/WEB-INF/templates/time_edit.tpl @@ -1,202 +1,18 @@ - +{/if} {$forms.timeRecordForm.open}
{/if} +{if ($user->can('manage_invoices') && $user->isPluginEnabled('ps'))} + | ||
+ | + | |
{$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}: | {$forms.timeRecordForm.cf_1.control} | @@ -231,7 +53,7 @@ function setNow(formField) { {/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} |