From 711a4398f2d5d2bb2024b4c50f79864221c20950 Mon Sep 17 00:00:00 2001 From: Amy King Date: Wed, 20 Jan 2021 03:00:11 +0000 Subject: [PATCH] Bug 27477: Improve link text to be more helpful (opac-detail.tt) 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 Signed-off-by: Kyle M Hall --- 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 @@
[% IF too_many_items %] -

This record has many physical items ([% items_count | html %]). Click here to view them all.

+

This record has many physical items ([% items_count | html %]). View all the physical items.

[% ELSIF ( itemloop.size ) %] [% INCLUDE items_table items=itemloop tab="holdings" table_id="holdingst" %] [% IF specific_item %] -- 2.20.1