Bugzilla – Attachment 22670 Details for
Bug 11189
Rename Print label in UNIMARC advanced search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11189 : Rename Print label in UNIMARC advanced search
0001-106.patch (text/plain), 2.12 KB, created by
Mathieu Saby
on 2013-11-03 11:47:42 UTC
(
hide
)
Description:
Bug 11189 : Rename Print label in UNIMARC advanced search
Filename:
MIME Type:
Creator:
Mathieu Saby
Created:
2013-11-03 11:47:42 UTC
Size:
2.12 KB
patch
obsolete
>From e88e9ae843c46e84b8abaec52457a1cf2ff6925f Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Sun, 3 Nov 2013 12:32:17 +0100 >Subject: [PATCH] Bug 11189 : Rename Print label in UNIMARC advanced search > >"Print" label for search on 106 field is not correct in UNIMARC advanced search : >- 106 field can be used for non printed ressources (manuscript...) >- "Print" is ambiguous for translation tool, as it can be understood as a verb or a noun. > >The official label for 106 field is "Type of form". >The offical label for 106$a subfield is "Medium designator". > >I think "Physical presentation" is the best way to describe the content of 106$a in a user understandable label. > >Test plan : >Check the "Print" label is replaced with "Physical presentation" in OPAC and Staff Advanced Search > >--- > .../prog/en/includes/subtypes_unimarc.inc | 2 +- > .../prog/en/includes/subtypes_unimarc.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc >index 10f9cba..bae4ed5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc >@@ -18,7 +18,7 @@ > </select> > </p> > <p> >- <label>Print</label> >+ <label>Physical presentation</label> > <select name="limit" class="subtype"> > <option value="" selected="selected" >Any</option> > <option value="ff8-23:r">regular print</option> >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc b/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc >index 9a11671..1ea001e 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc >@@ -15,7 +15,7 @@ > </select> > </p> > <p> >- <label>Print</label> >+ <label>Physical presentation</label> > <select name="limit" class="subtype"> > <option value="" selected="selected" >Any</option> > <option value="ff8-23:r">regular print</option> >-- >1.7.9.5 >
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 11189
:
22670
|
22677
|
22684
|
22695