X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d00e1b28dc8b03abfebf5c7be9305f01dc968ebc..HEAD:/templates/webpages/background_job/form.html diff --git a/templates/webpages/background_job/form.html b/templates/webpages/background_job/form.html index 5e02ea1ef..f0b662827 100644 --- a/templates/webpages/background_job/form.html +++ b/templates/webpages/background_job/form.html @@ -4,7 +4,10 @@ [%- INCLUDE 'common/flash.html' %] -
+ + [% L.hidden_tag("id", SELF.background_job.id) %] + [% L.hidden_tag("back_to", SELF.back_to) %] + @@ -27,6 +30,11 @@ + + + + + @@ -38,18 +46,4 @@
[%- LxERP.t8('Active') %][% L.select_tag("background_job.package_name", JOB_CLASSES, 'default' => SELF.background_job.package_name) %]
[%- LxERP.t8('Description') %][% L.input_tag("background_job.description", SELF.background_job.description, 'size' => 40) %]
[%- LxERP.t8('Execution schedule') %] [% L.input_tag("background_job.cron_spec", SELF.background_job.cron_spec, 'size' => 40) %]
- -

- [% 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 %] - [% L.submit_tag("action_execute", LxERP.t8("Execute now")) %] - [% L.submit_tag("action_destroy", LxERP.t8("Delete"), "confirm", LxERP.t8("Are you sure you want to delete this background job?")) %] - [%- ELSE %] - [% L.submit_tag("action_save_and_execute", LxERP.t8("Save and execute")) %] - [%- END %] - [%- LxERP.t8('Abort') %] -