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:
Tomás Cohen Arazi 2022-09-12 15:06:51 -03:00
parent 0480f61226
commit 87ad83832b
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
3 changed files with 9 additions and 9 deletions

View file

@ -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 %]

View file

@ -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 %]

View file

@ -56,7 +56,7 @@
[% IF op == 'view' %]
Details of job #[% job.id | html %] &rsaquo;
[% END %]
Background jobs &rsaquo;
Jobs &rsaquo;
Administration &rsaquo; 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 />