X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/14a6ab5e563acb66d090c6c291b5d51b1a31fae7..841e890b68ec699bf5291c43b4527bf748b5265c:/WEB-INF/templates/timesheet_add.tpl 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}