From e7c500439c323fb2bee3d5f1a4ec848bdf600cbf Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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. Signed-off-by: Barbara Johnson Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart (cherry picked from commit 70c64fad46a91f910a00d59149000b982705fd24) Signed-off-by: Lucas Gass --- 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 ebcab4bd6b..143b11c464 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -247,7 +247,7 @@ Links [% END %] [% IF ( Koha.Preference('AllowCheckoutNotes') ) %] - Note + Report a problem [% END %] -- 2.39.5