Bugzilla – Attachment 25243 Details for
Bug 11649
Always use words "copy number"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11649 - Always use words "copy number" - opac bootstrap
Bug-11649---Always-use-words-copy-number---opac-bo.patch (text/plain), 4.51 KB, created by
Chris Cormack
on 2014-02-14 07:14:29 UTC
(
hide
)
Description:
Bug 11649 - Always use words "copy number" - opac bootstrap
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-02-14 07:14:29 UTC
Size:
4.51 KB
patch
obsolete
>From 9b3a927e26e5390255a078101bfcf7cbb60a34f2 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 31 Jan 2014 14:46:20 +0100 >Subject: [PATCH] Bug 11649 - Always use words "copy number" - opac bootstrap > >In most cases, the value of items.copynumber is displayed using the words "Copy number". But in some cases, it is just "Copy". >It would be better to always use "Copy number" because in translation the word "Copy" means the action of coping. > >This patch manages templates of opac bootstrap theme. > >To test, display an item containing a value in items.copynumber. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >index 622c2a6..d5ff4bc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >@@ -51,7 +51,7 @@ > <th>Location</th> > <th>Collection</th> > <th>Call number</th> >- <th>Copy</th> >+ <th>Copy number</th> > <th>Status</th> > <th>Date due</th> > <th>Notes</th> >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 867cb74..46f73db 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1118,7 +1118,7 @@ > <th id="item_callnumber" class="call_no">Call number</th> > [% IF ( itemdata_enumchron ) %]<th id="item_enumchron" class="vol_info">Vol info</th>[% END %] > [% IF ( itemdata_uri ) %]<th id="item_url" class="url">url</th>[% END %] >- [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy</th>[% END %] >+ [% IF ( itemdata_copynumber ) %]<th id="item_copy" class="copynumber">Copy number</th>[% END %] > <th id="item_status" class="status">Status</th> > [% IF ( itemdata_itemnotes ) %]<th id="item_notes" class="notes">Notes</th>[% END %] > <th id="item_datedue" class="date_due">Date due</th> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >index af6a5a5..e715ff9 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -253,7 +253,7 @@ > <table class="copiesrow table table-bordered table-striped" id="copiesrow_[% bibitemloo.biblionumber %]"> > <caption>Select a specific copy:</caption> > <tr> >- <th>Copy</th> >+ <th>Copy number</th> > [% IF ( item_level_itypes ) %] > <th>Item type</th> > [% END %] >@@ -271,7 +271,7 @@ > > [% FOREACH itemLoo IN bibitemloo.itemLoop %] > <tr class="[% itemLoo.backgroundcolor %]"> >- <td class="copy"> >+ <td class="copynumber"> > [% IF ( itemLoo.available ) %] > <input type="radio" class="checkitem checkitem_[% bibitemloo.biblionumber %]" name="checkitem_[% bibitemloo.biblionumber %]" value="[% itemLoo.itemnumber %]" /> > [% ELSE %] >-- >1.8.5.3
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 11649
:
24942
|
24943
|
24945
|
25242
|
25243
|
25244
|
25268
|
25269
|
25270