X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fweek.tpl;h=67bafd513024dfb218db4f6ae7a4faffbcaafa42;hb=aad90b9cf0d58c784171189c0ccec3c15e947c23;hp=b120c49b4fd316bbdcb82db7a8b604c0b7efdda8;hpb=26f9b4e344163cc2a843f48c3163653b94b32911;p=timetracker.git diff --git a/WEB-INF/templates/week.tpl b/WEB-INF/templates/week.tpl index b120c49b..67bafd51 100644 --- a/WEB-INF/templates/week.tpl +++ b/WEB-INF/templates/week.tpl @@ -6,114 +6,41 @@ } -{$forms.timeRecordForm.open} +{$forms.weekTimeForm.open} -{if defined(WEEK_VIEW_DEBUG)} -{/if}
{$i18n.label.day_view} / {$i18n.label.week_view}
{if $on_behalf_control} - + {/if}
{$i18n.label.user}:{$forms.timeRecordForm.onBehalfUser.control}{$forms.weekTimeForm.onBehalfUser.control}
- +
{$forms.timeRecordForm.date.control}
{$forms.weekTimeForm.date.control}
- - - - -
-{if $grouped_records} - - - {if ($user->isPluginEnabled('cl') || ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode))} - - {/if} - {if ($user->isPluginEnabled('cf') || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - - {/if} - - - - - - - - - {foreach $grouped_records as $record} - - {if ($user->isPluginEnabled('cl') || ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode))} - - {/if} - {if ($user->isPluginEnabled('cf') || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - - {/if} - - - - - - - - - {/foreach} - - {if ($user->isPluginEnabled('cl') || ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode))} - - {/if} - {if ($user->isPluginEnabled('cf') || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - - {/if} - - - - - - - - -
{$day_header_0}{$day_header_1}{$day_header_2}{$day_header_3}{$day_header_4}{$day_header_5}{$day_header_6}
{$record.project|escape}

{$record.client|escape}

{$record.task|escape}

{$record.cf_1_value|escape}

{$record.$date_0.duration}{$record.$date_1.duration}{$record.$date_2.duration}{$record.$date_3.duration}{$record.$date_4.duration}{$record.$date_5.duration}{$record.$date_6.duration}
{$grouped_records_totals.$date_0}{$grouped_records_totals.$date_1}{$grouped_records_totals.$date_2}{$grouped_records_totals.$date_3}{$grouped_records_totals.$date_4}{$grouped_records_totals.$date_5}{$grouped_records_totals.$date_6}
-{/if} -
- + +{$forms.weekTimeForm.close}