X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5f49de40a2c8c6eca92bb3fd88c1ee0126264bd1..16df30aaca2c8d4173f1ea76be206ef5a23e69c9:/templates/webpages/background_job/form.html diff --git a/templates/webpages/background_job/form.html b/templates/webpages/background_job/form.html index a4753bb41..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 @@ - + - + @@ -37,6 +41,7 @@

[% L.hidden_tag("id", SELF.background_job.id) %] + [% L.hidden_tag("back_to", SELF.back_to) %] [% L.hidden_tag("action", "BackgroundJob/dispatch") %] [% L.submit_tag("action_" _ (SELF.background_job.id ? "update" : "create"), LxERP.t8('Save')) %] [%- IF SELF.background_job.id %] @@ -48,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) %]