[Koha-patches] [PATCH] Bug 10193 - Copies should be holdings as label for items on MARC view

Owen Leonard oleonard at myacpl.org
Mon May 13 21:28:37 CEST 2013


In the OPAC MARC view, the table of holdings is labeled 'copies.' In
order to be consistent with the normal view this should be labeled
'holdings.' This patch makes this correction.

To test, apply the patch and view the MARC detail page for any record
with items. The table of holdings data at the bottom of the page should
be labeled 'Holdings.'
---
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt
index 810bba8..c9a57c3 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-MARCdetail.tt
@@ -180,7 +180,7 @@ $(document).ready(function(){
     </div>
 [% IF ( item_header_loop ) %]
         <table id="items">
-            <caption>Copies</caption>
+            <caption>Holdings</caption>
                 <tr>
                     [% FOREACH item_header_loo IN item_header_loop %]
                         <th>
-- 
1.7.9.5


More information about the Koha-patches mailing list