|
Lines 56-62
Link Here
|
| 56 |
[% IF op == 'view' %] |
56 |
[% IF op == 'view' %] |
| 57 |
Details of job #[% job.id | html %] › |
57 |
Details of job #[% job.id | html %] › |
| 58 |
[% END %] |
58 |
[% END %] |
| 59 |
Background jobs › |
59 |
Jobs › |
| 60 |
Administration › Koha |
60 |
Administration › Koha |
| 61 |
</title> |
61 |
</title> |
| 62 |
|
62 |
|
|
Lines 79-92
Link Here
|
| 79 |
</li> |
79 |
</li> |
| 80 |
[% IF op == 'view' %] |
80 |
[% IF op == 'view' %] |
| 81 |
<li> |
81 |
<li> |
| 82 |
<a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a> |
82 |
<a href="/cgi-bin/koha/admin/background_jobs.pl">Jobs</a> |
| 83 |
</li> |
83 |
</li> |
| 84 |
<li> |
84 |
<li> |
| 85 |
<a href="#" aria-current="page">Details of job #[% job.id | html %]</a> |
85 |
<a href="#" aria-current="page">Details of job #[% job.id | html %]</a> |
| 86 |
</li> |
86 |
</li> |
| 87 |
[% ELSE %] |
87 |
[% ELSE %] |
| 88 |
<li> |
88 |
<li> |
| 89 |
<a href="#" aria-current="page">Background jobs</a> |
89 |
<a href="#" aria-current="page">Jobs</a> |
| 90 |
</li> |
90 |
</li> |
| 91 |
[% END %] |
91 |
[% END %] |
| 92 |
[% ELSE %] |
92 |
[% ELSE %] |
|
Lines 160-166
Link Here
|
| 160 |
|
160 |
|
| 161 |
[% IF op == 'list' %] |
161 |
[% IF op == 'list' %] |
| 162 |
|
162 |
|
| 163 |
<h1>Background jobs</h1> |
163 |
<h1>Jobs</h1> |
| 164 |
|
164 |
|
| 165 |
<div> |
165 |
<div> |
| 166 |
<input type="checkbox" id="only_current" checked /> |
166 |
<input type="checkbox" id="only_current" checked /> |
| 167 |
- |
|
|