Bugzilla – Attachment 115592 Details for
Bug 27477
Improve link text when a record has too many items on the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27477: Changed link text to be more helpful.
Bug-27477-Changed-link-text-to-be-more-helpful.patch (text/plain), 1.70 KB, created by
Kyle M Hall (khall)
on 2021-01-21 19:01:00 UTC
(
hide
)
Description:
Bug 27477: Changed link text to be more helpful.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-01-21 19:01:00 UTC
Size:
1.70 KB
patch
obsolete
>From 093a34bdf23e952f08610b0c9aa2c52e5e5b47b8 Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Wed, 20 Jan 2021 03:00:11 +0000 >Subject: [PATCH] Bug 27477: Changed link text to be more helpful. > >Test plan: > >1. Follow the above steps to reproduce, take note of the link saying > "click here" >2. Apply patch >3. Repeat step 1, but now notice how the link says :View all the > physical items" > >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-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 1f0d336a73..77e3f8826e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -617,7 +617,7 @@ > > <div id="holdings"> > [% IF too_many_items %] >- <p>This record has many physical items ([% items_count | html %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]&viewallitems=1">Click here to view them all.</a></p> >+ <p>This record has many physical items ([% items_count | html %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]&viewallitems=1">View all the physical items.</a></p> > [% ELSIF ( itemloop.size ) %] > [% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %] > [% IF specific_item %] >-- >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 27477
:
115405
|
115448
|
115592
|
115694