Bugzilla – Attachment 115561 Details for
Bug 27478
Improve link text when viewing an ILL requested item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27478: Improved link text when viewing ILL reqested item
Bug-27478-Improved-link-text-when-viewing-ILL-reqe.patch (text/plain), 1.96 KB, created by
Kyle M Hall (khall)
on 2021-01-21 15:31:55 UTC
(
hide
)
Description:
Bug 27478: Improved link text when viewing ILL reqested item
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-01-21 15:31:55 UTC
Size:
1.96 KB
patch
obsolete
>From 7d409a4966e2a7703bf5b45d7be512949e84cd72 Mon Sep 17 00:00:00 2001 >From: ava li <rubyli208@gmail.com> >Date: Wed, 20 Jan 2021 21:38:15 +0000 >Subject: [PATCH] Bug 27478: Improved link text when viewing ILL reqested item > >TEST PLAN: >1) Follow > >https://koha-community.org/manual/20.11/hi/html/ILL_requests.html >and >https://wiki.koha-community.org/wiki/ILL_backends >to enable Interlibrary loans if you haven't already. > >2)In the Koha staff website or OPAC website, make an ILL request. >(if in the Koha staff website, use your own card barcode) > >3) Go the the OPAC website, your account (top right), 'your >interlibrary loan requests', view request > >4) The text should be as follows "Requested item: View the requested >item" If so the patch has worked. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >index d7e4e0a88e..ab03b84d96 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt >@@ -184,7 +184,7 @@ > [% IF request.biblio_id %] > <li> > <label for="biblio">Requested item:</label> >- <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% request.biblio_id | uri %]">Click here to view</a> >+ <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% request.biblio_id | uri %]">View the requested item</a> > </li> > [% END %] > <li> >-- >2.24.1 (Apple Git-126)
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 27478
:
115465
|
115543
| 115561