Bugzilla – Attachment 114075 Details for
Bug 27109
Better labels for background job details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27109: Improve labels on the background job views
Bug-27109-Improve-labels-on-the-background-job-vie.patch (text/plain), 1.78 KB, created by
Jonathan Druart
on 2020-12-01 14:44:08 UTC
(
hide
)
Description:
Bug 27109: Improve labels on the background job views
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-12-01 14:44:08 UTC
Size:
1.78 KB
patch
obsolete
>From c66c7a8adc7b87b8fcaa3c140ff9226e1e3046d2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 1 Dec 2020 15:41:56 +0100 >Subject: [PATCH] Bug 27109: Improve labels on the background job views > >Replace "enqueued_on" with "Enqueued on", same for started_on and >ended_on >--- > .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 8731486026..e0b4e2576e 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 >@@ -40,9 +40,9 @@ > <li><label for="job_status">Status: </label>[% job.status | html %]</li> > <li><label for="job_progress">Progress: </label>[% job.progress || 0 | html %] / [% job.size | html %]</li> > <li><label for="job_type">Type: </label>[% job.type | html %]</li> >- <li><label for="job_enqueued_on">enqueued_on: </label>[% job.enqueued_on | html %]</li> >- <li><label for="job_started_on">started_on: </label>[% job.started_on | html %]</li> >- <li><label for="job_ended_on">ended_on: </label>[% job.ended_on | html %]</li> >+ <li><label for="job_enqueued_on">Enqueued on: </label>[% job.enqueued_on | html %]</li> >+ <li><label for="job_started_on">Started on: </label>[% job.started_on | html %]</li> >+ <li><label for="job_ended_on">Ended on: </label>[% job.ended_on | html %]</li> > <li><label for="job_data">Report: </label> > [% SWITCH job.type %] > [% CASE 'batch_biblio_record_modification' %] >-- >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 27109
:
114074
|
114075
|
114464
|
114465
|
114479
|
114969
|
114970