X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime.tpl;h=e32140a9254ecc3c1d6dde4c5cc52f07a3c323d7;hb=5c582eb5bacc8b3d9d2775ade454590c71b113ec;hp=1f1c7adc18764ddf408dd178d8cfa855c2ec5b84;hpb=841e890b68ec699bf5291c43b4527bf748b5265c;p=timetracker.git diff --git a/WEB-INF/templates/time.tpl b/WEB-INF/templates/time.tpl index 1f1c7adc..e32140a9 100644 --- a/WEB-INF/templates/time.tpl +++ b/WEB-INF/templates/time.tpl @@ -24,7 +24,7 @@ {$forms.timeRecordForm.user.control} {/if} -{if $user->isPluginEnabled('cl')} +{if $show_client} {$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}: {$forms.timeRecordForm.client.control} @@ -41,34 +41,42 @@ {$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}:{$forms.timeRecordForm.cf_1.control} {/if} -{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} +{if $show_project} {$i18n.label.project} (*): {$forms.timeRecordForm.project.control} {/if} -{if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} +{if $show_task} {$i18n.label.task}{if $user->task_required} (*){/if}: {$forms.timeRecordForm.task.control} {/if} -{if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} +{if $show_start} {$i18n.label.start}: {$forms.timeRecordForm.start.control}  +{/if} +{if $show_finish} {$i18n.label.finish}: {$forms.timeRecordForm.finish.control}  {/if} -{if (($smarty.const.TYPE_DURATION == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} +{if $show_duration} {$i18n.label.duration}: {$forms.timeRecordForm.duration.control} {if $user->getDecimalMark() == ','}{str_replace('.', ',', $i18n.form.time.duration_format)}{else}{$i18n.form.time.duration_format}{/if} {/if} +{if $show_files} + + {$i18n.label.file}: + {$forms.timeRecordForm.newfile.control} + +{/if} {if $template_dropdown} {$i18n.label.template}: @@ -101,46 +109,64 @@ {if $time_records} - {if $user->isPluginEnabled('cl')} - + {if $show_client} + + {/if} + {if $show_cf_1} + {/if} - {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_project} {/if} - {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_task} {/if} - {if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} + {if $show_start} + {/if} + {if $show_finish} {/if} + {if $show_note_column} - - + {/if} {if $show_files} {/if} + + {foreach $time_records as $record} - {if $user->isPluginEnabled('cl')} + {if $show_client} {/if} - {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_cf_1} + + {/if} + {if $show_project} {/if} - {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if $show_task} {/if} - {if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} + {if $show_start} + {/if} + {if $show_finish} {/if} + {if $show_note_column} + {/if} {if $show_files} - + {if $record.has_files} + + {else} + + {/if} {/if} + {if $show_note_row && $record.comment} + + + + + {/if} {/foreach}
{$i18n.label.client}{$i18n.label.client}{$custom_fields->fields[0]['label']|escape}{$i18n.label.project}{$i18n.label.task}{$i18n.label.start}{$i18n.label.finish}{$i18n.label.duration}{$i18n.label.note}
{$record.client|escape}{$record.cf_1|escape}{$record.project|escape}{$record.task|escape}{if $record.start}{$record.start}{else} {/if}{if $record.finish}{$record.finish}{else} {/if}{if ($record.duration == '0:00' && $record.start <> '')}{$i18n.form.time.uncompleted}{else}{$record.duration}{/if}{if $record.comment}{$record.comment|escape}{else} {/if}{$i18n.label.files}{$i18n.label.files}{$i18n.label.files} {if $record.approved || $record.timesheet_id || $record.invoice_id} @@ -163,6 +189,12 @@ {/if}
{$i18n.label.note}:{$record.comment|escape}
{/if}