X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fweek.tpl;h=42f24f1651f161aab87f2a5b1a209819b7492395;hb=16b12b986b03d54187662046e4a0a3c7a8c2393e;hp=4abfa37991f73ade9a6ad912ab1b4b091fe55ed8;hpb=7df94ddee8feb9bc19b681f2b58fc547df622c9b;p=timetracker.git diff --git a/WEB-INF/templates/week.tpl b/WEB-INF/templates/week.tpl index 4abfa379..42f24f16 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}
{$i18n.label.day_view} / {$i18n.label.week_view}
@@ -24,6 +22,39 @@ {/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} + + + +
{$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}
{$i18n.label.note}:{$forms.weekTimeForm.note.control}
@@ -38,11 +69,92 @@ {$forms.weekTimeForm.week_durations.control}
- +{/if} {$forms.weekTimeForm.close}