X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job%2Fform.html;h=90eecd09922e36db5bcb477204c5969336d02060;hb=0e723a19cf157a78a57458dda69fd1ea36e68ea1;hp=cbd43af806ec10269e5e368adabade3d7efda5e4;hpb=0499c65ed3ba3c3ac87b5aab9a60c3cc33be0796;p=kivitendo-erp.git diff --git a/templates/webpages/background_job/form.html b/templates/webpages/background_job/form.html index cbd43af80..90eecd099 100644 --- a/templates/webpages/background_job/form.html +++ b/templates/webpages/background_job/form.html @@ -1,5 +1,4 @@ [% USE HTML %][% USE L %][% USE LxERP %] -

[% FORM.title %]

@@ -14,8 +13,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) %] + @@ -49,5 +53,3 @@ [%- LxERP.t8('Abort') %]

- -