X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job%2Fform.html;h=f7170ec4e9ad6578adf1ebe3b0c539739e3411bc;hb=f4da9593b8f91ae5d57437ed124f9c9d859bc698;hp=5e02ea1ef8dc97f4a18eb4878756850927be0b5d;hpb=781c16772f3c80cc827f11815bfb07b8318621f0;p=kivitendo-erp.git diff --git a/templates/webpages/background_job/form.html b/templates/webpages/background_job/form.html index 5e02ea1ef..f7170ec4e 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) %] + @@ -38,18 +41,4 @@
[%- LxERP.t8('Active') %]
- -

- [% 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') %] -