X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime_edit.tpl;h=42b1674d4e18d0e1a8bd14fabca21e6468b02f0e;hb=e85347d56f89d7fcc5e68763038551687f291b5c;hp=f6f469398ed85e0ba1dfbcde5c92caad1e243e17;hpb=722638fd8cc9400c5228106537effa1dcd0f7fa5;p=timetracker.git diff --git a/WEB-INF/templates/time_edit.tpl b/WEB-INF/templates/time_edit.tpl index f6f46939..42b1674d 100644 --- a/WEB-INF/templates/time_edit.tpl +++ b/WEB-INF/templates/time_edit.tpl @@ -1,8 +1,8 @@ {include file="time_script.tpl"} +{* Conditional include of confirmSave handler. *} +{if $confirm_save} +{/if} {$forms.timeRecordForm.open} @@ -24,7 +24,7 @@ function confirmSave() {
{if $user->isPluginEnabled('cl')} - + {/if} @@ -77,6 +77,12 @@ function confirmSave() { +{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}