X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbackground_job%2Flist.html;h=b8ea3f64dcc39051ba4f7d89c61674eff27e3a7a;hb=af0023e07e144ca31d465b098c36c45971269438;hp=9f4422d990013e61fafdb0171196f6070bf25404;hpb=f866d16b4e837443b71ffaf3b78c1127ac57717e;p=kivitendo-erp.git diff --git a/templates/webpages/background_job/list.html b/templates/webpages/background_job/list.html index 9f4422d99..b8ea3f64d 100644 --- a/templates/webpages/background_job/list.html +++ b/templates/webpages/background_job/list.html @@ -1,7 +1,7 @@ [% USE HTML %][% USE L %][% USE LxERP %] -
[% FORM.title %]
+

[% FORM.title %]

[%- INCLUDE 'common/flash.html' %] @@ -15,18 +15,23 @@ - - - - - - + + + + + + [%- FOREACH background_job = BACKGROUND_JOBS %] + -
[%- 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') %] @@ -36,11 +41,6 @@ [%- 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) %] @@ -64,10 +64,12 @@
[%- END %] + [% L.paginate_controls %] +

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