X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fweek.tpl;h=7c59f5b3b89c0676b82cef673ab0c8b48a19334f;hb=6237c1e3261d3d7d1f9510259421cd9418a2a2d5;hp=4abfa37991f73ade9a6ad912ab1b4b091fe55ed8;hpb=7df94ddee8feb9bc19b681f2b58fc547df622c9b;p=timetracker.git diff --git a/WEB-INF/templates/week.tpl b/WEB-INF/templates/week.tpl index 4abfa379..7c59f5b3 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 +71,97 @@
{$i18n.label.day_view} / {$i18n.label.week_view}
@@ -23,6 +21,41 @@ +{/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} +{if $user->isPluginEnabled('wvn')} + + + + {/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}
{$i18n.label.week_note}:{$forms.weekTimeForm.note.control}
{$forms.weekTimeForm.week_durations.control}
- +{/if} {$forms.weekTimeForm.close}