X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job%2Flist.html;h=b3d53eaa4fef6b1392e5a3b5d89d56cbfc9fe7de;hb=6acdad62e7a4e11c8929e7ab00ce1bac511ed883;hp=c0ef9993d3641efc45dd5151960a4f1c14d6b8e0;hpb=4e4bd8f9d9b5c89d42829011786d3766a0b926bf;p=kivitendo-erp.git diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index c0ef9993d..b3d53eaa4 100644 --- a/templates/webpages/background_job/list.html +++ b/templates/webpages/background_job/list.html @@ -1,7 +1,6 @@ [% USE HTML %][% USE L %][% USE LxERP %] - -
[% FORM.title %]
+

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] @@ -14,19 +13,24 @@ [%- ELSE %] - - - - - - - - + + + + + + + + [%- FOREACH background_job = BACKGROUND_JOBS %] + @@ -63,13 +63,15 @@
[%- LxERP.t8('Execution type') %][%- LxERP.t8('Package name') %][%- LxERP.t8('Active') %][%- LxERP.t8('Execution schedule') %][%- LxERP.t8('Last run at') %][%- LxERP.t8('Next run at') %]
[% L.sortable_table_header('package_name') %][% L.sortable_table_header('type') %][% L.sortable_table_header('active') %][% L.sortable_table_header('cron_spec') %][% L.sortable_table_header('last_run_at') %][% L.sortable_table_header('next_run_at') %]
+ + [%- HTML.escape(background_job.package_name) %] + + [%- IF background_job.type == 'once' %] [%- LxERP.t8('one-time execution') %] @@ -35,10 +39,6 @@ [% ELSE %] [%- HTML.escape(background_job.type) %] [%- END %] - - - [%- HTML.escape(background_job.package_name) %] - [% IF background_job.active %][%- LxERP.t8('yes') %][% ELSE %][%- LxERP.t8('no') %][%- END %] [%- HTML.escape(background_job.cron_spec) %]
[%- END %] + [% L.paginate_controls %] +

- [%- LxERP.t8('Create new background job') %] + [%- LxERP.t8('Create new background job') %] + | + [%- LxERP.t8('View background job history') %] | [%- LxERP.t8('Task server control') %]

- -