X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime_edit.tpl;h=42b1674d4e18d0e1a8bd14fabca21e6468b02f0e;hb=e85347d56f89d7fcc5e68763038551687f291b5c;hp=a5017ce74dcfc558937114af0436a0df6a85d4d7;hpb=3bb62c4615274c6d495f58fd80df912c9beffee5;p=timetracker.git diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl index a5017ce7..42b1674d 100644 --- a/WEB-INF/templates/time_edit.tpl +++ b/WEB-INF/templates/time_edit.tpl @@ -1,5 +1,19 @@ {include file="time_script.tpl"} +{* Conditional include of confirmSave handler. *} +{if $confirm_save} + +{/if} + {$forms.timeRecordForm.open} @@ -10,7 +24,7 @@
{if $user->isPluginEnabled('cl')} - + {/if} @@ -63,6 +77,12 @@ +{if $template_dropdown} + + + + +{/if}
{$i18n.label.client}{if $user->isPluginEnabled('cm')} (*){/if}:{$i18n.label.client}{if $user->isOptionEnabled('client_required')} (*){/if}: {$forms.timeRecordForm.client.control}
{$i18n.label.date}: {$forms.timeRecordForm.date.control}
{$i18n.label.template}:{$forms.timeRecordForm.template.control}
{$i18n.label.note}: {$forms.timeRecordForm.note.control}