X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime.tpl;h=bb8628713c58c717f62b1d36afe4133198f4c3f6;hb=54bb71ed8e6b7f79e3b26bc1c8a70a95793950c8;hp=8328ab41d7fd9c2b74e2cf91dfb4c49863d6196e;hpb=0321413f489a83610e8b3c20a55dcc404dcd73a6;p=timetracker.git diff --git a/WEB-INF/templates/time.tpl b/WEB-INF/templates/time.tpl index 8328ab41..bb862871 100644 --- a/WEB-INF/templates/time.tpl +++ b/WEB-INF/templates/time.tpl @@ -8,13 +8,26 @@ {$forms.timeRecordForm.open} +{if $user->isPluginEnabled('wv')} + + + +{/if} {foreach $time_records as $record} - + {if $user->isPluginEnabled('cl')} {/if}
+ {$i18n.label.day_view} / {$i18n.label.week_view} +
-{if $on_behalf_control} +{if $group_dropdown} + + + + +{/if} +{if $user_dropdown} - + {/if} {if $user->isPluginEnabled('cl')} @@ -42,7 +55,7 @@ {/if} {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - + {/if} @@ -59,7 +72,7 @@ {if (($smarty.const.TYPE_DURATION == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))} - + {/if}
{$i18n.label.group}:{$forms.timeRecordForm.group.control}
{$i18n.label.user}:{$forms.timeRecordForm.onBehalfUser.control}{$forms.timeRecordForm.user.control}
{$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}
@@ -106,7 +119,7 @@
{$i18n.label.edit}
{$record.client|escape}