X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftimesheet_add.tpl;h=f4becf7f580a3f806caa16584f79073f36924e34;hb=dc799619007c9eafdec69a70f89a2d08bb10864c;hp=e24a36b365fe9763e4d2378d6f66be793b5e21f7;hpb=14a6ab5e563acb66d090c6c291b5d51b1a31fae7;p=timetracker.git diff --git a/WEB-INF/templates/timesheet_add.tpl b/WEB-INF/templates/timesheet_add.tpl index e24a36b3..f4becf7f 100644 --- a/WEB-INF/templates/timesheet_add.tpl +++ b/WEB-INF/templates/timesheet_add.tpl @@ -7,6 +7,18 @@ {$i18n.label.thing_name} (*): {$forms.timesheetForm.timesheet_name.control} +{if $show_client} + + {$i18n.label.client}: + {$forms.timesheetForm.client.control} + +{/if} +{if $show_project} + + {$i18n.label.project}: + {$forms.timesheetForm.project.control} + +{/if} {$i18n.label.start_date} (*): {$forms.timesheetForm.start.control} @@ -17,7 +29,7 @@ {$i18n.label.comment}: - {$forms.timesheetForm.submitter_comment.control} + {$forms.timesheetForm.comment.control}