X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fweek.tpl;h=7c59f5b3b89c0676b82cef673ab0c8b48a19334f;hb=a94cf5b21ee9cc76ff7dda42563444011800f462;hp=67bafd513024dfb218db4f6ae7a4faffbcaafa42;hpb=dbe98ff29b8471e9f43079f702fa43a2110d72aa;p=timetracker.git diff --git a/WEB-INF/templates/week.tpl b/WEB-INF/templates/week.tpl index 67bafd51..7c59f5b3 100644 --- a/WEB-INF/templates/week.tpl +++ b/WEB-INF/templates/week.tpl @@ -21,6 +21,41 @@ {$i18n.label.user}: {$forms.weekTimeForm.onBehalfUser.control} +{/if} +{if $user->isPluginEnabled('cl')} + + {$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}: + {$forms.weekTimeForm.client.control} + +{/if} +{if $user->isPluginEnabled('iv')} + +   + + +{/if} +{if ($custom_fields && $custom_fields->fields[0])} + + {$custom_fields->fields[0]['label']|escape}{if $custom_fields->fields[0]['required']} (*){/if}:{$forms.weekTimeForm.cf_1.control} + +{/if} +{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + + {$i18n.label.project} (*): + {$forms.weekTimeForm.project.control} + +{/if} +{if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + + {$i18n.label.task}: + {$forms.weekTimeForm.task.control} + +{/if} +{if $user->isPluginEnabled('wvn')} + + {$i18n.label.week_note}: + {$forms.weekTimeForm.note.control} + {/if} @@ -36,11 +71,97 @@ {$forms.weekTimeForm.week_durations.control} - +{/if} + +{if $time_records} + + {if $user->isPluginEnabled('wvl')} + + + + + {/if} + {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}