X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/261cfce2d80642a4df62b59a92cb5cc48cf279a4..58966151:/templates/webpages/background_job/form.html diff --git a/templates/webpages/background_job/form.html b/templates/webpages/background_job/form.html index a4753bb41..b5869f38e 100644 --- a/templates/webpages/background_job/form.html +++ b/templates/webpages/background_job/form.html @@ -14,8 +14,13 @@ [%- LxERP.t8('Execution type') %] - [% L.select_tag("background_job.type", L.options_for_select([ [ 'once', LxERP.t8('one-time execution') ], [ 'interval', LxERP.t8('repeated execution') ] ], - 'default' => SELF.background_job.type)) %] + + [% L.select_tag('background_job.type', [ + [ 'once', LxERP.t8('one-time execution') ], + [ 'interval', LxERP.t8('repeated execution') ] + ], + 'default' = SELF.background_job.type) %] +