Bug 30982: Rename 'Background Jobs' => 'Jobs'
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
0480f61226
commit
87ad83832b
3 changed files with 9 additions and 9 deletions
|
@ -81,9 +81,9 @@
|
|||
[% END %]
|
||||
|
||||
[% IF CAN_user_parameters_manage_background_jobs %]
|
||||
<h5>Background jobs</h5>
|
||||
<h5>Jobs</h5>
|
||||
<ul>
|
||||
<li><a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a></li>
|
||||
<li><a href="/cgi-bin/koha/admin/background_jobs.pl">Jobs</a></li>
|
||||
</ul>
|
||||
[% END %]
|
||||
|
||||
|
|
|
@ -155,10 +155,10 @@
|
|||
[% END %]
|
||||
|
||||
[% IF CAN_user_parameters_manage_background_jobs %]
|
||||
<h3>Background jobs</h3>
|
||||
<h3>Jobs</h3>
|
||||
<dl>
|
||||
<dt><a href="/cgi-bin/koha/admin/background_jobs.pl">Manage background jobs</a></dt>
|
||||
<dd>View, manage and cancel background jobs.</dd>
|
||||
<dt><a href="/cgi-bin/koha/admin/background_jobs.pl">Manage jobs</a></dt>
|
||||
<dd>View, manage and cancel jobs.</dd>
|
||||
</dl>
|
||||
[% END %]
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
[% IF op == 'view' %]
|
||||
Details of job #[% job.id | html %] ›
|
||||
[% END %]
|
||||
Background jobs ›
|
||||
Jobs ›
|
||||
Administration › Koha
|
||||
</title>
|
||||
|
||||
|
@ -79,14 +79,14 @@
|
|||
</li>
|
||||
[% IF op == 'view' %]
|
||||
<li>
|
||||
<a href="/cgi-bin/koha/admin/background_jobs.pl">Background jobs</a>
|
||||
<a href="/cgi-bin/koha/admin/background_jobs.pl">Jobs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" aria-current="page">Details of job #[% job.id | html %]</a>
|
||||
</li>
|
||||
[% ELSE %]
|
||||
<li>
|
||||
<a href="#" aria-current="page">Background jobs</a>
|
||||
<a href="#" aria-current="page">Jobs</a>
|
||||
</li>
|
||||
[% END %]
|
||||
[% ELSE %]
|
||||
|
@ -160,7 +160,7 @@
|
|||
|
||||
[% IF op == 'list' %]
|
||||
|
||||
<h1>Background jobs</h1>
|
||||
<h1>Jobs</h1>
|
||||
|
||||
<div>
|
||||
<input type="checkbox" id="only_current" checked />
|
||||
|
|
Loading…
Reference in a new issue