Bugzilla – Attachment 25268 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" - intranet
Bug-11649---Always-use-words-copy-number---intrane.patch (text/plain), 4.28 KB, created by
Jonathan Druart
on 2014-02-14 14:40:28 UTC
(
hide
)
Description:
Bug 11649 - Always use words "copy number" - intranet
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-02-14 14:40:28 UTC
Size:
4.28 KB
patch
obsolete
>From 679b973e83a9f13237ad33458f9ceb24b2f35dd1 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 31 Jan 2014 14:44:26 +0100 >Subject: [PATCH] Bug 11649 - Always use words "copy number" - intranet > >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 intranet. > >To test, display an item containing a value in items.copynumber. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 20e6160..831e0b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -533,7 +533,7 @@ function verify_images() { > <th>Barcode</th> > [% IF ( volinfo ) %]<th>Publication details</th>[% END %] > [% IF ( itemdata_uri ) %]<th>url</th>[% END %] >- [% IF ( itemdata_copynumber ) %]<th>Copy no.</th>[% END %] >+ [% IF ( itemdata_copynumber ) %]<th>Copy number</th>[% END %] > [% IF materials %]<th>Materials specified</th>[% END %] > [% IF ( itemdata_itemnotes ) %]<th>Public notes</th>[% END %] > [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th>Spine label</th>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >index 86d4e34..88c7ee9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt >@@ -67,7 +67,7 @@ > [% END %] > [% IF ( ITEM_DAT.collection ) %]<li><span class="label">Collection:</span> [% ITEM_DAT.collection %]</li> [% END %] > <li><span class="label">Item callnumber:</span> [% ITEM_DAT.itemcallnumber %] </li> >- [% IF ( ITEM_DAT.displaycopy ) %]<li><span class="label">Copy / Vol :</span> [% ITEM_DAT.copyvol %] </li> [% END %] >+ [% IF ( ITEM_DAT.displaycopy ) %]<li><span class="label">Copy number:</span> [% ITEM_DAT.copyvol %] </li> [% END %] > [% IF ( ITEM_DAT.replacementprice ) %]<li><span class="label">Replacement price:</span> [% ITEM_DAT.replacementprice %] </li> [% END %] > [% IF ITEM_DAT.materials %]<li><span class="label">Materials specified:</span> [% ITEM_DAT.materials %] </li> [% END %] > </ol></div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 9a00eab..78df0e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -93,7 +93,7 @@ $(document).ready(function() { > <th>Title</th> > <th>Libraries</th> > <th>Available call numbers</th> >- <th>Available copy No</th> >+ <th>Available copy numbers</th> > <th>Available enumeration</th> > <th>Available itypes</th> > <th>Available locations</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 79ec493..b084e25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -384,7 +384,7 @@ function checkMultiHold() { > <th>Home library</th> > <th>Last location</th> > <th>Call no.</th> >- <th>Copy no.</th> >+ <th>Copy number</th> > [% IF itemdata_enumchron %] > <th>Vol no.</th> > [% END %] >-- >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 11649
:
24942
|
24943
|
24945
|
25242
|
25243
|
25244
| 25268 |
25269
|
25270