X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job%2Fform.html;h=5e02ea1ef8dc97f4a18eb4878756850927be0b5d;hb=e72ecdf83cabbb6f630ec33efd15e7615b69a676;hp=e7e364010c19f49cd514dffb01449d31c0625c58;hpb=5be585d1151e2a92655cc2220d0d51947be686e1;p=kivitendo-erp.git diff --git a/templates/webpages/background_job/form.html b/templates/webpages/background_job/form.html index e7e364010..5e02ea1ef 100644 --- a/templates/webpages/background_job/form.html +++ b/templates/webpages/background_job/form.html @@ -1,11 +1,10 @@ [% USE HTML %][% USE L %][% USE LxERP %] - -
-
[% FORM.title %]
+

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] + @@ -14,13 +13,18 @@ - + - + @@ -49,5 +53,3 @@ [%- LxERP.t8('Abort') %]

- -
[%- 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) %] +
[%- LxERP.t8('Package name') %][% L.input_tag("background_job.package_name", SELF.background_job.package_name, 'size' => 40) %][% L.select_tag("background_job.package_name", JOB_CLASSES, 'default' => SELF.background_job.package_name) %]