X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoice_add.tpl;h=e166b089f9c1c3a26e5076a27c752c4694d465d4;hb=a711e76851f29c7e0ac290a279eb4dd984ea7167;hp=092e3ff855d9d84a542d225b38ad3266f8e29fd5;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/invoice_add.tpl b/WEB-INF/templates/invoice_add.tpl index 092e3ff8..e166b089 100644 --- a/WEB-INF/templates/invoice_add.tpl +++ b/WEB-INF/templates/invoice_add.tpl @@ -15,12 +15,12 @@ {$i18n.label.client} (*): {$forms.invoiceForm.client.control} -{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} +{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {$i18n.label.project}: {$forms.invoiceForm.project.control} -{/if} +{/if} {$i18n.label.start_date} (*): {$forms.invoiceForm.start.control} @@ -50,4 +50,4 @@ if (dateField && !dateField.value) { var today = new Date(); dateField.value = today.strftime("{$user->date_format}"); } - \ No newline at end of file +