X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fweek.tpl;h=f51447547f4a1e13c3c10df821dea12fa26c686f;hb=299ddfe990af01e6ab19ba9d58214a10f8c4c0ba;hp=4abfa37991f73ade9a6ad912ab1b4b091fe55ed8;hpb=7df94ddee8feb9bc19b681f2b58fc547df622c9b;p=timetracker.git diff --git a/WEB-INF/templates/week.tpl b/WEB-INF/templates/week.tpl index 4abfa379..f5144754 100644 --- a/WEB-INF/templates/week.tpl +++ b/WEB-INF/templates/week.tpl @@ -8,13 +8,11 @@ {$forms.weekTimeForm.open} -{if defined(WEEK_VIEW_DEBUG)} -{/if} @@ -38,11 +65,92 @@
{$i18n.label.day_view} / {$i18n.label.week_view}
@@ -23,6 +21,35 @@ +{/if} +{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}
{$i18n.label.user}: {$forms.weekTimeForm.onBehalfUser.control}
{$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}:{$forms.weekTimeForm.client.control}
 
{$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}:{$forms.weekTimeForm.cf_1.control}
{$i18n.label.project} (*):{$forms.weekTimeForm.project.control}
{$i18n.label.task}:{$forms.weekTimeForm.task.control}
{$forms.weekTimeForm.week_durations.control}
- +{if $time_records} + + + + + + {if $user->isPluginEnabled('mq')} + + + {if $over_quota} + + {else} + + {/if} + + {/if} +
{$i18n.label.week_total}: {$week_total}
{$i18n.label.month_total}: {$month_total}{$i18n.form.time.over_quota}: {$quota_remaining}{$i18n.form.time.remaining_quota}: {$quota_remaining}
+{/if} {$forms.weekTimeForm.close}