Bugzilla – Attachment 22684 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]
Signed-off patch
0001-Bug-11189-Rename-Print-label-in-UNIMARC-advanced-sea.patch (text/plain), 3.02 KB, created by
Frédéric Demians
on 2013-11-04 08:42:03 UTC
(
hide
)
Description:
Signed-off patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2013-11-04 08:42:03 UTC
Size:
3.02 KB
patch
obsolete
>From 6290a2f467e30a9bd3daf3f6f229b4adbcfcd852 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Sun, 3 Nov 2013 21:56:10 +0100 >Subject: [PATCH] Bug 11189 : Rename Print label in UNIMARC advanced search >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >"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 >(prog theme and Bootstrap theme) and Staff Advanced Search > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> > >OK for me. Make sense for UNIMARC users. >--- > .../prog/en/includes/subtypes_unimarc.inc | 2 +- > .../bootstrap/en/includes/subtypes_unimarc.inc | 2 +- > .../prog/en/includes/subtypes_unimarc.inc | 2 +- > 3 files changed, 3 insertions(+), 3 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/bootstrap/en/includes/subtypes_unimarc.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc >index 1d284ca..bae9cd3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/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="Material-type: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.2.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