View | Details | Raw Unified | Return to bug 32970
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc (+1 lines)
Lines 1-4 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% INCLUDE 'columns_settings.inc' %]
2
3
3
[% BLOCK report %]
4
[% BLOCK report %]
4
    [% SET report = job.report %]
5
    [% SET report = job.report %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-2 lines)
Lines 4-10 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'columns_settings.inc' %]
8
<title>
7
<title>
9
    [% IF op == 'view' %]
8
    [% IF op == 'view' %]
10
        Details of job #[% job.id | html %] &rsaquo;
9
        Details of job #[% job.id | html %] &rsaquo;
11
- 

Return to bug 32970