@@ -, +, @@ - The table of jobs (even if empty) should be contained in a page-section style white box. - Test various processes which trigger a backgroud job: - Batch item modification - Batch item deletion - Batch hold deletion - Batch record modification ... etc. - After each process has been started, view the details of the job. - The information about the job shold be displayed well, with separate sections for "Report" and "Detailed messages." --- .../prog/en/modules/admin/background_jobs.tt | 100 ++++++++++-------- 1 file changed, 53 insertions(+), 47 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -73,38 +73,42 @@ [% PROCESS "background_jobs/${job.type}.inc" %] - + [% IF CAN_user_parameters_manage_background_jobs %]
@@ -127,20 +131,22 @@ - - - - - - - - - - - - - -
Job IDStatusProgressTypeQueuedStartedEndedActions
+
+ + + + + + + + + + + + + +
Job IDStatusProgressTypeQueuedStartedEndedActions
+
[% END %] @@ -237,7 +243,7 @@ [% IF op == 'view' %] $("#job_status_description").html( get_job_status("[% job.status | html %]") ); $("#job_type_description").html( get_job_type("[% job.type | html %]") ); - $("fieldset.rows").show(); + $("#job_details").show(); [% END %] let additional_filters = { --