Bugzilla – Attachment 140599 Details for
Bug 30982
Use the REST API for background job list view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30982: Rename 'Background Jobs' => 'Jobs'
Bug-30982-Rename-Background-Jobs--Jobs.patch (text/plain), 3.39 KB, created by
Martin Renvoize (ashimema)
on 2022-09-13 14:57:44 UTC
(
hide
)
Description:
Bug 30982: Rename 'Background Jobs' => 'Jobs'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-09-13 14:57:44 UTC
Size:
3.39 KB
patch
obsolete
>From 9f28dc0c39b6f6952ee948fb0ad62e4808c4cdff Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 12 Sep 2022 15:06:51 -0300 >Subject: [PATCH] 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> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc | 4 ++-- > .../intranet-tmpl/prog/en/modules/admin/admin-home.tt | 6 +++--- > .../prog/en/modules/admin/background_jobs.tt | 8 ++++---- > 3 files changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >index 323356326b..36ce065989 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -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 %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index 076dc0729c..142cf433c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -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 %] > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >index 7922a2e80e..d151e2ce35 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >@@ -50,7 +50,7 @@ > [% IF op == 'view' %] > Details of job #[% job.id | html %] › > [% END %] >- Background jobs › >+ Jobs › > Administration › Koha > </title> > >@@ -73,14 +73,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 %] >@@ -154,7 +154,7 @@ > > [% IF op == 'list' %] > >- <h1>Background jobs</h1> >+ <h1>Jobs</h1> > > <div> > <input type="checkbox" id="only_current" checked /> >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30982
:
136245
|
136246
|
136670
|
136671
|
136672
|
136707
|
136708
|
136715
|
138114
|
139636
|
139637
|
139638
|
139639
|
139640
|
139641
|
140488
|
140489
|
140490
|
140491
|
140492
|
140493
|
140494
|
140495
|
140496
|
140497
|
140498
|
140589
|
140590
|
140591
|
140592
|
140593
|
140594
|
140595
|
140596
|
140597
|
140598
|
140599
|
140789
|
140884
|
140885
|
140886
|
140887
|
140888
|
140889
|
140890
|
140891
|
140892
|
140893
|
140894
|
140895
|
140896
|
140897
|
142859