|
Lines 50-56
Link Here
|
| 50 |
[% IF op == 'view' %] |
50 |
[% IF op == 'view' %] |
| 51 |
Details of job #[% job.id | html %] › |
51 |
Details of job #[% job.id | html %] › |
| 52 |
[% END %] |
52 |
[% END %] |
| 53 |
Background jobs › |
53 |
Jobs › |
| 54 |
Administration › Koha |
54 |
Administration › Koha |
| 55 |
</title> |
55 |
</title> |
| 56 |
|
56 |
|
|
Lines 73-86
Link Here
|
| 73 |
</li> |
73 |
</li> |
| 74 |
[% IF op == 'view' %] |
74 |
[% IF op == 'view' %] |
| 75 |
<li> |
75 |
<li> |
| 76 |
<a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a> |
76 |
<a href="/cgi-bin/koha/admin/background_jobs.pl">Jobs</a> |
| 77 |
</li> |
77 |
</li> |
| 78 |
<li> |
78 |
<li> |
| 79 |
<a href="#" aria-current="page">Details of job #[% job.id | html %]</a> |
79 |
<a href="#" aria-current="page">Details of job #[% job.id | html %]</a> |
| 80 |
</li> |
80 |
</li> |
| 81 |
[% ELSE %] |
81 |
[% ELSE %] |
| 82 |
<li> |
82 |
<li> |
| 83 |
<a href="#" aria-current="page">Background jobs</a> |
83 |
<a href="#" aria-current="page">Jobs</a> |
| 84 |
</li> |
84 |
</li> |
| 85 |
[% END %] |
85 |
[% END %] |
| 86 |
[% ELSE %] |
86 |
[% ELSE %] |
|
Lines 154-160
Link Here
|
| 154 |
|
154 |
|
| 155 |
[% IF op == 'list' %] |
155 |
[% IF op == 'list' %] |
| 156 |
|
156 |
|
| 157 |
<h1>Background jobs</h1> |
157 |
<h1>Jobs</h1> |
| 158 |
|
158 |
|
| 159 |
<div> |
159 |
<div> |
| 160 |
<input type="checkbox" id="only_current" checked /> |
160 |
<input type="checkbox" id="only_current" checked /> |
| 161 |
- |
|
|