Bugzilla – Attachment 18434 Details for
Bug 10193
Copies should be holdings as label for items on MARC view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10193 - Copies should be holdings as label for items on MARC view
Bug-10193---Copies-should-be-holdings-as-label-for.patch (text/plain), 1.40 KB, created by
Jonathan Druart
on 2013-05-28 14:42:27 UTC
(
hide
)
Description:
Bug 10193 - Copies should be holdings as label for items on MARC view
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-05-28 14:42:27 UTC
Size:
1.40 KB
patch
obsolete
>From 6f0aeec42b3abf0b03eb6d2a13ef55a17e1bd185 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 13 May 2013 15:21:46 -0400 >Subject: [PATCH] Bug 10193 - Copies should be holdings as label for items on > MARC view > >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.' > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/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 c263d7e..17ea900 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.10.4
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 10193
:
18121
|
18428
| 18434