X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5be585d1151e2a92655cc2220d0d51947be686e1..3ab26ffc:/templates/webpages/background_job/form.html diff --git a/templates/webpages/background_job/form.html b/templates/webpages/background_job/form.html index e7e364010..737a49edf 100644 --- a/templates/webpages/background_job/form.html +++ b/templates/webpages/background_job/form.html @@ -1,11 +1,11 @@ [% USE HTML %][% USE L %][% USE LxERP %] -
-
[% FORM.title %]
+

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] + @@ -14,8 +14,13 @@ - +
[%- LxERP.t8('Active') %]
[%- 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) %] +