Bugzilla – Attachment 111944 Details for
Bug 26526
Use of checkout notes not clear in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26526: Relabel checkout note column in OPAC
Bug-26526-Relabel-checkout-note-column-in-OPAC.patch (text/plain), 2.09 KB, created by
Katrin Fischer
on 2020-10-17 15:13:26 UTC
(
hide
)
Description:
Bug 26526: Relabel checkout note column in OPAC
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-17 15:13:26 UTC
Size:
2.09 KB
patch
obsolete
>From 3d00599953612ed8e682a5c417a1287e4d56d6db Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 17 Oct 2020 15:08:59 +0000 >Subject: [PATCH] Bug 26526: Relabel checkout note column in OPAC > >When checkout notes are active, there is currently a new >column labelled 'Note' in the checkouts table in OPAC. >When a note is added, this is sent to the library. For >the user it's not clear from the label, that these notes >are not personal, but for reporting to the library. >The new label "Report a problem" aims to make this clearer. > >To test: >- Turn on AllowCheckoutNotes system preference >- Check out some items to your account >- Go to the OPAC >- Look at the list of checkouts >- Apply patch >- Reload the page and check the checkouts table again >- Verify the heading has changed from "Notes" to "Report a problem" >- Hover over the heading with your cursor to see some more info > >Bonus: Patch adds an id "checkout-notes" to the header cell, that >will make it easier for libraries to change text or style if needed. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 90c0c78220..558215bf8d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -255,7 +255,7 @@ > <th class="nosort">Links</th> > [% END %] > [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] >- <th class="nosort">Note</th> >+ <th id="checkout-notes" class="nosort" title="Use this to report any problems with your currently checked out items">Report a problem</th> > [% END %] > </tr> > </thead> >-- >2.11.0
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 26526
:
111944
|
111950
|
112108