Bugzilla – Attachment 161308 Details for
Bug 35841
Update text of 'Cancel' hold button on OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35841: Change wording to indicate request to cancel
Bug-35841-Change-wording-to-indicate-request-to-ca.patch (text/plain), 2.29 KB, created by
Martin Renvoize (ashimema)
on 2024-01-23 17:13:09 UTC
(
hide
)
Description:
Bug 35841: Change wording to indicate request to cancel
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-23 17:13:09 UTC
Size:
2.29 KB
patch
obsolete
>From c800171c1f03d2fa080443a5d5ba488e078a955c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 18 Jan 2024 23:09:33 +0000 >Subject: [PATCH] Bug 35841: Change wording to indicate request to cancel > >1. APPLY PATCH >2. Update circ rules "Default waiting hold cancellation policy" to allow cancellation of holds. >3. Put some holds onto a patron account, Make some waiting holds and have others be any other status besides waiting. >4. Log in to the OPAC as that patron. >5. Go to your account details and look at the Holds tab. >6. You should see a 'Request to cancel' button for all waiting holds. >7. You should see a 'Cancel' button for all non-waiting holds. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index e74c2b13562..0a35aa715dc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -195,7 +195,7 @@ > <input type="hidden" name="biblionumber" value="[% HOLD.biblionumber | html %]" /> > <input type="hidden" name="reserve_id" value="[% HOLD.reserve_id | html %]" /> > <input type="hidden" name="cancellation_request" value="1" /> >- <button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-req-delete-hold"><i class="fa fa-times" aria-hidden="true"></i> [% tp('Cancel hold button', 'Cancel') | html %]</button> >+ <button data-title="[% INCLUDE 'biblio-title-head.inc' biblio=HOLD.biblio %]" data-reserve_id="[% HOLD.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-req-delete-hold"><i class="fa fa-times" aria-hidden="true"></i> [% tp('Request to cancel hold button', 'Request to cancel') | html %]</button> > </form> > [% END %] > </td> >-- >2.43.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 35841
:
161162
|
161226
| 161308