{include file="time_script.tpl"}
00:00
{if $uncompleted}
{/if}
{$forms.timeRecordForm.open}
{if $user->isPluginEnabled('cl')}
{$i18n.label.client}: |
{$forms.timeRecordForm.client.control} |
{/if}
{if $user->isPluginEnabled('iv')}
|
{/if}
{if ($custom_fields && $custom_fields->fields[0])}
{$custom_fields->fields[0]['label']|escape}: |
{$forms.timeRecordForm.cf_1.control} |
{/if}
{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
{$i18n.label.project}: |
{$forms.timeRecordForm.project.control} |
{/if}
{if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}
{$i18n.label.task}: |
{$forms.timeRecordForm.task.control} |
{/if}
|
{$forms.timeRecordForm.btn_start.control} {$forms.timeRecordForm.btn_stop.control} |
|
{$forms.timeRecordForm.close}
{if $time_records}
{$i18n.label.day_total}: |
{$day_total} |
{$i18n.label.week_total}: |
{$week_total} |
{/if}
|