X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fweek.tpl;h=34edf9201ebd8309aa32c3bc3e74003e71ddd1b5;hb=88a1f19a4593e960d7f15225d446f6dcada26dbc;hp=6b35a621e7d4af7437a7f455688de8217da267be;hpb=532ab62cfa2895753eb599ab3b35c104ca344602;p=timetracker.git diff --git a/WEB-INF/templates/week.tpl b/WEB-INF/templates/week.tpl index 6b35a621..34edf920 100644 --- a/WEB-INF/templates/week.tpl +++ b/WEB-INF/templates/week.tpl @@ -22,6 +22,39 @@ {$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} + + {$i18n.label.note}: + {$forms.weekTimeForm.note.control} + @@ -36,6 +69,22 @@ {$forms.weekTimeForm.week_durations.control} + + + + + + {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}
{$forms.weekTimeForm.btn_submit.control}