Bugzilla – Attachment 14621 Details for
Bug 9402
useless letter "v" between 2 <option> tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Bug 9402: letter v between 2 option tags
0007-followup.patch (text/plain), 3.15 KB, created by
Mathieu Saby
on 2013-01-16 13:26:48 UTC
(
hide
)
Description:
[PATCH] Bug 9402: letter v between 2 option tags
Filename:
MIME Type:
Creator:
Mathieu Saby
Created:
2013-01-16 13:26:48 UTC
Size:
3.15 KB
patch
obsolete
>From 01c61147ef38509e2e87a4e9d6f45c32ae2eb7b7 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Wed, 16 Jan 2013 12:19:23 +0100 >Subject: [PATCH] Bug 9402: letter v between 2 option tags > >In HTML code generated for advanced search, a useless "v" letter is visible after "dissertation or thesis (revised)</option>". >This patch suppress "v" letter is outside <option> markup >(and cosmetic change : "Adult" -> "adult" in public types) > >To test : check HTML code generated by advanced search. > >--- > .../prog/en/includes/subtypes_unimarc.inc | 4 ++-- > .../prog/en/includes/subtypes_unimarc.inc | 4 ++-- > 2 files changed, 4 insertions(+), 4 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 5e6bf63..67d4c64 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/subtypes_unimarc.inc >@@ -11,7 +11,7 @@ > <option value="aud:b">pre-primary (0-5)</option> > <option value="aud:c">primary (5-8)</option> > <option value="aud:d">children (9-14)</option> >- <option value="aud:e">young Adult</option> >+ <option value="aud:e">young adult</option> > <option value="aud:k">adult, serious</option> > <option value="aud:m">adult, general</option> > <option value="aud:u">unknown</option> >@@ -108,7 +108,7 @@ > <option value="ctype:r" >literature surveys/reviews</option> > <option value="ctype:s" >treaties</option> > <option value="ctype:t" >cartoons or comic strips</option> >- <option value="ctype:v" >dissertation or thesis (revised)</option>v >+ <option value="ctype:v" >dissertation or thesis (revised)</option> > <option value="ctype:w" >religious text</option> > <option value="ctype:z" >other</option> > </select> >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 1845ddb..28b6a09 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/subtypes_unimarc.inc >@@ -8,7 +8,7 @@ > <option value="aud:b">pre-primary (0-5)</option> > <option value="aud:c">primary (5-8)</option> > <option value="aud:d">children (9-14)</option> >- <option value="aud:e">young Adult</option> >+ <option value="aud:e">young adult</option> > <option value="aud:k">adult, serious</option> > <option value="aud:m">adult, General</option> > <option value="aud:u">unknown</option> >@@ -105,7 +105,7 @@ > <option value="ctype:r" >literature surveys/reviews</option> > <option value="ctype:s" >treaties</option> > <option value="ctype:t" >cartoons or comic strips</option> >- <option value="ctype:v" >dissertation or thesis (revised)</option>v >+ <option value="ctype:v" >dissertation or thesis (revised)</option> > <option value="ctype:w" >religious text</option> > <option value="ctype:z" >other</option> > </select> >-- >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 9402
:
14621
|
14627
|
14768