{include file="time_script.tpl"} {$forms.timeRecordForm.open}
{if $user->isPluginEnabled('cl')} {/if} {if $user->isPluginEnabled('iv')} {/if} {if ($custom_fields && $custom_fields->fields[0])} {/if} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {/if} {if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} {/if} {if (($smarty.const.TYPE_DURATION == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} {/if}
{$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}: {$forms.timeRecordForm.client.control}
 
{$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}:{$forms.timeRecordForm.cf_1.control}
{$i18n.label.project} (*): {$forms.timeRecordForm.project.control}
{$i18n.label.task}: {$forms.timeRecordForm.task.control}
{$i18n.label.start}: {$forms.timeRecordForm.start.control} 
{$i18n.label.finish}: {$forms.timeRecordForm.finish.control} 
{$i18n.label.duration}: {$forms.timeRecordForm.duration.control} {$i18n.form.time.duration_format}
{$i18n.label.date}: {$forms.timeRecordForm.date.control}
{$i18n.label.note}: {$forms.timeRecordForm.note.control}
 
{$forms.timeRecordForm.btn_save.control} {$forms.timeRecordForm.btn_copy.control} {$forms.timeRecordForm.btn_delete.control}
{$forms.timeRecordForm.close}