X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftimesheet_add.tpl;h=f4becf7f580a3f806caa16584f79073f36924e34;hb=13cfff28242767287408e8fd13d992bc6c6e2086;hp=b475af0ea932f803845c843497cf4c532681f6c1;hpb=e9a0449fe594cca8fa7645f02ae5365402d96259;p=timetracker.git diff --git a/WEB-INF/templates/timesheet_add.tpl b/WEB-INF/templates/timesheet_add.tpl index b475af0e..f4becf7f 100644 --- a/WEB-INF/templates/timesheet_add.tpl +++ b/WEB-INF/templates/timesheet_add.tpl @@ -7,9 +7,29 @@ {$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} + + + {$i18n.label.end_date} (*): + {$forms.timesheetForm.finish.control} + {$i18n.label.comment}: - {$forms.timesheetForm.submitter_comment.control} + {$forms.timesheetForm.comment.control}