Bugzilla – Attachment 119046 Details for
Bug 28066
Remove select tag's size attribute where it is 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28066: Remove select tag's size attribute where it is 1
Bug-28066-Remove-select-tags-size-attribute-where-.patch (text/plain), 242.35 KB, created by
Owen Leonard
on 2021-03-31 13:09:10 UTC
(
hide
)
Description:
Bug 28066: Remove select tag's size attribute where it is 1
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-03-31 13:09:10 UTC
Size:
242.35 KB
patch
obsolete
>From 9b650b5d14ba64e38bdebdefb9c698cb3aad906d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 31 Mar 2021 12:41:59 +0000 >Subject: [PATCH] Bug 28066: Remove select tag's size attribute where it is 1 > >This patch removes the "size" attribute from <select> tags where the >value of the attribute is 1. The attribute is unnecessary because the >default value when the attribute is undefined is 1. > >This will allow for more careful sizing of <select> tags without a size >attribute while preserving the desired behavior of <select> tags which >have a size greater than 1. > >The patch modifies 83 files but makes the same minor corrections to >each. I think examining the diff is sufficent, or testing a >representative set of pages: > > - Administration -> MARC frameworks -> MARC structure -> Edit tag: > The "Authorized value" select. > - Patrons -> New patron: The "Library" select. > - Reports -> Patrons with no checkouts: The "Into an > application" selects. > >If anyone would like help testing any particular template I can >follow-up. >--- > .../prog/en/modules/acqui/addorderiso2709.tt | 6 +- > .../prog/en/modules/acqui/duplicate_orders.tt | 2 +- > .../prog/en/modules/acqui/neworderempty.tt | 2 +- > .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 6 +- > .../en/modules/admin/auth_subfields_structure.tt | 12 +- > .../prog/en/modules/admin/auth_tag_structure.tt | 2 +- > .../prog/en/modules/admin/authorised_values.tt | 2 +- > .../en/modules/admin/marc_subfields_structure.tt | 10 +- > .../prog/en/modules/admin/marctagstructure.tt | 2 +- > .../prog/en/modules/authorities/authorities.tt | 4 +- > .../prog/en/modules/catalogue/labeledMARCdetail.tt | 2 +- > .../prog/en/modules/cataloguing/addbiblio.tt | 4 +- > .../prog/en/modules/cataloguing/additem.tt | 4 +- > .../cataloguing/value_builder/marc21_field_007.tt | 206 ++++++++++----------- > .../value_builder/marc21_field_008_authorities.tt | 38 ++-- > .../marc21_field_008_classifications.tt | 16 +- > .../cataloguing/value_builder/marc21_leader.tt | 14 +- > .../value_builder/marc21_leader_authorities.tt | 6 +- > .../cataloguing/value_builder/normarc_field_007.tt | 104 +++++------ > .../cataloguing/value_builder/normarc_field_008.tt | 128 ++++++------- > .../cataloguing/value_builder/normarc_leader.tt | 8 +- > .../cataloguing/value_builder/unimarc_field_100.tt | 20 +- > .../value_builder/unimarc_field_100_authorities.tt | 12 +- > .../cataloguing/value_builder/unimarc_field_105.tt | 26 +-- > .../cataloguing/value_builder/unimarc_field_106.tt | 2 +- > .../cataloguing/value_builder/unimarc_field_110.tt | 16 +- > .../value_builder/unimarc_field_115a.tt | 34 ++-- > .../value_builder/unimarc_field_115b.tt | 18 +- > .../cataloguing/value_builder/unimarc_field_116.tt | 22 +-- > .../cataloguing/value_builder/unimarc_field_117.tt | 10 +- > .../cataloguing/value_builder/unimarc_field_120.tt | 20 +- > .../value_builder/unimarc_field_121a.tt | 16 +- > .../value_builder/unimarc_field_121b.tt | 12 +- > .../cataloguing/value_builder/unimarc_field_122.tt | 2 +- > .../value_builder/unimarc_field_123a.tt | 2 +- > .../value_builder/unimarc_field_123d.tt | 2 +- > .../value_builder/unimarc_field_123e.tt | 2 +- > .../value_builder/unimarc_field_123f.tt | 2 +- > .../value_builder/unimarc_field_123g.tt | 2 +- > .../value_builder/unimarc_field_123i_j.tt | 2 +- > .../value_builder/unimarc_field_124a.tt | 2 +- > .../value_builder/unimarc_field_124b.tt | 2 +- > .../value_builder/unimarc_field_124c.tt | 2 +- > .../value_builder/unimarc_field_124d.tt | 2 +- > .../value_builder/unimarc_field_124e.tt | 2 +- > .../value_builder/unimarc_field_124f.tt | 2 +- > .../value_builder/unimarc_field_124g.tt | 2 +- > .../value_builder/unimarc_field_125a.tt | 4 +- > .../value_builder/unimarc_field_125b.tt | 2 +- > .../value_builder/unimarc_field_126a.tt | 30 +-- > .../value_builder/unimarc_field_126b.tt | 6 +- > .../value_builder/unimarc_field_128a.tt | 2 +- > .../value_builder/unimarc_field_128b.tt | 2 +- > .../value_builder/unimarc_field_128c.tt | 2 +- > .../cataloguing/value_builder/unimarc_field_130.tt | 16 +- > .../value_builder/unimarc_field_135a.tt | 2 +- > .../cataloguing/value_builder/unimarc_field_140.tt | 42 ++--- > .../cataloguing/value_builder/unimarc_field_141.tt | 16 +- > .../value_builder/unimarc_field_225a.tt | 2 +- > .../value_builder/unimarc_field_700-4.tt | 2 +- > .../cataloguing/value_builder/unimarc_leader.tt | 12 +- > .../intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- > .../prog/en/modules/members/memberentrygen.tt | 2 +- > .../prog/en/modules/onboarding/onboardingstep3.tt | 2 +- > .../prog/en/modules/reports/acquisitions_stats.tt | 12 +- > .../prog/en/modules/reports/bor_issues_top.tt | 2 +- > .../prog/en/modules/reports/borrowers_out.tt | 4 +- > .../prog/en/modules/reports/borrowers_stats.tt | 16 +- > .../prog/en/modules/reports/cat_issues_top.tt | 4 +- > .../prog/en/modules/reports/catalogue_stats.tt | 2 +- > .../en/modules/reports/guided_reports_start.tt | 2 +- > .../prog/en/modules/reports/issues_avg_stats.tt | 14 +- > .../prog/en/modules/reports/issues_stats.tt | 4 +- > .../prog/en/modules/reports/itemtypes.tt | 2 +- > .../prog/en/modules/reports/reserves_stats.tt | 4 +- > .../prog/en/modules/reports/serials_stats.tt | 4 +- > .../prog/en/modules/reserve/request.tt | 6 +- > .../prog/en/modules/serials/serials-edit.tt | 12 +- > .../prog/en/modules/serials/subscription-add.tt | 4 +- > .../prog/en/modules/services/itemrecorddisplay.tt | 2 +- > .../prog/en/modules/tools/batchMod-edit.tt | 2 +- > .../bootstrap/en/includes/subtypes_unimarc.inc | 4 +- > .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- > 83 files changed, 531 insertions(+), 531 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index c730d3e1b2..2a02832536 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -137,7 +137,7 @@ > <input type="hidden" size="20" name="budget_id" value="[% budget_id | html %]" />[% Budget_name | html %] > [% ELSE %] > <label for="fund_record_[% biblio.import_record_id | html %]">Fund: </label> >- <select id="fund_record_[% biblio.import_record_id | html %]" size="1" name="budget_id"> >+ <select id="fund_record_[% biblio.import_record_id | html %]" name="budget_id"> > <option value="">Select a fund (will use default if set)</option> > [% FOREACH budget IN budget_loop %] > [% IF ( budget.b_id == biblio.budget_id ) %] >@@ -295,7 +295,7 @@ > [% END %] > > [% IF ( iteminformatio.marc_value.type == 'select' ) %] >- <select name="field_value" size="1"> >+ <select name="field_value"> > [% FOREACH value IN iteminformatio.marc_value.values %] > [% IF ( value == iteminformatio.marc_value.default ) %] > <option value="[% value | html %]" selected="selected">[% iteminformatio.marc_value.labels.$value | html %]</option> >@@ -350,7 +350,7 @@ > </li> > <li> > <label for="all_budget_id">Fund: </label> >- <select id="all_budget_id" size="1" name="all_budget_id"> >+ <select id="all_budget_id" name="all_budget_id"> > <option value="">Select a fund (will populate orders/items if set)</option> > [% FOREACH budget_loo IN budget_loop %] > [% IF ( budget_loo.b_active ) %]<option value="[% budget_loo.b_id | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >index 1ed05775ef..d9ff1bf2a1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt >@@ -198,7 +198,7 @@ Basket [% basket.basketno | html %] › Duplicate existing orders > <li> > <label for="all_budget_id">Fund: </label> > <input type="checkbox" name="copy_existing_value" value="budget_id" title="Copy existing value" /> >- <select id="all_budget_id" size="1" name="all_budget_id"> >+ <select id="all_budget_id" name="all_budget_id"> > <option value="">Select a fund</option> > [% FOREACH budget_loo IN budget_loop %] > [% IF ( budget_loo.b_active ) %]<option value="[% budget_loo.b_id | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">[% budget_loo.b_txt | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index 377fdfd5a6..0b32348dc2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -337,7 +337,7 @@ > [% active_count= active_count + budget_loo.b_active %] > [% END %] > [% END %] >- <select id="budget_id" size="1" name="budget_id"> >+ <select id="budget_id" name="budget_id"> > <option value="">Select a fund</option> > [% FOREACH budget_loo IN budget_loop %] > [% IF ( budget_loo.b_sel ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >index 3b7724732a..9e2038ef24 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -201,7 +201,7 @@ > <ol> > <li> > <label for="authcat"> Select planning type:</label> >- <select name="authcat" id="authcat" size="1"> >+ <select name="authcat" id="authcat"> > [% FOREACH value IN authcat_dropbox.values %] > [% IF ( value == authcat_dropbox.default ) %] > <option value="[% value | html %]" selected="selected">[% PROCESS planning_types type=value %]</option> >@@ -252,12 +252,12 @@ > <ol> > <li><label for="basename">Output to a file named: </label><input type="text" name="basename" id="basename" value="Export" /></li> > <li><label class="inline" for="MIME">Into an application</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > [% FOREACH value IN CGIextChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index 8325c171c1..29dbe56a82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -86,7 +86,7 @@ > <li><label for="liblibrarian[% loo.row | html %]">Text for librarian: </label><input id="liblibrarian[% loo.row | html %]" type="text" name="liblibrarian" value="[% loo.liblibrarian | html_entity %]" size="40" maxlength="80" /></li> > <li><label for="libopac[% loo.row | html %]">Text for OPAC: </label><input type="text" id="libopac[% loo.row | html %]" name="libopac" value="[% loo.libopac | html_entity %]" size="40" maxlength="80" /></li> > <li><label for="tab[% loo.row | html %]">Managed in tab: </label> >- <select name="tab" size="1" id="tab[% loo.row | html %]"> >+ <select name="tab" id="tab[% loo.row | html %]"> > [%- IF ( loo.tab == -1 ) -%] > <option value="-1" selected="selected">ignore</option> > [%- ELSE -%] >@@ -109,7 +109,7 @@ > <legend>Display</legend> > <ol> > <li><label for="ohidden[% loo.row | html %]">Select to display or not:</label> >- <select name="ohidden" size="1" id="ohidden[% loo.row | html %]"> >+ <select name="ohidden" id="ohidden[% loo.row | html %]"> > [%- IF ( loo.hidden == 0 ) -%] > <option value= "0" selected="selected">Show all</option> > <option value="1">Hide all</option> >@@ -148,7 +148,7 @@ > <ol> > <li> > <label for="kohafield[% loo.row | html %]">Koha field:</label> >- <select name="kohafield" id="kohafield[% loo.row | html %]" size="1"> >+ <select name="kohafield" id="kohafield[% loo.row | html %]"> > [%- FOREACH value IN loo.kohafields %] > [% IF ( value == loo.kohafield && value.length>0 ) -%] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >@@ -164,7 +164,7 @@ > </li> > <li> > <label for="authorised_value[% loo.row | html %]">Authorized value:</label> >- <select name="authorised_value" id="authorised_value[% loo.row | html %]" size="1"> >+ <select name="authorised_value" id="authorised_value[% loo.row | html %]"> > [%- FOREACH value IN loo.authorised_values %] > [% IF ( value == loo.authorised_value && value.length>0 ) -%] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >@@ -180,7 +180,7 @@ > </li> > <li> > <label for="frameworkcode[% loo.row | html %]">Thesaurus:</label> >- <select name="frameworkcode" id="frameworkcode[% loo.row | html %]" size="1"> >+ <select name="frameworkcode" id="frameworkcode[% loo.row | html %]"> > [%- FOREACH value IN loo.frameworkcodes %] > [% IF ( value == loo.frameworkcode && value.length>0 ) -%] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >@@ -196,7 +196,7 @@ > </li> > <li> > <label for="value_builder[% loo.row | html %]">Plugin:</label> >- <select name="value_builder" id="value_builder[% loo.row | html %]" size="1"> >+ <select name="value_builder" id="value_builder[% loo.row | html %]"> > [%- FOREACH value IN loo.value_builders %] > [% IF ( value == loo.value_builder && value.length>0 ) -%] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >index 53b35acbe6..ececf6d7f6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt >@@ -103,7 +103,7 @@ > [% END %] > </li> > <li><label for="authorised_value">Authorized value: </label> >- <select name="authorised_value" id="authorised_value" size="1"> >+ <select name="authorised_value" id="authorised_value"> > <option value=""></option> > [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => authorised_value ) %] > </select> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >index bac32901d2..7234e279b7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt >@@ -196,7 +196,7 @@ > <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get" id="category"> > <p> > <label for="category_search">Show category: </label> >- <select name="searchfield" id="category_search" size="1"> >+ <select name="searchfield" id="category_search"> > [% FOR c IN categories %] > [% IF c == searchfield %] > <option value="[% c | html %]" selected="selected">[% c | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index 7a3d9d2be4..042f820661 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -136,7 +136,7 @@ > [% END %] > </li> > <li><label for="tab[% loo.row | html %]">Managed in tab: </label> >- <select name="tab" tabindex="" size="1" id="tab[% loo.row | html %]"> >+ <select name="tab" tabindex="" id="tab[% loo.row | html %]"> > [%- IF ( loo.tab == -1 ) -%] > <option value="-1" selected="selected">ignore</option> > [%- ELSE -%] >@@ -208,7 +208,7 @@ > <li> > <label for="kohafield[% loo.row | html %]">Koha link:</label> > <!-- This select should be DISABLED; value is submitted by the following hidden input --> >- <select name="kohafield" id="kohafield[% loo.row | html %]" size="1" disabled> >+ <select name="kohafield" id="kohafield[% loo.row | html %]" disabled> > [% FOREACH value IN loo.kohafields %] > [% IF ( value == loo.kohafield ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >@@ -230,7 +230,7 @@ > <ol> > <li> > <label for="authorised_value[% loo.row | html %]">Authorized value:</label> >- <select name="authorised_value" id="authorised_value[% loo.row | html %]" size="1"> >+ <select name="authorised_value" id="authorised_value[% loo.row | html %]"> > <option value=""></option> > [% FOREACH value IN loo.authorised_values %] > [% IF ( value == loo.authorised_value ) %] >@@ -243,7 +243,7 @@ > </li> > <li> > <label for="authtypecode[% loo.row | html %]">Thesaurus:</label> >- <select name="authtypecode" id="authtypecode[% loo.row | html %]" size="1"> >+ <select name="authtypecode" id="authtypecode[% loo.row | html %]"> > [% FOREACH value IN loo.authtypes %] > [% IF ( value == loo.authtypecode ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >@@ -255,7 +255,7 @@ > </li> > <li> > <label for="value_builder[% loo.row | html %]">Plugin:</label> >- <select name="value_builder" id="value_builder[% loo.row | html %]" size="1"> >+ <select name="value_builder" id="value_builder[% loo.row | html %]"> > [% FOREACH value IN loo.value_builders %] > [% IF ( value == loo.value_builder ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >index beed047e47..340936a41b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -101,7 +101,7 @@ > <input id="ind2_defaultvalue" type="text" name="ind2_defaultvalue" value="[% ind2_defaultvalue | html %]" maxlength="1" size="1" /> > </li> > <li><label for="authorised_value">Authorized value: </label> >- <select name="authorised_value" id="authorised_value" size="1"> >+ <select name="authorised_value" id="authorised_value"> > <option value=""></option> > [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => authorised_value ) %] > </select> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >index fe9f5de0e6..e6344f3c65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt >@@ -385,9 +385,9 @@ function confirmnotdup(redirect){ > <div id="field_marceditor[% subfield_loo.tag | html %][% subfield_loo.subfield | html %][% subfield_loo.random | html %]" class="field_marceditor"> > [% IF ( mv.type == 'select' ) %] > [% IF mv.category AND CAN_user_parameters_manage_auth_values %] >- <select name="[%- mv.name | html -%]" tabindex="1" size="1" class="input_marceditor" id="[%- mv.id | html -%]" data-category="[% mv.category | html %]"> >+ <select name="[%- mv.name | html -%]" tabindex="1" class="input_marceditor" id="[%- mv.id | html -%]" data-category="[% mv.category | html %]"> > [% ELSE %] >- <select name="[%- mv.name | html -%]" tabindex="1" size="1" class="input_marceditor select2" id="[%- mv.id | html -%]"> >+ <select name="[%- mv.name | html -%]" tabindex="1" class="input_marceditor select2" id="[%- mv.id | html -%]"> > [% END %] > > [% FOREACH aval IN mv.values %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt >index f951304dea..f3aab07599 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt >@@ -44,7 +44,7 @@ > <h1>Labeled MARC biblio : [% biblionumber | html %] ( [% bibliotitle | html %] )</h1> > [% END %] > <p><strong>With framework: >- <select name="Frameworks" id="Frameworks" size="1" onchange="Changefwk(this);"> >+ <select name="Frameworks" id="Frameworks" onchange="Changefwk(this);"> > <option value="">Default</option> > [% FOREACH framework IN frameworks %] > [% IF framework.frameworkcode == frameworkcode %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index ea86100d2c..a9983c3355 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -1056,9 +1056,9 @@ function PopupMARCFieldDoc(field) { > <textarea cols="70" rows="4" id="[%- mv.id | html -%]" name="[%- mv.name | html -%]" class="input_marceditor" tabindex="1">[%- mv.value | html -%]</textarea> > [% ELSIF ( mv.type == 'select' ) %] > [% IF mv.category AND CAN_user_parameters_manage_auth_values %] >- <select name="[%- mv.name | html -%]" tabindex="1" size="1" class="input_marceditor" id="[%- mv.id | html -%]" data-category="[% mv.category | html %]"> >+ <select name="[%- mv.name | html -%]" tabindex="1" class="input_marceditor" id="[%- mv.id | html -%]" data-category="[% mv.category | html %]"> > [% ELSE %] >- <select name="[%- mv.name | html -%]" tabindex="1" size="1" class="input_marceditor select2" id="[%- mv.id | html -%]"> >+ <select name="[%- mv.name | html -%]" tabindex="1" class="input_marceditor select2" id="[%- mv.id | html -%]"> > [% END %] > [% FOREACH aval IN mv.values %] > [% IF aval == mv.default %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index d4581936da..5e55550211 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -160,9 +160,9 @@ > <input type="hidden" id="[%- mv.id | html -%]" name="field_value" class="input_marceditor" size="50" maxlength="[%- mv.maxlength | html -%]" value="[%- mv.value | html -%]"> > [% ELSIF ( mv.type == 'select' ) %] > [% IF ( mv.readonly || ite.IS_RETURN_CLAIM ) %] >- <select name="field_value" id="[%- mv.id | html -%]" size="1" class="input_marceditor" readonly="readonly" disabled="disabled"> >+ <select name="field_value" id="[%- mv.id | html -%]" class="input_marceditor" readonly="readonly" disabled="disabled"> > [% ELSE %] >- <select name="field_value" id="[%- mv.id | html -%]" size="1" class="input_marceditor" data-category="[% mv.category | html %]"> >+ <select name="field_value" id="[%- mv.id | html -%]" class="input_marceditor" data-category="[% mv.category | html %]"> > [% END %] > [% FOREACH aval IN mv.values %] > [% IF aval == mv.default %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt >index 85b1b8f2f2..d9d24100db 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt >@@ -138,7 +138,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1d ) %] \ > <option value="d" selected="selected">' + > _("d- Atlas") + >@@ -246,7 +246,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -264,7 +264,7 @@ > _("03 Color") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- One color") + >@@ -300,7 +300,7 @@ > _("04 Physical medium") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- Paper") + >@@ -516,7 +516,7 @@ > _("05 Type of reproduction") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5f ) %] \ > <option value="f" selected="selected">' + > _("f- Facsimile") + >@@ -570,7 +570,7 @@ > _("06 Production/reproduction details") + > '</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6a ) %] \ > <option value="a" selected="selected">' + > _("a- Photocopy, blueline print") + >@@ -642,7 +642,7 @@ > _("07 Positive/negative aspect") + > '</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7a ) %] \ > <option value="a" selected="selected">' + > _("a- Positive") + >@@ -708,7 +708,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">' + > _("a- Tape cartridge") + >@@ -861,7 +861,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select id="f2" name="f2" size="1"> \ >+ <select id="f2" name="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -879,7 +879,7 @@ > _("03 Color") + > '</label></td> \ > <td> \ >- <select id="f3" name="f3" size="1"> \ >+ <select id="f3" name="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- One color") + >@@ -969,7 +969,7 @@ > _("04 Dimensions") + > '</label></td> \ > <td> \ >- <select id="f4" name="f4" size="1"> \ >+ <select id="f4" name="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- 3 1/2 in.") + >@@ -1077,7 +1077,7 @@ > _("05 Sound") + > '</label></td> \ > <td> \ >- <select id="f5" name="f5" size="1"> \ >+ <select id="f5" name="f5"> \ > [% IF ( f5exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No sound (silent)") + >@@ -1174,7 +1174,7 @@ > _("09 File Formats") + > '</label></td> \ > <td> \ >- <select id="f7" name="f7" size="1"> \ >+ <select id="f7" name="f7"> \ > [% IF ( f7a ) %] \ > <option value="a" selected="selected">' + > _("a- One file format") + >@@ -1219,7 +1219,7 @@ > _("10 Quality assurance target(s)") + > '</label></td> \ > <td> \ >- <select id="f8" name="f8" size="1"> \ >+ <select id="f8" name="f8"> \ > [% IF ( f8a ) %] \ > <option value="a" selected="selected">' + > _("a- Absent") + >@@ -1273,7 +1273,7 @@ > _("11 Antecedent/Source") + > '</label></td> \ > <td> \ >- <select id="f9" name="f9" size="1"> \ >+ <select id="f9" name="f9"> \ > [% IF ( f9a ) %] \ > <option value="a" selected="selected">' + > _("a- File reproduced from original") + >@@ -1354,7 +1354,7 @@ > _("12 Level of compression") + > '</label></td> \ > <td> \ >- <select id="f10" name="f10" size="1"> \ >+ <select id="f10" name="f10"> \ > [% IF ( f10a ) %] \ > <option value="a" selected="selected">' + > _("a- Uncompressed") + >@@ -1417,7 +1417,7 @@ > _("13 Reformatting Quality") + > '</label></td> \ > <td> \ >- <select id="f11" name="f11" size="1"> \ >+ <select id="f11" name="f11"> \ > [% IF ( f11a ) %] \ > <option value="a" selected="selected">' + > _("a- Access") + >@@ -1492,7 +1492,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">' + > _("a- Celestial globe") + >@@ -1564,7 +1564,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -1582,7 +1582,7 @@ > _("03 Color") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- One color") + >@@ -1618,7 +1618,7 @@ > _("04 Physical Medium") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- Paper") + >@@ -1771,7 +1771,7 @@ > _("05 Type of Reproduction") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5f ) %] \ > <option value="f" selected="selected">' + > _("f- Facsimile") + >@@ -1837,7 +1837,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">' + > _("a- Moon") + >@@ -1909,7 +1909,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -1927,7 +1927,7 @@ > _("03 Class of braille writing") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No specified class of braille writing") + >@@ -2034,7 +2034,7 @@ > _("04 Class of braille writing (2nd option)") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No specified class of braille writing") + >@@ -2142,7 +2142,7 @@ > _("05 Level of contraction") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5a ) %] \ > <option value="a" selected="selected">' + > _("a- Uncontracted") + >@@ -2214,7 +2214,7 @@ > _("06 Braille music format") + > '</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No specified braille music format") + >@@ -2375,7 +2375,7 @@ > _("07 Braille music format (2nd option)") + > '</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No specified braille music format") + >@@ -2536,7 +2536,7 @@ > _("08 Braille music format (3rd option)") + > '</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No specified braille music format") + >@@ -2698,7 +2698,7 @@ > _("09 Special physical characteristics") + > '</label></td> \ > <td> \ >- <select name="f9" id="f9" size="1"> \ >+ <select name="f9" id="f9"> \ > [% IF ( f9a ) %] \ > <option value="a" selected="selected">' + > _("a- Print/braille") + >@@ -2773,7 +2773,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1c ) %] \ > <option value="c" selected="selected">' + > _("c- Filmstrip cartridge") + >@@ -2864,7 +2864,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -2882,7 +2882,7 @@ > _("03 Color") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- One color") + >@@ -2972,7 +2972,7 @@ > _("04 Base of emulsion") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4d ) %] \ > <option value="d" selected="selected">' + > _("d- Glass") + >@@ -3062,7 +3062,7 @@ > _("05 Sound on medium or separate") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No sound (silent)") + >@@ -3116,7 +3116,7 @@ > _("06 Medium for sound") + > '</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No sound (silent)") + >@@ -3242,7 +3242,7 @@ > _("07 Dimensions") + > '</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7a ) %] \ > <option value="a" selected="selected">' + > _("a- Standard 8mm. film width") + >@@ -3413,7 +3413,7 @@ > _("08 Secondary support material") + > '</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No secondary support") + >@@ -3533,7 +3533,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">' + > _("a- Aperture card") + >@@ -3650,7 +3650,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -3668,7 +3668,7 @@ > _("03 Positive/negative aspect") + > '</label></td> \ > <td> \ >- <select id="f3" name="f3" size="1"> \ >+ <select id="f3" name="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- Positive") + >@@ -3722,7 +3722,7 @@ > _("04 Dimensions") + > '</label></td> \ > <td> \ >- <select id="f4" name="f4" size="1"> \ >+ <select id="f4" name="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- 8 mm. microfilm") + >@@ -3839,7 +3839,7 @@ > _("05 Reduction ratio range") + > '</label></td> \ > <td> \ >- <select id="f5" name="f5" size="1"> \ >+ <select id="f5" name="f5"> \ > [% IF ( f5a ) %] \ > <option value="a" selected="selected">' + > _("a- Low reduction ratio") + >@@ -3929,7 +3929,7 @@ > _("09 Color") + > '</label></td> \ > <td> \ >- <select id="f7" name="f7" size="1"> \ >+ <select id="f7" name="f7"> \ > [% IF ( f7b ) %] \ > <option value="b" selected="selected">' + > _("b- Black-and-white") + >@@ -3992,7 +3992,7 @@ > _("10 Emulsion on film") + > '</label></td> \ > <td> \ >- <select id="f8" name="f8" size="1"> \ >+ <select id="f8" name="f8"> \ > [% IF ( f8a ) %] \ > <option value="a" selected="selected">' + > _("a- Silver halide") + >@@ -4073,7 +4073,7 @@ > _("11 Generation") + > '</label></td> \ > <td> \ >- <select id="f9" name="f9" size="1"> \ >+ <select id="f9" name="f9"> \ > [% IF ( f9a ) %] \ > <option value="a" selected="selected">' + > _("a- First generation (master)") + >@@ -4136,7 +4136,7 @@ > _("12 Base of film") + > '</label></td> \ > <td> \ >- <select id="f10" name="f10" size="1"> \ >+ <select id="f10" name="f10"> \ > [% IF ( f10a ) %] \ > <option value="a" selected="selected">' + > _("a- Safety base, undetermined") + >@@ -4265,7 +4265,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">' + > _("a- Activity card") + >@@ -4463,7 +4463,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -4481,7 +4481,7 @@ > _("03 Color") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- One color") + >@@ -4562,7 +4562,7 @@ > _("04 Primary support material") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- Canvas") + >@@ -4778,7 +4778,7 @@ > _("05 Secondary support material") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No attempt to code") + >@@ -5015,7 +5015,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1c ) %] \ > <option value="c" selected="selected">' + > _("c- Film cartridge") + >@@ -5087,7 +5087,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -5105,7 +5105,7 @@ > _("03 Color") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3b ) %] \ > <option value="b" selected="selected">' + > _("b- Black-and-white") + >@@ -5186,7 +5186,7 @@ > _("04 Motion picture presentation format") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- Standard sound aperture (reduced frame)") + >@@ -5276,7 +5276,7 @@ > _("05 Sound on medium or separate") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No sound (silent)") + >@@ -5330,7 +5330,7 @@ > _("06 Medium for sound") + > '</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No sound (silent)") + >@@ -5456,7 +5456,7 @@ > _("07 Dimensions") + > '</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7a ) %] \ > <option value="a" selected="selected">' + > _("a- Standard 8mm.") + >@@ -5555,7 +5555,7 @@ > _("08 Configuration of playback channels") + > '</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8k ) %] \ > <option value="k" selected="selected">' + > _("k- Mixed") + >@@ -5636,7 +5636,7 @@ > _("09 Production elements") + > '</label></td> \ > <td> \ >- <select name="f9" id="f9" size="1"> \ >+ <select name="f9" id="f9"> \ > [% IF ( f9a ) %] \ > <option value="a" selected="selected">' + > _("a- Workprint") + >@@ -5735,7 +5735,7 @@ > _("10 Positive/negative aspect") + > '</label></td> \ > <td> \ >- <select name="f10" id="f10" size="1"> \ >+ <select name="f10" id="f10"> \ > [% IF ( f10a ) %] \ > <option value="a" selected="selected">' + > _("a- Positive") + >@@ -5798,7 +5798,7 @@ > _("11 Generation") + > '</label></td> \ > <td> \ >- <select name="f11" id="f11" size="1"> \ >+ <select name="f11" id="f11"> \ > [% IF ( f11d ) %] \ > <option value="d" selected="selected">' + > _("d- Duplicate") + >@@ -5870,7 +5870,7 @@ > _("12 Base of film") + > '</label></td> \ > <td> \ >- <select id="f12" name="f12" size="1"> \ >+ <select id="f12" name="f12"> \ > [% IF ( f12a ) %] \ > <option value="a" selected="selected">' + > _("a- Safety base, undetermined") + >@@ -5987,7 +5987,7 @@ > _("13 Refined categories of color") + > '</label></td> \ > <td> \ >- <select id="f13" name="f13" size="1"> \ >+ <select id="f13" name="f13"> \ > [% IF ( f13a ) %] \ > <option value="a" selected="selected">' + > _("a- 3 layer color") + >@@ -6203,7 +6203,7 @@ > _("14 Kind of color stock or print") + > '</label></td> \ > <td> \ >- <select name="f14" id="f14" size="1"> \ >+ <select name="f14" id="f14"> \ > [% IF ( f14a ) %] \ > <option value="a" selected="selected">' + > _("a- Imbibition dye transfer prints") + >@@ -6283,7 +6283,7 @@ > _("15 Deterioration stage") + > '</label></td> \ > <td> \ >- <select name="f15" id="f15" size="1"> \ >+ <select name="f15" id="f15"> \ > [% IF ( f15a ) %] \ > <option value="a" selected="selected">' + > _("a- None apparent") + >@@ -6399,7 +6399,7 @@ > _("16 Completeness") + > '</label></td> \ > <td> \ >- <select name="f16" id="f16" size="1"> \ >+ <select name="f16" id="f16"> \ > [% IF ( f16c ) %] \ > <option value="c" selected="selected">' + > _("c- Complete") + >@@ -6476,7 +6476,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1u ) %] \ > <option value="u" selected="selected">' + > _("u- Unspecified") + >@@ -6515,7 +6515,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1u ) %] \ > <option value="u" selected="selected">' + > _("u- Unspecified") + >@@ -6554,7 +6554,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1u ) %] \ > <option value="u" selected="selected">' + > _("u- Unspecified") + >@@ -6581,7 +6581,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -6599,7 +6599,7 @@ > _("03 Altitude of sensor") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- Surface") + >@@ -6671,7 +6671,7 @@ > _("04 Attitude of sensor") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- Low oblique") + >@@ -6734,7 +6734,7 @@ > _("05 Cloud cover") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5a ) %] \ > <option value="0" selected="selected">' + > _("0- 0-9%") + >@@ -6860,7 +6860,7 @@ > _("06 Platform construction type") + > '</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6a ) %] \ > <option value="a" selected="selected">' + > _("a- Balloon") + >@@ -6986,7 +6986,7 @@ > _("07 Platform use category") + > '</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7a ) %] \ > <option value="a" selected="selected">' + > _("a- Meteorological") + >@@ -7067,7 +7067,7 @@ > _("08 Sensor type") + > '</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8a ) %] \ > <option value="a" selected="selected">' + > _("a- Active") + >@@ -7121,7 +7121,7 @@ > _("09-10 Data type") + > '</label></td> \ > <td> \ >- <select name="f9" id="f9" size="1"> \ >+ <select name="f9" id="f9"> \ > [% IF ( f9a ) %] \ > <option value="aa" selected="selected">' + > _("aa- Visible light") + >@@ -7520,7 +7520,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1d ) %] \ > <option value="d" selected="selected">' + > _("d- Sound disc") + >@@ -7637,7 +7637,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -7655,7 +7655,7 @@ > _("03 Speed") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- 16 rpm (discs)") + >@@ -7826,7 +7826,7 @@ > _("04 Configuration of playback channels") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4m ) %] \ > <option value="m" selected="selected">' + > _("m- Monaural") + >@@ -7889,7 +7889,7 @@ > _("05 Groove width/groove pitch") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5m ) %] \ > <option value="m" selected="selected">' + > _("m- Microgroove/fine") + >@@ -7952,7 +7952,7 @@ > _("06 Dimensions") + > '</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6a ) %] \ > <option value="a" selected="selected">' + > _("a- 3 in. diameter") + >@@ -8087,7 +8087,7 @@ > _("07 Tape width") + > '</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7l ) %] \ > <option value="l" selected="selected">' + > _("l- 1/8 in.") + >@@ -8168,7 +8168,7 @@ > _("08 Tape Configuration") + > '</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8a ) %] \ > <option value="a" selected="selected">' + > _("a- Full (1) track") + >@@ -8267,7 +8267,7 @@ > _("09 Kind of disc, cylinder or tape") + > '</label></td> \ > <td> \ >- <select name="f9" id="f9" size="1"> \ >+ <select name="f9" id="f9"> \ > [% IF ( f9a ) %] \ > <option value="a" selected="selected">' + > _("a- Master tape") + >@@ -8384,7 +8384,7 @@ > _("10 Kind of material") + > '</label></td> \ > <td> \ >- <select name="f10" id="f10" size="1"> \ >+ <select name="f10" id="f10"> \ > [% IF ( f10a ) %] \ > <option value="a" selected="selected">' + > _("a- Lacquer coating") + >@@ -8528,7 +8528,7 @@ > _("11 Kind of cutting") + > '</label></td> \ > <td> \ >- <select name="f11" id="f11" size="1"> \ >+ <select name="f11" id="f11"> \ > [% IF ( f11h ) %] \ > <option value="h" selected="selected">' + > _("h- Hill-and-dale cutting") + >@@ -8582,7 +8582,7 @@ > _("12 Special playback characteristics") + > '</label></td> \ > <td> \ >- <select name="f12" id="f12" size="1"> \ >+ <select name="f12" id="f12"> \ > [% IF ( f12a ) %] \ > <option value="a" selected="selected">' + > _("a- NAB standard") + >@@ -8699,7 +8699,7 @@ > _("13 Capture and storage technique") + > '</label></td> \ > <td> \ >- <select name="f13" id="f13" size="1"> \ >+ <select name="f13" id="f13"> \ > [% IF ( f13a ) %] \ > <option value="a" selected="selected">' + > _("a- Acoustical capture, direct storage") + >@@ -8783,7 +8783,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">' + > _("a- Regular print") + >@@ -8867,7 +8867,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1c ) %] \ > <option value="c" selected="selected">' + > _("c- Videocartridge") + >@@ -8939,7 +8939,7 @@ > _("02 Undefined") + > '</label></td> \ > <td> \ >- <select name="f2" id="f2" size="1"> \ >+ <select name="f2" id="f2"> \ > [% IF ( f2exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- Undefined") + >@@ -8957,7 +8957,7 @@ > _("03 Color") + > '</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">' + > _("a- One color") + >@@ -9038,7 +9038,7 @@ > _("04 Videorecording format") + > '</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">' + > _("a- Beta (1/2 in., videocassette)") + >@@ -9227,7 +9227,7 @@ > _("05 Sound on medium or separate") + > '</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No sound (silent)") + >@@ -9281,7 +9281,7 @@ > _("06 Medium for sound") + > '</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6exclamation ) %] \ > <option value=" " selected="selected">' + > _("#- No sound (silent)") + >@@ -9407,7 +9407,7 @@ > _("07 Dimensions") + > '</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7a ) %] \ > <option value="a" selected="selected">' + > _("a- 8 mm.") + >@@ -9497,7 +9497,7 @@ > _("08 Configuration of playback channels") + > '</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8k ) %] \ > <option value="k" selected="selected">' + > _("k- Mixed") + >@@ -9590,7 +9590,7 @@ > _("01 Specific material designation") + > '</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1m ) %] \ > <option value="m" selected="selected">' + > _("m- Multiple physical forms") + >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt >index 684be12d64..563095d070 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_authorities.tt >@@ -17,7 +17,7 @@ > <tr> > <td><label for="f6">06- Direct or indirect geographic subdivision</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6 ) %] > <option value=" " selected="selected">#- Not subdivided geographically</option> > [% ELSE %] >@@ -50,7 +50,7 @@ > <tr> > <td><label for="f7">07- Romanization scheme</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7a ) %] > <option value="a" selected="selected">a- International standard</option> > [% ELSE %] >@@ -102,7 +102,7 @@ > <tr> > <td><label for="f8">08- Language of catalog</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8 ) %] > <option value=" " selected="selected">#- No information provided</option> > [% ELSE %] >@@ -134,7 +134,7 @@ > <tr> > <td><label for="f9">09- Kind of record</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9a ) %] > <option value="a" selected="selected">a- Established heading</option> > [% ELSE %] >@@ -176,7 +176,7 @@ > <tr> > <td><label for="f10">10- Descriptive cataloging rules</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > [% IF ( f10a ) %] > <option value="a" selected="selected">a- Earlier rules</option> > [% ELSE %] >@@ -218,7 +218,7 @@ > <tr> > <td><label for="f11">11- Subject heading system/thesaurus</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > [% IF ( f11a ) %] > <option value="a" selected="selected">a- Library of Congress subject headings</option> > [% ELSE %] >@@ -280,7 +280,7 @@ > <tr> > <td><label for="f12">12- Type of series</label></td> > <td> >- <select name="f12" id="f12" size="1"> >+ <select name="f12" id="f12"> > [% IF ( f12a ) %] > <option value="a" selected="selected">a- Monographic series</option> > [% ELSE %] >@@ -317,7 +317,7 @@ > <tr> > <td><label for="f13">13- Numbered or unnumbered series</label></td> > <td> >- <select name="f13" id="f13" size="1"> >+ <select name="f13" id="f13"> > [% IF ( f13a ) %] > <option value="a" selected="selected">a- Numbered</option> > [% ELSE %] >@@ -349,7 +349,7 @@ > <tr> > <td><label for="f14">14- Heading use--main or added entry</label></td> > <td> >- <select name="f14" id="f14" size="1"> >+ <select name="f14" id="f14"> > [% IF ( f14a ) %] > <option value="a" selected="selected">a- Appropriate</option> > [% ELSE %] >@@ -371,7 +371,7 @@ > <tr> > <td><label for="f15">15- Heading use--subject added entry</label></td> > <td> >- <select name="f15" id="f15" size="1"> >+ <select name="f15" id="f15"> > [% IF ( f15a ) %] > <option value="a" selected="selected">a- Appropriate</option> > [% ELSE %] >@@ -393,7 +393,7 @@ > <tr> > <td><label for="f16">16- Heading use--series added entry</label></td> > <td> >- <select name="f16" id="f16" size="1"> >+ <select name="f16" id="f16"> > [% IF ( f16a ) %] > <option value="a" selected="selected">a- Appropriate</option> > [% ELSE %] >@@ -415,7 +415,7 @@ > <tr> > <td><label for="f17">17- Type of subject subdivision</label></td> > <td> >- <select name="f17" id="f17" size="1"> >+ <select name="f17" id="f17"> > [% IF ( f17a ) %] > <option value="a" selected="selected">a- Topical</option> > [% ELSE %] >@@ -463,7 +463,7 @@ > <tr> > <td><label for="f28">28- Type of government agency</label></td> > <td> >- <select name="f28" id="f28" size="1"> >+ <select name="f28" id="f28"> > [% IF ( f28 ) %] > <option value=" " selected="selected">#- Not a government agency</option> > [% ELSE %] >@@ -530,7 +530,7 @@ > <tr> > <td><label for="f29">29- Reference evaluation</label></td> > <td> >- <select name="f29" id="f29" size="1"> >+ <select name="f29" id="f29"> > [% IF ( f29a ) %] > <option value="a" selected="selected">a- Tracings are consistent with the heading</option> > [% ELSE %] >@@ -563,7 +563,7 @@ > <tr> > <td><label for="f31">31- Record update in process</label></td> > <td> >- <select name="f31" id="f31" size="1"> >+ <select name="f31" id="f31"> > [% IF ( f31a ) %] > <option value="a" selected="selected">a- Record can be used</option> > [% ELSE %] >@@ -585,7 +585,7 @@ > <tr> > <td><label for="f32">32- Undifferentiated personal name</label></td> > <td> >- <select name="f32" id="f32" size="1"> >+ <select name="f32" id="f32"> > [% IF ( f32a ) %] > <option value="a" selected="selected">a- Differentiated personal name</option> > [% ELSE %] >@@ -612,7 +612,7 @@ > <tr> > <td><label for="f33">33- Level of establishment</label></td> > <td> >- <select name="f33" id="f33" size="1"> >+ <select name="f33" id="f33"> > [% IF ( f33a ) %] > <option value="a" selected="selected">a- Fully established</option> > [% ELSE %] >@@ -655,7 +655,7 @@ > <tr> > <td><label for="f38">38- Modified record</label></td> > <td> >- <select name="f38" id="f38" size="1"> >+ <select name="f38" id="f38"> > [% IF ( f38 ) %] > <option value=" " selected="selected">#- Not modified</option> > [% ELSE %] >@@ -682,7 +682,7 @@ > <tr> > <td><label for="f39">39- Cataloging source</label></td> > <td> >- <select name="f39" id="f39" size="1"> >+ <select name="f39" id="f39"> > [% IF ( f39 ) %] > <option value=" " selected="selected">#- National bibliographic agency</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt >index d567ca2b34..8ef390371a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008_classifications.tt >@@ -17,7 +17,7 @@ > <tr> > <td><label for="f6">06- Kind of record</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6a ) %] > <option value="a" selected="selected">a- Schedule record</option> > [% ELSE %] >@@ -39,7 +39,7 @@ > <tr> > <td><label for="f7">07- Type of number</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7a ) %] > <option value="a" selected="selected">a- Single number</option> > [% ELSE %] >@@ -66,7 +66,7 @@ > <tr> > <td><label for="f8">08- Classification validity</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8a ) %] > <option value="a" selected="selected">a- Valid</option> > [% ELSE %] >@@ -103,7 +103,7 @@ > <tr> > <td><label for="f9">09- Standard or optional designation</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9a ) %] > <option value="a" selected="selected">a- Standard</option> > [% ELSE %] >@@ -125,7 +125,7 @@ > <tr> > <td><label for="f10">10- Record update in process</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > [% IF ( f10a ) %] > <option value="a" selected="selected">a- Record can be used</option> > [% ELSE %] >@@ -142,7 +142,7 @@ > <tr> > <td><label for="f11">11- Level of establishment</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > [% IF ( f11a ) %] > <option value="a" selected="selected">a- Fully established</option> > [% ELSE %] >@@ -159,7 +159,7 @@ > <tr> > <td><label for="f12">12- Synthesized number indication</label></td> > <td> >- <select name="f12" id="f12" size="1"> >+ <select name="f12" id="f12"> > [% IF ( f12a ) %] > <option value="a" selected="selected">a- Not synthesized</option> > [% ELSE %] >@@ -181,7 +181,7 @@ > <tr> > <td><label for="f13">13- Display controller</label></td> > <td> >- <select name="f13" id="f13" size="1"> >+ <select name="f13" id="f13"> > [% IF ( f13a ) %] > <option value="a" selected="selected">a- Displayed in standard schedules or tables</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >index d5e94afdc9..4ff67fad66 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader.tt >@@ -16,7 +16,7 @@ > <tr> > <td><label for="f5">5- Record status</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5a ) %] > <option value="a" selected="selected">a- Increase in encoding level</option> > [% ELSE %] >@@ -49,7 +49,7 @@ > <tr> > <td><label for="f6">6- Type of record</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6a ) %] > <option value="a" selected="selected">a- Language material</option> > [% ELSE %] >@@ -126,7 +126,7 @@ > <tr> > <td><label for="f7">7- Bibliographic level</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7a ) %] > <option value="a" selected="selected">a- Monographic component part</option> > [% ELSE %] >@@ -169,7 +169,7 @@ > <tr> > <td><label for="f8">8- Type of control</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8 ) %] > <option value=" " selected="selected">No specific type</option> > [% ELSE %] >@@ -195,7 +195,7 @@ > <tr> > <td><label for="f17">17- Encoding level</label></td> > <td> >- <select name="f17" id="f17" size="1"> >+ <select name="f17" id="f17"> > [% IF ( f17 ) %] > <option value=" " selected="selected">full level</option> > [% ELSE %] >@@ -253,7 +253,7 @@ > <tr> > <td><label for="f18">18 - Descriptive cataloging form</label></td> > <td> >- <select name="f18" id="f18" size="1"> >+ <select name="f18" id="f18"> > [% IF ( f18 ) %] > <option value=" " selected="selected">Non-ISBD</option> > [% ELSE %] >@@ -291,7 +291,7 @@ > <tr> > <td><label for="f19">19 - Multipart resource record level</label></td> > <td> >- <select name="f19" id="f19" size="1"> >+ <select name="f19" id="f19"> > [% IF ( f19 ) %] > <option value=" " selected="selected">Not specified or not applicable </option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt >index 4760394e3b..db3af102c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_leader_authorities.tt >@@ -16,7 +16,7 @@ > <tr> > <td><label for="f5">5- Record status</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5a ) %] > <option value="a" selected="selected">a- Increase in encoding level</option> > [% ELSE %] >@@ -71,7 +71,7 @@ > <tr> > <td><label for="f9">9- Encoding</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9 ) %] > <option value=" " selected="selected">MARC-8</option> > [% ELSE %] >@@ -92,7 +92,7 @@ > <tr> > <td><label for="f17">17- Encoding level</label></td> > <td> >- <select name="f17" id="f17" size="1"> >+ <select name="f17" id="f17"> > [% IF ( f17n ) %] > <option value="n" selected="selected">n- Complete authority record</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt >index 1a47c8ade5..01e28b2358 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_007.tt >@@ -109,7 +109,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">a Anamorfisk kart</option> \ > [% ELSE %] \ >@@ -227,7 +227,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f3">03 Farge</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -249,7 +249,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f4">04 Fysisk materiale</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -311,7 +311,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f5">05 Reproduksjonstype</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5f ) %] \ > <option value="f" selected="selected">f Faksimile</option> \ > [% ELSE %] \ >@@ -338,7 +338,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f6">06 Produksjons- / reproduksjonsdetaljer</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6a ) %] \ > <option value="a" selected="selected">a BlÃ¥kopi</option> \ > [% ELSE %] \ >@@ -370,7 +370,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f7">07 Positiv/negativ</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7a ) %] \ > <option value="a" selected="selected">a Positiv</option> \ > [% ELSE %] \ >@@ -405,7 +405,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">a Magnetisk-optisk plate</option> \ > [% ELSE %] \ >@@ -470,7 +470,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1a ) %] \ > <option value="a" selected="selected">a Stjerneglobus</option> \ > [% ELSE %] \ >@@ -503,7 +503,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f3">03 Farge</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3a ) %] \ > <option value="a" selected="selected">a En-farget</option> \ > [% ELSE %] \ >@@ -520,7 +520,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f4">04 Fysisk materiale</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4a ) %] \ > <option value="a" selected="selected">a Papir</option> \ > [% ELSE %] \ >@@ -577,7 +577,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f5">05 Reproduksjonstype</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5f ) %] \ > <option value="f" selected="selected">f Faksimile</option> \ > [% ELSE %] \ >@@ -612,7 +612,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Specific material designation</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -665,7 +665,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f3">03 Farge</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -717,7 +717,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f4">04 Emulsjonsbasis</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -769,7 +769,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f5">05 Lyd pÃ¥ materialet eller separat</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -801,7 +801,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f6">06 Lydmateriale</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -858,7 +858,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f7">07 Formater</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -955,7 +955,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f8">08 Monteringsmateriale</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1025,7 +1025,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select id="f1" name="f1" size="1"> \ >+ <select id="f1" name="f1"> \ > [% IF ( f1 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1073,7 +1073,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f3">03 Positiv/negativ</label></td> \ > <td> \ >- <select id="f3" name="f3" size="1"> \ >+ <select id="f3" name="f3"> \ > [% IF ( f3 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1110,7 +1110,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f4">04 Formater</label></td> \ > <td> \ >- <select id="f4" name="f4" size="1"> \ >+ <select id="f4" name="f4"> \ > [% IF ( f4 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1177,7 +1177,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f5">05 Reduksjonsskala</label></td> \ > <td> \ >- <select id="f5" name="f5" size="1"> \ >+ <select id="f5" name="f5"> \ > [% IF ( f5 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1229,7 +1229,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f7">09 Farge</label></td> \ > <td> \ >- <select id="f7" name="f7" size="1"> \ >+ <select id="f7" name="f7"> \ > [% IF ( f9 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1266,7 +1266,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f8">10 Emulsjon for film</label></td> \ > <td> \ >- <select id="f8" name="f8" size="1"> \ >+ <select id="f8" name="f8"> \ > [% IF ( f10 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1308,7 +1308,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f11">11 Generasjon</label></td> \ > <td> \ >- <select id="f11" name="f11" size="1"> \ >+ <select id="f11" name="f11"> \ > [% IF ( f11 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1345,7 +1345,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f12">12 RÃ¥film</label></td> \ > <td> \ >- <select id="f12" name="f12" size="1"> \ >+ <select id="f12" name="f12"> \ > [% IF ( f12 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1385,7 +1385,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1493,7 +1493,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f3">03 Farge</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1540,7 +1540,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f4">04 Fysisk materiale</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1637,7 +1637,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f5">05 Monteringsmateriale</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1747,7 +1747,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1785,7 +1785,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f3">03 Farge</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1832,7 +1832,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f4">04 Filmens visningsformat </label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1874,7 +1874,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f5">05 Lyd som del av filmen eller separat</label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1906,7 +1906,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f6">06 Lydmateriale</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1963,7 +1963,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f7">07 Formater (bredde)</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2020,7 +2020,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f8">08 Type avspillingskanaler for lyden</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2067,7 +2067,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f9">09 Produksjonselementer</label></td> \ > <td> \ >- <select name="f9" id="f9" size="1"> \ >+ <select name="f9" id="f9"> \ > [% IF ( f9 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2109,7 +2109,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f10">10 Positiv/negativ</label></td> \ > <td> \ >- <select name="f10" id="f10" size="1"> \ >+ <select name="f10" id="f10"> \ > [% IF ( f10 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2146,7 +2146,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f11">11 Kopigenerasjon</label></td> \ > <td> \ >- <select name="f11" id="f11" size="1"> \ >+ <select name="f11" id="f11"> \ > [% IF ( f11 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2188,7 +2188,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f12">12 RÃ¥film</label></td> \ > <td> \ >- <select id="f12" name="f12" size="1"> \ >+ <select id="f12" name="f12"> \ > [% IF ( f12 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2246,7 +2246,7 @@ function RedrawChoices(typ){ > </tr> \ > <td><label for="f15">15 Forfalls-stadium</label></td> \ > <td> \ >- <select name="f15" id="f15" size="1"> \ >+ <select name="f15" id="f15"> \ > [% IF ( f15 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2312,7 +2312,7 @@ function RedrawChoices(typ){ > </tr> \ > <td><label for="f16">16 Fullstendighet</label></td> \ > <td> \ >- <select name="f16" id="f16" size="1"> \ >+ <select name="f16" id="f16"> \ > [% IF ( f16 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2357,7 +2357,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2427,7 +2427,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser</label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2497,7 +2497,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f1">01 Spesielle materialbetegnelser </label></td> \ > <td> \ >- <select name="f1" id="f1" size="1"> \ >+ <select name="f1" id="f1"> \ > [% IF ( f1 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2535,7 +2535,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f3">03 Farge</label></td> \ > <td> \ >- <select name="f3" id="f3" size="1"> \ >+ <select name="f3" id="f3"> \ > [% IF ( f3 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2577,7 +2577,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f4">04 Videoopptak-system</label></td> \ > <td> \ >- <select name="f4" id="f4" size="1"> \ >+ <select name="f4" id="f4"> \ > [% IF ( f4 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2639,7 +2639,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f5">05 Lyd pÃ¥ videoopptaket eller separat </label></td> \ > <td> \ >- <select name="f5" id="f5" size="1"> \ >+ <select name="f5" id="f5"> \ > [% IF ( f5 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2671,7 +2671,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f6">06 Lydbærende materiale</label></td> \ > <td> \ >- <select name="f6" id="f6" size="1"> \ >+ <select name="f6" id="f6"> \ > [% IF ( f6 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2723,7 +2723,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f7">07 Formater (bredde)</label></td> \ > <td> \ >- <select name="f7" id="f7" size="1"> \ >+ <select name="f7" id="f7"> \ > [% IF ( f7 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2770,7 +2770,7 @@ function RedrawChoices(typ){ > <tr> \ > <td><label for="f8">08 Type avspillingskanaler for lyden</label></td> \ > <td> \ >- <select name="f8" id="f8" size="1"> \ >+ <select name="f8" id="f8"> \ > [% IF ( f8 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt >index 8b7ed6a101..5e8b10a3f6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_field_008.tt >@@ -60,7 +60,7 @@ > <!-- 06 Type of date / Publication status --> > <td><label for="f6">06 Dateringskode/Utgivelsesstatus</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6 ) %] > <option value=" " selected="selected">^ Ikke angitt</option> > [% ELSE %] >@@ -154,7 +154,7 @@ > <tr> > <td><label for="f39">39 Katalogiseringskilde</label></td> > <td> >- <select name="f39" id="f39" size="1"> >+ <select name="f39" id="f39"> > [% IF ( f39 ) %] > <option value=" " selected="selected">^ Ikke angitt</option> > [% ELSE %] >@@ -214,7 +214,7 @@ function RedrawChoices(typ){ > divOutput.innerHTML='<table><tr> \ > <td>18 Illustrasjoner</td> \ > <td> \ >- <select name="f18" id="f18" size="1"> \ >+ <select name="f18" id="f18"> \ > [% IF ( f18 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -305,7 +305,7 @@ function RedrawChoices(typ){ > </tr><tr> \ > <td>19 Illustrasjoner</td> \ > <td> \ >- <select name="f19" id="f19" size="1"> \ >+ <select name="f19" id="f19"> \ > [% IF ( f19 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -396,7 +396,7 @@ function RedrawChoices(typ){ > </tr><tr> \ > <td>20 Illustrasjoner</td> \ > <td> \ >- <select name="f20" id="f20" size="1"> \ >+ <select name="f20" id="f20"> \ > [% IF ( f20 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -487,7 +487,7 @@ function RedrawChoices(typ){ > </tr><tr> \ > <td>21 Illustrasjoner</td> \ > <td> \ >- <select name="f21" id="f21" size="1"> \ >+ <select name="f21" id="f21"> \ > [% IF ( f21 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -578,7 +578,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>22 MÃ¥lgruppe / Intelektuelt nivÃ¥</td> \ > <td> \ >- <select name="f22" id="f22" size="1"> \ >+ <select name="f22" id="f22"> \ > [% IF ( f22 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -689,7 +689,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>23 Materialform</td> \ > <td> \ >- <select name="f23" id="f23" size="1"> \ >+ <select name="f23" id="f23"> \ > [% IF ( f23 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -725,7 +725,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>24 Innhold</td> \ > <td> \ >- <select name="f24" id="f24" size="1"> \ >+ <select name="f24" id="f24"> \ > [% IF ( f24 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -831,7 +831,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>25 Innhold</td> \ > <td> \ >- <select name="f25" id="f25" size="1"> \ >+ <select name="f25" id="f25"> \ > [% IF ( f25 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -937,7 +937,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>26 Innhold</td> \ > <td> \ >- <select name="f26" id="f26" size="1"> \ >+ <select name="f26" id="f26"> \ > [% IF ( f26 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1043,7 +1043,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>27 Innhold</td> \ > <td> \ >- <select name="f27" id="f27" size="1"> \ >+ <select name="f27" id="f27"> \ > [% IF ( f27 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1149,7 +1149,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>28 Offentlig publikasjon</td> \ > <td> \ >- <select name="f28" id="f28" size="1"> \ >+ <select name="f28" id="f28"> \ > [% IF ( f28 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1190,7 +1190,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>29 Konferanse</td> \ > <td> \ >- <select name="f29" id="f29" size="1"> \ >+ <select name="f29" id="f29"> \ > [% IF ( f29 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1211,7 +1211,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>30 Festskrift</td> \ > <td> \ >- <select name="f30" id="f30" size="1"> \ >+ <select name="f30" id="f30"> \ > [% IF ( f30 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1242,7 +1242,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>31 Register</td> \ > <td> \ >- <select name="f31" id="f31" size="1"> \ >+ <select name="f31" id="f31"> \ > [% IF ( f31 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1268,7 +1268,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>33 Litterær form / genre</td> \ > <td> \ >- <select name="f33" id="f33" size="1"> \ >+ <select name="f33" id="f33"> \ > [% IF ( f33 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1329,7 +1329,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>34 Biografi</td> \ > <td> \ >- <select name="f34" id="f34" size="1"> \ >+ <select name="f34" id="f34"> \ > [% IF ( f34 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1374,7 +1374,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>18 Periodisitet</td> \ > <td> \ >- <select name="f18" id="f18" size="1"> \ >+ <select name="f18" id="f18"> \ > [% IF ( f18 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1475,7 +1475,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>19 Regularitet</td> \ > <td> \ >- <select name="f19" id="f19" size="1"> \ >+ <select name="f19" id="f19"> \ > [% IF ( f19 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1506,7 +1506,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>20 ISSN-senter</td> \ > <td> \ >- <select name="f20" id="f20" size="1"> \ >+ <select name="f20" id="f20"> \ > [% IF ( f20 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1582,7 +1582,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>21 Type periodikum</td> \ > <td> \ >- <select name="f21" id="f21" size="1"> \ >+ <select name="f21" id="f21"> \ > [% IF ( f21 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1618,7 +1618,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>22 MÃ¥lgruppe / Intellektuelt nivÃ¥</td> \ > <td> \ >- <select name="f22" id="f22" size="1"> \ >+ <select name="f22" id="f22"> \ > [% IF ( f22 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1729,7 +1729,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>23 Materialform</td> \ > <td> \ >- <select name="f23" id="f23" size="1"> \ >+ <select name="f23" id="f23"> \ > [% IF ( f23 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1765,7 +1765,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>24 Innhold</td> \ > <td> \ >- <select name="f24" id="f24" size="1"> \ >+ <select name="f24" id="f24"> \ > [% IF ( f24 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1871,7 +1871,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>25 Innhold</td> \ > <td> \ >- <select name="f25" id="f25" size="1"> \ >+ <select name="f25" id="f25"> \ > [% IF ( f25 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -1977,7 +1977,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>26 Innhold</td> \ > <td> \ >- <select name="f26" id="f26" size="1"> \ >+ <select name="f26" id="f26"> \ > [% IF ( f26 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2083,7 +2083,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>27 Innhold</td> \ > <td> \ >- <select name="f27" id="f27" size="1"> \ >+ <select name="f27" id="f27"> \ > [% IF ( f27 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2189,7 +2189,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>28 Offentlig publikasjon</td> \ > <td> \ >- <select name="f28" id="f28" size="1"> \ >+ <select name="f28" id="f28"> \ > [% IF ( f28 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2230,7 +2230,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>29 Konferanse</td> \ > <td> \ >- <select name="f29" id="f29" size="1"> \ >+ <select name="f29" id="f29"> \ > [% IF ( f29 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2256,7 +2256,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>31 Register</td> \ > <td> \ >- <select name="f31" id="f31" size="1"> \ >+ <select name="f31" id="f31"> \ > [% IF ( f31 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2302,7 +2302,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>33 Tittelens originale alfabet eller skriftsystem</td> \ > <td> \ >- <select name="f33" id="f33" size="1"> \ >+ <select name="f33" id="f33"> \ > [% IF ( f33 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2405,7 +2405,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>22 MÃ¥lgruppe / Intellektuelt nivÃ¥</td> \ > <td> \ >- <select name="f22" id="f22" size="1"> \ >+ <select name="f22" id="f22"> \ > [% IF ( f22 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2488,7 +2488,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>26 Type data</td> \ > <td> \ >- <select name="f26" id="f26" size="1"> \ >+ <select name="f26" id="f26"> \ > [% IF ( f26 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2569,7 +2569,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>28 Offentlig publikasjon</td> \ > <td> \ >- <select name="f28" id="f28" size="1"> \ >+ <select name="f28" id="f28"> \ > [% IF ( f28 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2630,7 +2630,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>20 Format</td> \ > <td> \ >- <select name="f20" id="f20" size="1"> \ >+ <select name="f20" id="f20"> \ > [% IF ( f20 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2691,7 +2691,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>22 MÃ¥lgruppe / Intellektuelt nivÃ¥</td> \ > <td> \ >- <select name="f22" id="f22" size="1"> \ >+ <select name="f22" id="f22"> \ > [% IF ( f22 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2767,7 +2767,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>23 Materialform</td> \ > <td> \ >- <select name="f23" id="f23" size="1"> \ >+ <select name="f23" id="f23"> \ > [% IF ( f23 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2803,7 +2803,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>24 Ledsagende materiale</td> \ > <td> \ >- <select name="f24" id="f24" size="1"> \ >+ <select name="f24" id="f24"> \ > [% IF ( f24 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2884,7 +2884,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>25 Ledsagende materiale</td> \ > <td> \ >- <select name="f25" id="f25" size="1"> \ >+ <select name="f25" id="f25"> \ > [% IF ( f25 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -2965,7 +2965,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>26 Ledsagende materiale</td> \ > <td> \ >- <select name="f26" id="f26" size="1"> \ >+ <select name="f26" id="f26"> \ > [% IF ( f26 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3046,7 +3046,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>27 Ledsagende materiale</td> \ > <td> \ >- <select name="f27" id="f27" size="1"> \ >+ <select name="f27" id="f27"> \ > [% IF ( f27 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3127,7 +3127,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>28 Ledsagende materiale</td> \ > <td> \ >- <select name="f28" id="f28" size="1"> \ >+ <select name="f28" id="f28"> \ > [% IF ( f28 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3208,7 +3208,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>29 Ledsagende materiale</td> \ > <td> \ >- <select name="f29" id="f29" size="1"> \ >+ <select name="f29" id="f29"> \ > [% IF ( f29 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3289,7 +3289,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>30 Innhold pÃ¥ lydopptak</td> \ > <td> \ >- <select name="f30" id="f30" size="1"> \ >+ <select name="f30" id="f30"> \ > [% IF ( f30 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3395,7 +3395,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>31 Innhold pÃ¥ lydopptak</td> \ > <td> \ >- <select name="f31" id="f31" size="1"> \ >+ <select name="f31" id="f31"> \ > [% IF ( f31 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3525,7 +3525,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>22 MÃ¥lgruppe / Intellektuelt nivÃ¥</td> \ > <td> \ >- <select name="f22" id="f22" size="1"> \ >+ <select name="f22" id="f22"> \ > [% IF ( f22 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3586,7 +3586,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>23 Medfølgende materiale</td> \ > <td> \ >- <select name="f23" id="f23" size="1"> \ >+ <select name="f23" id="f23"> \ > [% IF ( f23 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3637,7 +3637,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>24 Medfølgende materiale</td> \ > <td> \ >- <select name="f24" id="f24" size="1"> \ >+ <select name="f24" id="f24"> \ > [% IF ( f24 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3688,7 +3688,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>25 Medfølgende materiale</td> \ > <td> \ >- <select name="f25" id="f25" size="1"> \ >+ <select name="f25" id="f25"> \ > [% IF ( f25 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3739,7 +3739,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>26 Medfølgende materiale</td> \ > <td> \ >- <select name="f26" id="f26" size="1"> \ >+ <select name="f26" id="f26"> \ > [% IF ( f26 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3790,7 +3790,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>27 Medfølgende materiale</td> \ > <td> \ >- <select name="f27" id="f27" size="1"> \ >+ <select name="f27" id="f27"> \ > [% IF ( f27 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3841,7 +3841,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>28 Offentlig publikasjon</td> \ > <td> \ >- <select name="f28" id="f28" size="1"> \ >+ <select name="f28" id="f28"> \ > [% IF ( f28 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3891,7 +3891,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>34 Teknikk</td> \ > <td> \ >- <select name="f34" id="f34" size="1"> \ >+ <select name="f34" id="f34"> \ > [% IF ( f34 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -3931,7 +3931,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>18 Relieff</td> \ > <td> \ >- <select name="f18" id="f18" size="1"> \ >+ <select name="f18" id="f18"> \ > [% IF ( f18 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4002,7 +4002,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>19 Relieff</td> \ > <td> \ >- <select name="f19" id="f19" size="1"> \ >+ <select name="f19" id="f19"> \ > [% IF ( f19 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4073,7 +4073,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>20 Relieff</td> \ > <td> \ >- <select name="f20" id="f20" size="1"> \ >+ <select name="f20" id="f20"> \ > [% IF ( f20 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4144,7 +4144,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>21 Relieff</td> \ > <td> \ >- <select name="f21" id="f21" size="1"> \ >+ <select name="f21" id="f21"> \ > [% IF ( f21 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4215,7 +4215,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>22 Projeksjon</td> \ > <td> \ >- <select name="f22" id="f22" size="1"> \ >+ <select name="f22" id="f22"> \ > [% IF ( f22 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4246,7 +4246,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>23 Projeksjon</td> \ > <td> \ >- <select name="f23" id="f23" size="1"> \ >+ <select name="f23" id="f23"> \ > [% IF ( f23 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4285,7 +4285,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>28 Offentlig publikasjon</td> \ > <td> \ >- <select name="f28" id="f28" size="1"> \ >+ <select name="f28" id="f28"> \ > [% IF ( f28 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4332,7 +4332,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>31 Register</td> \ > <td> \ >- <select name="f31" id="f31" size="1"> \ >+ <select name="f31" id="f31"> \ > [% IF ( f31 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4358,7 +4358,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>33 Spesielle formatkarakteristika</td> \ > <td> \ >- <select name="f33" id="f33" size="1"> \ >+ <select name="f33" id="f33"> \ > [% IF ( f33 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >@@ -4409,7 +4409,7 @@ function RedrawChoices(typ){ > <tr> \ > <td>34 Spesielle formatkarakteristika</td> \ > <td> \ >- <select name="f34" id="f34" size="1"> \ >+ <select name="f34" id="f34"> \ > [% IF ( f34 ) %] \ > <option value=" " selected="selected">^ Ikke angitt</option> \ > [% ELSE %] \ >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt >index 6b5ef74451..d8dde8d7bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/normarc_leader.tt >@@ -14,7 +14,7 @@ > <tr> > <td><label for="f5">05 Postens status</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > > [% IF ( f5c ) %] > <option value="c" selected="selected">c Rettet post</option> >@@ -46,7 +46,7 @@ > <tr> > <td><label for="f6">06 Materialtype</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > > [% IF ( f6a ) %] > <option value="a" selected="selected">a Tekstlig materiale</option> >@@ -120,7 +120,7 @@ > <tr> > <td><label for="f7">07 Bibliografisk kategori</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > > [% IF ( f7a ) %] > <option value="a" selected="selected">a Analytt til ikke-periodisk dokument</option> >@@ -163,7 +163,7 @@ > <tr> > <td><label for="f17">17 BeskrivelsesnivÃ¥</label></td> > <td> >- <select name="f17" id="f17" size="1"> >+ <select name="f17" id="f17"> > [% IF ( f170 ) %] > <option value="0" selected="selected">0 Fullstendig beskrivelse</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt >index 7c9e25c261..93d97fff9c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt >@@ -15,7 +15,7 @@ > <tr> > <td><label for="f2">Type of publication date: Publication dates 1 and 2</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2space ) %] > <option value=" " selected="selected">Non required value</option> > [% ELSE %] >@@ -109,7 +109,7 @@ year</option> > <tr> > <td><label for="f5">Target audience code</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -169,7 +169,7 @@ year</option> > <tr> > <td><label for="f6">Target audience code 2</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > > [% IF ( f6pipe ) %] > <option value="|" selected="selected">|- Filling character</option> >@@ -229,7 +229,7 @@ year</option> > <tr> > <td><label for="f7">Target audience code 3</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -289,7 +289,7 @@ year</option> > <tr> > <td><label for="f8">Government publication</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > > [% IF ( f8u ) %] > <option value="u" selected="selected">u- unknown</option> >@@ -371,7 +371,7 @@ level)</option> > <tr> > <td><label for="f9">Modified record code</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > > [% IF ( f90 ) %] > <option value="0" selected="selected">0- unmodified record</option> >@@ -396,7 +396,7 @@ level)</option> > <tr> > <td><label for="f11">Transliteration code</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > > [% IF ( f11a ) %] > <option value="a" selected="selected">a- ISO transliteration scheme</option> >@@ -425,7 +425,7 @@ level)</option> > <tr> > <td><label for="f12">Character sets (mandatory) 1</label></td> > <td> >- <select name="f12" id="f12" size="1"> >+ <select name="f12" id="f12"> > > [% IF ( f1201 ) %] > <option value="01" selected="selected">01- ISO 646, IRV version (basic Latin set)</option> >@@ -500,7 +500,7 @@ languages and obsolete typography) > <tr> > <td><label for="f13">Character sets (mandatory) 2</label></td> > <td> >- <select name="f13" id="f13" size="1"> >+ <select name="f13" id="f13"> > > [% IF ( f13dblspace ) %] > <option value=" " selected="selected">non required value</option> >@@ -585,7 +585,7 @@ languages and obsolete typography)</option> > <tr> > <td><label for="f15">Script of title</label></td> > <td> >- <select name="f15" id="f15" size="1"> >+ <select name="f15" id="f15"> > [% IF ( f15dblspace ) %] > <option value=" " selected="selected">Non required value</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100_authorities.tt >index 9a1c4c42ce..4ce03dd5dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100_authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100_authorities.tt >@@ -15,7 +15,7 @@ > <tr> > <td><label for="f2">States of authority heading code</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2a ) %] > <option value="a" selected="selected">a - established</option> > [% ELSE %] >@@ -43,7 +43,7 @@ > <tr> > <td><label for="f4">Transliteration code</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > > [% IF ( f4a ) %] > <option value="a" selected="selected">a- ISO transliteration scheme</option> >@@ -72,7 +72,7 @@ > <tr> > <td><label for="f5">Character sets (mandatory) 1</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > > [% IF ( f501 ) %] > <option value="01" selected="selected">01- ISO 646, IRV version (basic Latin set)</option> >@@ -147,7 +147,7 @@ languages and obsolete typography) > <tr> > <td><label for="f6">Character sets (mandatory) 2</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > > [% IF ( f6dblspace ) %] > <option value=" " selected="selected">non required value</option> >@@ -232,7 +232,7 @@ languages and obsolete typography)</option> > <tr> > <td><label for="f8">Script of title</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8dblspace ) %] > <option value=" " selected="selected">Non required value</option> > [% ELSE %] >@@ -333,7 +333,7 @@ languages and obsolete typography)</option> > <tr> > <td><label for="f9">Direction of Script Cataloguing</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f90 ) %] > <option value="0" selected="selected">0 - left to right</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt >index eb6d2f7349..8bd4df3b08 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_105.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Illustration codes 1:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -109,7 +109,7 @@ > </td> > <td><label for="f2">Illustration codes 2:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -206,7 +206,7 @@ > <tr> > <td><label for="f3">Illustration codes 3:</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -302,7 +302,7 @@ > </td> > <td><label for="f4">Illustration codes 4:</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -399,7 +399,7 @@ > </tr> > <tr> <td><label for="f5">Form of contents codes 1:</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -537,7 +537,7 @@ > </td> > <td><label for="f6">Form of contents codes 2:</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -675,7 +675,7 @@ > </td></tr> > <tr> <td><label for="f7">Form of contents codes 3:</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -812,7 +812,7 @@ > </td> > <td><label for="f8">Form of contents codes 4:</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -950,7 +950,7 @@ > <tr> > <td><label for="f9">Conference or meeting code:</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -976,7 +976,7 @@ > > <td><label for="f10">Festschrift indicator:</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > [% IF ( f10pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -1000,7 +1000,7 @@ > <tr> > <td><label for="f11">Index indicator</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > [% IF ( f11pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -1024,7 +1024,7 @@ > <tr> > <td><label for="f12">Literature code</label></td> > <td> >- <select name="f12" id="f12" size="1"> >+ <select name="f12" id="f12"> > [% IF ( f12pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -1094,7 +1094,7 @@ > <tr> > <td><label for="f13">Biography code</label></td> > <td> >- <select name="f13" id="f13" size="1"> >+ <select name="f13" id="f13"> > > [% IF ( f13pipe ) %] > <option value="|" selected="selected">|- Filling character</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt >index 3a05fe6d63..5735662ebf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_106.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Form of item: Coded data: Medium designator (not repeatable)</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1r ) %] > <option value="r" selected="selected">regular print</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt >index a000f06a3f..24b64fa23d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_110.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Type of continuing resource designator</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -46,7 +46,7 @@ > <tr> > <td><label for="f2">Frequency of issue</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -156,7 +156,7 @@ > <tr> > <td><label for="f3">Regularity</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -193,7 +193,7 @@ > <tr> > <td><label for="f4">Type of material code</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -333,7 +333,7 @@ > <tr> > <td><label for="f6">Conference publication indicator</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -356,7 +356,7 @@ > <tr> > <td><label for="f7">Title-page availability code</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -440,7 +440,7 @@ > <tr> > <td><label for="f8">Index availability code</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -570,7 +570,7 @@ > <tr> > <td><label for="f9">Cumulative index availability code</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt >index ecc5dab88d..0bffc2a7b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt >@@ -10,7 +10,7 @@ > <tr> > <td><label for="f1">Type of material</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -48,7 +48,7 @@ > <tr> > <td><label for="f3">Colour indicator</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -95,7 +95,7 @@ > <tr> > <td><label for="f4">Sound indicator</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -134,7 +134,7 @@ > <tr> > <td><label for="f5">Media for sound</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -226,7 +226,7 @@ > <tr> > <td><label for="f6">Width or dimensions</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -365,7 +365,7 @@ > <tr> > <td><label for="f7">Form of release - visual projection, motion picture</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -458,7 +458,7 @@ > <tr> > <td><label for="f8">Technique - videorecording, motion picture</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -512,7 +512,7 @@ > <tr> > <td><label for="f9">Presentation format - motion picture</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -574,7 +574,7 @@ > <tr> > <td><label for="f10">Accompanying material 1</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > [% IF ( f10pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -645,7 +645,7 @@ > <tr> > <td><label for="f11">Accompanying material 2</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > [% IF ( f11pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -715,7 +715,7 @@ > <tr> > <td><label for="f12">Accompanying material 3</label></td> > <td> >- <select name="f12" id="f12" size="1"> >+ <select name="f12" id="f12"> > [% IF ( f12pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -784,7 +784,7 @@ > <tr> > <td><label for="f13">Accompanying material 4</label></td> > <td> >- <select name="f13" id="f13" size="1"> >+ <select name="f13" id="f13"> > [% IF ( f13pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -859,7 +859,7 @@ > > <tr> <td><label for="f14">Form of release - videorecording</label></td> > <td> >- <select name="f14" id="f14" size="1"> >+ <select name="f14" id="f14"> > [% IF ( f14pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -913,7 +913,7 @@ > </tr> > <tr> <td><label for="f15">Presentation format - videorecording</label></td> > <td> >- <select name="f15" id="f15" size="1"> >+ <select name="f15" id="f15"> > [% IF ( f15pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -1011,7 +1011,7 @@ > </tr> > <tr> <td><label for="f16">Base of emulsion material - visual projection</label></td> > <td> >- <select name="f16" id="f16" size="1"> >+ <select name="f16" id="f16"> > [% IF ( f16pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -1069,7 +1069,7 @@ > </tr> > <tr> <td><label for="f17">Secondary support material - visual projection</label></td> > <td> >- <select name="f17" id="f17" size="1"> >+ <select name="f17" id="f17"> > [% IF ( f17pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -1146,7 +1146,7 @@ > </tr> > <tr> <td><label for="f18">Broadcast standard - videorecording</label></td> > <td> >- <select name="f18" id="f18" size="1"> >+ <select name="f18" id="f18"> > [% IF ( f18pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt >index db38f025a9..7aafc95e9b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115b.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Generation</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -64,7 +64,7 @@ > <tr> > <td><label for="f2">Production elements</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -137,7 +137,7 @@ > <tr> > <td><label for="f3">Refined categories of colour for moving pictures</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -283,7 +283,7 @@ > <tr> > <td><label for="f4">Film emulsion (polarity)</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -327,7 +327,7 @@ > <tr> > <td><label for="f5">Film base</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -385,7 +385,7 @@ > <tr> > <td><label for="f6">Kind of sound for moving images</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -449,7 +449,7 @@ > <tr> > <td><label for="f7">Kind of film stock or print</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -510,7 +510,7 @@ > <tr> > <td><label for="f8">Deterioration stage</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -594,7 +594,7 @@ > <tr> > <td><label for="f9">Completeness</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >index 63eb1d113c..81aa05b3ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_116.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Specific material designation</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -89,7 +89,7 @@ > <tr> > <td><label for="f2">Primary support material</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -206,7 +206,7 @@ > <tr> > <td><label for="f3">Secondary support material</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -226,7 +226,7 @@ > <tr> > <td><label for="f4">Colour</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -288,7 +288,7 @@ > <tr> > <td><label for="f5">Techniques (drawings, paintings) 1</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5dblpipe ) %] > <option value="||" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -485,7 +485,7 @@ > <tr> > <td><label for="f6">Techniques (drawings, paintings) 2</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -686,7 +686,7 @@ > <tr> > <td><label for="f7">Techniques (drawings, paintings) 3</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -890,7 +890,7 @@ > <tr> > <td><label for="f8">Technique (prints) 1</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -1083,7 +1083,7 @@ > <tr> > <td><label for="f9">Technique (prints) 2</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -1279,7 +1279,7 @@ > <tr> > <td><label for="f10">Technique (prints) 3</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > [% IF ( f10dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -1473,7 +1473,7 @@ > <tr> > <td><label for="f11">Functional designation</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > [% IF ( f11dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt >index 34bc38caa5..0faf661daa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_117.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Specific material designation</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -221,7 +221,7 @@ > <tr> > <td><label for="f2">Material 1</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -400,7 +400,7 @@ > <tr> > <td><label for="f3">Material 2</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -580,7 +580,7 @@ > <tr> > <td><label for="f4">Material 3</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >@@ -758,7 +758,7 @@ > <tr> > <td><label for="f5">Color</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt >index ab5668a7a0..c6070e51f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_120.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Color indicator</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1a ) %] > <option value="a" selected="selected">one color</option> > [% ELSE %] >@@ -26,7 +26,7 @@ > </td></tr><tr> > <td><label for="f2">Index indicator</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2a ) %] > <option value="a" selected="selected">index or name list on cartographic item itself</option> > [% ELSE %] >@@ -51,7 +51,7 @@ > </td></tr><tr> > <td><label for="f3">Narrative text indicator</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > > [% IF ( f3a ) %] > <option value="a" selected="selected">text on cartographic item itself</option> >@@ -72,7 +72,7 @@ > </td></tr><tr> > <td><label for="f4">Relief codes 1:</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -148,7 +148,7 @@ > </tr><tr> > <td><label for="f5">Relief codes 2:</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -224,7 +224,7 @@ > </tr><tr> > <td><label for="f6">Relief codes 3:</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > > [% IF ( f6space ) %] > <option value=" " selected="selected">non required value</option> >@@ -302,7 +302,7 @@ > </tr><tr> > <td><label for="f7">Relief codes 4:</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -379,7 +379,7 @@ > </tr> > <tr> <td><label for="f8">Map projection</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > > [% IF ( f8aa ) %] > <option value="aa" selected="selected">Aitoff</option> >@@ -653,7 +653,7 @@ > > </td></tr><tr><td><label for="f9">Prime meridian 1:</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9dblspace ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -888,7 +888,7 @@ > > </td></tr><tr> <td><label for="f10">Prime meridian 2:</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > > [% IF ( f10dblspace ) %] > <option value=" " selected="selected">non required value</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt >index 1fab42906c..6d03a3daa9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121a.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Physical dimension</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1a ) %] > <option value="a" selected="selected">2-dimensional</option> >@@ -27,7 +27,7 @@ > </td></tr><tr> > <td><label for="f2">Primary cartographic image 1:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > > [% IF ( f2space ) %] > <option value=" " selected="selected">non required value</option> >@@ -65,7 +65,7 @@ > <tr> > <td><label for="f3">Primary cartographic image 2:</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -101,7 +101,7 @@ > </td></tr><tr> > <td><label for="f4">Physical medium</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4aa ) %] > <option value="aa" selected="selected">paper</option> > [% ELSE %] >@@ -201,7 +201,7 @@ > </td></tr><tr> > <td><label for="f5">Creation technique</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5a ) %] > <option value="a" selected="selected">manuscript</option> > [% ELSE %] >@@ -242,7 +242,7 @@ > </tr><tr> > <td><label for="f6">Form of reproduction</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6a ) %] > <option value="a" selected="selected">by hand</option> > [% ELSE %] >@@ -273,7 +273,7 @@ > </tr><tr> > <td><label for="f7">Geodetic adjustment</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7a ) %] > <option value="a" selected="selected">a- no adjustment</option> > [% ELSE %] >@@ -300,7 +300,7 @@ > <tr> > <td><label for="f8">Physical form of publication</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8a ) %] > <option value="a" selected="selected">single</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt >index ae64ba78c4..a906b26c04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_121b.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Altitude of sensor</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1a ) %] > <option value="a" selected="selected">terrestrial</option> > [% ELSE %] >@@ -31,7 +31,7 @@ > </td></tr><tr> > <td><label for="f2">Attitude of sensor</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > > [% IF ( f2a ) %] > <option value="a" selected="selected">low oblique</option> >@@ -56,7 +56,7 @@ > <tr> > <td><label for="f4">Quality of image</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > > [% IF ( f4a ) %] > <option value="a" selected="selected">poor</option> >@@ -82,7 +82,7 @@ > </td></tr><tr> > <td><label for="f5">Cloud cover</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > > [% IF ( f51 ) %] > <option value="1" selected="selected">1/8</option> >@@ -129,7 +129,7 @@ > > <td><label for="f6">Mean value of ground resolution</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6minus ) %] > <option value="-" selected="selected">less than 1 centimetre</option> > [% ELSE %] >@@ -203,7 +203,7 @@ > [% END %] > </select> > >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > > [% IF ( f7c ) %] > <option value="c" selected="selected">Centimetres</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt >index ed91de6e15..0927db4b68 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_122.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Era identifier</label></td> > <td colspan="7"> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1c ) %] > <option value="c" selected="selected"> date falls before the year 1 in the Gregorian calendar, i.e. B.C.</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt >index 64cbf10a9b..3c5e9da6d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123a.tt >@@ -10,7 +10,7 @@ > <tr> > <td><label for="f1">Type of scale:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1a ) %] > <option value="a" selected="selected">linear scale</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt >index 3676916c4f..30f1b8591a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123d.tt >@@ -10,7 +10,7 @@ > <tr> > <td><label for="f1">Hemisphere:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1w ) %] > <option value="w" selected="selected">west</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt >index 75f9362fd9..bbbb3e6a00 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123e.tt >@@ -10,7 +10,7 @@ > <tr> > <td><label for="f1">Hemisphere:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1w ) %] > <option value="w" selected="selected">west</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt >index 221dcfc877..bfbe541808 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123f.tt >@@ -10,7 +10,7 @@ > <tr> > <td><label for="f1">Hemisphere:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1w ) %] > <option value="w" selected="selected">west</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt >index d174ced566..3405b84e62 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123g.tt >@@ -10,7 +10,7 @@ > <tr> > <td><label for="f1">Hemisphere:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1w ) %] > <option value="w" selected="selected">west</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123i_j.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123i_j.tt >index 2fefef9ed7..9ea34756cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123i_j.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_123i_j.tt >@@ -10,7 +10,7 @@ > <tr> > <td><label for="f1">Hemisphere:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1n ) %] > <option value="+" selected="selected">north</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt >index 78f9a5b99e..c2f389e610 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124a.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Character of image:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1a ) %] > <option value="a" selected="selected">non-photographic image</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt >index ed91164b81..8a49e00ccd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124b.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Form of cartographic item:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1a ) %] > <option value="a" selected="selected">atlas</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt >index 6709bfe05b..e89a0faae7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124c.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1"> Presentation technique for photographic or non-photographic image:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1aa ) %] > <option value="aa" selected="selected">anaglyphic</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt >index 06f0ffb91b..4cb19eed8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124d.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Position of platform for photographic or remote sensing image:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1a ) %] > <option value="a" selected="selected">terrestrial</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt >index fb804737c2..bafa47eea8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124e.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Category of satellite for remote sensing image:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1a ) %] > <option value="a" selected="selected">meteorological</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt >index 0f8f7f2e5c..3935157df6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124f.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Name of satellite for remote sensing image:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1aa ) %] > <option value="aa" selected="selected">Tiros</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt >index 3152a9ef23..a6672bdcd9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_124g.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Recording technique for remote sensing image:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1aa ) %] > <option value="aa" selected="selected">video recording</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt >index 8bdeaff3c6..319376fcec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125a.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Type of score:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1a ) %] > <option value="a" selected="selected">full score, graphic score</option> > [% ELSE %] >@@ -97,7 +97,7 @@ > <tr> > <td><label for="f2">Parts indicator:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > > [% IF ( f2a ) %] > <option value="a" selected="selected">parts exist (vocal and instrumental)</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt >index 528f271bcb..d8854575e0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_125b.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Literary text indicator:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt >index 97dde883b7..efcf944754 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126a.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Form of release:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1a ) %] > <option value="a" selected="selected">disc</option> >@@ -63,7 +63,7 @@ > <tr> > <td><label for="f2">Speed:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2u ) %] > <option value="u" selected="selected">unknown</option> > [% ELSE %] >@@ -164,7 +164,7 @@ > <tr> > <td><label for="f3">Kind of sound:</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3a ) %] > <option value="a" selected="selected">monoaural</option> > [% ELSE %] >@@ -195,7 +195,7 @@ > <tr> > <td><label for="f4">Groove width:</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4a ) %] > <option value="a" selected="selected">coarse/standard</option> > [% ELSE %] >@@ -226,7 +226,7 @@ > <tr> > <td><label for="f5">Dimensions (sound recordings):</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5a ) %] > <option value="a" selected="selected">7.62cm or 3 in.</option> > [% ELSE %] >@@ -302,7 +302,7 @@ > <tr> > <td><label for="f6">Tape width:</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > > [% IF ( f6a ) %] > <option value="a" selected="selected">1/4 in.</option> >@@ -354,7 +354,7 @@ > <tr> > <td><label for="f7">Tape configuration:</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > > [% IF ( f7a ) %] > <option value="a" selected="selected">full track</option> >@@ -416,7 +416,7 @@ > <tr> > <td><label for="f8">Accompanying textual material 1:</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -502,7 +502,7 @@ > <tr> > <td><label for="f9">Accompanying textual material 2:</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > > [% IF ( f9space ) %] > <option value=" " selected="selected">non required value</option> >@@ -589,7 +589,7 @@ > <tr> > <td><label for="f10">Accompanying textual material 3:</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > > [% IF ( f10space ) %] > <option value=" " selected="selected">non required value</option> >@@ -676,7 +676,7 @@ > <tr> > <td><label for="f11">Accompanying textual material 4:</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > > [% IF ( f11space ) %] > <option value=" " selected="selected">non required value</option> >@@ -763,7 +763,7 @@ > <tr> > <td><label for="f12">Accompanying textual material 5:</label></td> > <td> >- <select name="f12" id="f12" size="1"> >+ <select name="f12" id="f12"> > [% IF ( f12space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -849,7 +849,7 @@ > <tr> > <td><label for="f13">Accompanying textual material 6:</label></td> > <td> >- <select name="f13" id="f13" size="1"> >+ <select name="f13" id="f13"> > [% IF ( f13space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -936,7 +936,7 @@ > <tr> > <td><label for="f14">Recording technique:</label></td> > <td> >- <select name="f14" id="f14" size="1"> >+ <select name="f14" id="f14"> > [% IF ( f14a ) %] > <option value="a" selected="selected">acoustic</option> > [% ELSE %] >@@ -967,7 +967,7 @@ > <tr> > <td><label for="f15">Special reproduction characteristics:</label></td> > <td> >- <select name="f15" id="f15" size="1"> >+ <select name="f15" id="f15"> > [% IF ( f15a ) %] > <option value="a" selected="selected">NAB standard</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt >index bf84fe9c39..bf53422126 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_126b.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Kind of disc, cylinder or tape:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1a ) %] > <option value="a" selected="selected">instantaneous (unique, cut on the spot)</option> >@@ -68,7 +68,7 @@ > <tr> > <td><label for="f2">Kind of material:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > > [% IF ( f2u ) %] > <option value="u" selected="selected">unknown</option> >@@ -145,7 +145,7 @@ > <tr> > <td><label for="f3">Kind of cutting:</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3a ) %] > <option value="a" selected="selected">lateral or combined cutting</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt >index 43b188fb00..b7d81f417c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128a.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Form of musical work:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1ai ) %] > <option value="ai#" selected="selected">air</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt >index 44a4fa3fba..86074998ca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128b.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Instruments or voices for ensemble:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1dblpipe ) %] > <option value="||" selected="selected">||- Filling characters</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt >index 3e278e3e62..a83d8ddf41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_128c.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Instruments or voices for soloists</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1ba ) %] > <option value="ba" selected="selected">Horn</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt >index 2a97ceab1c..3f52bc62ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_130.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Specific material designation:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1a ) %] > <option value="a" selected="selected">aperture card</option> > [% ELSE %] >@@ -62,7 +62,7 @@ > <tr> > <td><label for="f2">Polarity:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > > [% IF ( f2a ) %] > <option value="a" selected="selected">positive</option> >@@ -89,7 +89,7 @@ > <tr> > <td><label for="f3">Dimensions:</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > > [% IF ( f3space ) %] > <option value=" " selected="selected">non required value</option> >@@ -156,7 +156,7 @@ > <tr> > <td><label for="f4">Reduction ratio:</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > [% IF ( f4a ) %] > <option value="a" selected="selected">low reduction</option> > [% ELSE %] >@@ -203,7 +203,7 @@ value="[% f5 | html %]" /></td> > <tr> > <td><label for="f6">Color:</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6a ) %] > <option value="a" selected="selected">monochrome</option> > [% ELSE %] >@@ -229,7 +229,7 @@ value="[% f5 | html %]" /></td> > <tr> > <td><label for="f7">Emulsion on film:</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7a ) %] > <option value="a" selected="selected">silver halide</option> > [% ELSE %] >@@ -270,7 +270,7 @@ value="[% f5 | html %]" /></td> > <tr> > <td><label for="f8">Generation:</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8a ) %] > <option value="a" selected="selected">first generation (Master)</option> > [% ELSE %] >@@ -301,7 +301,7 @@ value="[% f5 | html %]" /></td> > <tr> > <td><label for="f9">Base of film:</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > [% IF ( f9a ) %] > <option value="a" selected="selected">safety base</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt >index a977225a3c..05f43f316c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Type of electronic resource:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1space ) %] > <option value=" " selected="selected">non required value</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt >index 579b6c6507..59b5475d8a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_140.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Illustration - Book 1:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% IF ( f1space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -106,7 +106,7 @@ > </td> > <td><label for="f2">Illustration - Book 2:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > [% IF ( f2space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -202,7 +202,7 @@ > <tr> > <td><label for="f3">Illustration - Book 3:</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3space ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -297,7 +297,7 @@ > </td> > <td><label for="f4">Illustration - Book 4:</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > > [% IF ( f4space ) %] > <option value=" " selected="selected">non required value</option> >@@ -394,7 +394,7 @@ > <tr> > <td><label for="f5">Illustration - Full page plates 1:</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > > [% IF ( f5space ) %] > <option value=" " selected="selected">non required value</option> >@@ -465,7 +465,7 @@ > </td> > <td><label for="f6">Illustration - Full page plates 2:</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > > [% IF ( f6space ) %] > <option value=" " selected="selected">non required value</option> >@@ -537,7 +537,7 @@ > <tr> > <td><label for="f7">Illustration - Full page plates 3:</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > > [% IF ( f7space ) %] > <option value=" " selected="selected">non required value</option> >@@ -608,7 +608,7 @@ > </td> > <td><label for="f8">Illustration - Full page plates 4:</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > > [% IF ( f8space ) %] > <option value=" " selected="selected">non required value</option> >@@ -679,7 +679,7 @@ > </td></tr> > <tr> <td><label for="f9">Illustration - Technique:</label></td> > <td> >- <select name="f9" id="f9" size="1"> >+ <select name="f9" id="f9"> > > [% IF ( f9space ) %] > <option value=" " selected="selected">non required value</option> >@@ -732,7 +732,7 @@ > <tr> > <td><label for="f10">Form of contents 1:</label></td> > <td> >- <select name="f10" id="f10" size="1"> >+ <select name="f10" id="f10"> > > [% IF ( f10dblspace ) %] > <option value=" " selected="selected">non required value</option> >@@ -888,7 +888,7 @@ > </td> > <td><label for="f11">Form of contents 2:</label></td> > <td> >- <select name="f11" id="f11" size="1"> >+ <select name="f11" id="f11"> > > [% IF ( f11dblspace ) %] > <option value=" " selected="selected">non required value</option> >@@ -1046,7 +1046,7 @@ > <tr> > <td><label for="f12">Form of contents 3:</label></td> > <td> >- <select name="f12" id="f12" size="1"> >+ <select name="f12" id="f12"> > > [% IF ( f12dblspace ) %] > <option value=" " selected="selected">non required value</option> >@@ -1202,7 +1202,7 @@ > </td> > <td><label for="f13">Form of contents 4:</label></td> > <td> >- <select name="f13" id="f13" size="1"> >+ <select name="f13" id="f13"> > > [% IF ( f13dblspace ) %] > <option value=" " selected="selected">non required value</option> >@@ -1358,7 +1358,7 @@ > </td></tr> > <tr> <td><label for="f14">Literature:</label></td> > <td> >- <select name="f14" id="f14" size="1"> >+ <select name="f14" id="f14"> > > [% IF ( f14dblspace ) %] > <option value=" " selected="selected">non required value</option> >@@ -1527,7 +1527,7 @@ > </td> > <td><label for="f15">Biography:</label></td> > <td> >- <select name="f15" id="f15" size="1"> >+ <select name="f15" id="f15"> > > [% IF ( f15space ) %] > <option value=" " selected="selected">non required value</option> >@@ -1570,7 +1570,7 @@ > <tr> > <td><label for="f16">Support material - Book:</label></td> > <td> >- <select name="f16" id="f16" size="1"> >+ <select name="f16" id="f16"> > > [% IF ( f16space ) %] > <option value=" " selected="selected">non required value</option> >@@ -1611,7 +1611,7 @@ > </td> > <td><label for="f17">Support material - Plates:</label></td> > <td> >- <select name="f17" id="f17" size="1"> >+ <select name="f17" id="f17"> > > [% IF ( f17space ) %] > <option value=" " selected="selected">non required value</option> >@@ -1655,7 +1655,7 @@ > <tr> > <td><label for="f18">Watermark:</label></td> > <td> >- <select name="f18" id="f18" size="1"> >+ <select name="f18" id="f18"> > > [% IF ( f180 ) %] > <option value="0" selected="selected">paper does not contain watermark</option> >@@ -1671,7 +1671,7 @@ > </td> > <td><label for="f19">Printer's device:</label></td> > <td> >- <select name="f19" id="f19" size="1"> >+ <select name="f19" id="f19"> > > [% IF ( f190 ) %] > <option value="0" selected="selected">printer's device not present</option> >@@ -1689,7 +1689,7 @@ > <tr> > <td><label for="f20">Publisher's device:</label></td> > <td> >- <select name="f20" id="f20" size="1"> >+ <select name="f20" id="f20"> > > [% IF ( f200 ) %] > <option value="0" selected="selected">publisher's device not present</option> >@@ -1705,7 +1705,7 @@ > </td> > <td><label for="f21">Ornamental device:</label></td> > <td> >- <select name="f21" id="f21" size="1"> >+ <select name="f21" id="f21"> > > [% IF ( f210 ) %] > <option value="0" selected="selected">ornamental device not present</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt >index f418d4d450..f3158f78ec 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_141.tt >@@ -11,7 +11,7 @@ > <tr> > <td><label for="f1">Binding material 1:</label></td> > <td> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > > [% IF ( f1 ) %] > <option value=" " selected="selected">non required value</option> >@@ -67,7 +67,7 @@ > </td></tr> <tr> > <td><label for="f2">Binding material 2:</label></td> > <td> >- <select name="f2" id="f2" size="1"> >+ <select name="f2" id="f2"> > > [% IF ( f2 ) %] > <option value=" " selected="selected">non required value</option> >@@ -124,7 +124,7 @@ > <tr> > <td><label for="f3">Binding material 3:</label></td> > <td> >- <select name="f3" id="f3" size="1"> >+ <select name="f3" id="f3"> > [% IF ( f3 ) %] > <option value=" " selected="selected">non required value</option> > [% ELSE %] >@@ -180,7 +180,7 @@ > <tr> > <td><label for="f4">Types of binding:</label></td> > <td> >- <select name="f4" id="f4" size="1"> >+ <select name="f4" id="f4"> > > [% IF ( f4a ) %] > <option value="a" selected="selected">original, i.e. primary</option> >@@ -226,7 +226,7 @@ > </td></tr> <tr> > <td><label for="f5">Bound with:</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > > [% IF ( f50 ) %] > <option value="0" selected="selected">single item</option> >@@ -242,7 +242,7 @@ > </td></tr><tr> > <td><label for="f6">State of preservation - Binding:</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > > [% IF ( f6a ) %] > <option value="a" selected="selected">excellent</option> >@@ -283,7 +283,7 @@ > </td></tr><tr> > <td><label for="f7">State of preservation - Body of the book 1 :</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > > [% IF ( f7a ) %] > <option value="a" selected="selected">excellent</option> >@@ -324,7 +324,7 @@ > </td></tr><tr> > <td><label for="f8">State of preservation - Body of the book 2 :</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > > [% IF ( f8a ) %] > <option value="a" selected="selected">excellent</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt >index 8d583ac09e..1551ddc009 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_225a.tt >@@ -10,7 +10,7 @@ > <form name="f_pop" onsubmit="report()" action=""> > <h2 class="authority">Collection</h2> > <p><label>Select a collection</label> >- <select name="f1" id="f1" size="1"> >+ <select name="f1" id="f1"> > [% FOREACH value IN collection.values %] > [% IF ( value == collection.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt >index 91eb5ca5b0..34b4003981 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_700-4.tt >@@ -10,7 +10,7 @@ > <form name="f_pop" onsubmit="report()" action=""> > <table> > <tr> >- <td><label for="f1">Code date publication </label></td><td><select name="f1" id="f1" size="1"> >+ <td><label for="f1">Code date publication </label></td><td><select name="f1" id="f1"> > [% IF ( f1_075 ) %] > <option value="075 - postface" selected="selected">postface</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt >index f79d9a152c..7f5794acaa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader.tt >@@ -15,7 +15,7 @@ > <tr> > <td><label for="f5">5- Record status</label></td> > <td> >- <select name="f5" id="f5" size="1"> >+ <select name="f5" id="f5"> > [% IF ( f5pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -53,7 +53,7 @@ > <tr> > <td><label for="f6">6- Type of record</label></td> > <td> >- <select name="f6" id="f6" size="1"> >+ <select name="f6" id="f6"> > [% IF ( f6pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -144,7 +144,7 @@ > <tr> > <td><label for="f7">7- Bibliographic level</label></td> > <td> >- <select name="f7" id="f7" size="1"> >+ <select name="f7" id="f7"> > [% IF ( f7pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -183,7 +183,7 @@ > <tr> > <td><label for="f8">8- Hierarchical level code</label></td> > <td> >- <select name="f8" id="f8" size="1"> >+ <select name="f8" id="f8"> > [% IF ( f8pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -225,7 +225,7 @@ > <tr> > <td><label for="f17">17- Encoding level</label></td> > <td> >- <select name="f17" id="f17" size="1"> >+ <select name="f17" id="f17"> > [% IF ( f17pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >@@ -259,7 +259,7 @@ > <tr> > <td><label for="f18">18- Descriptive cataloging form</label></td> > <td> >- <select name="f18" id="f18" size="1"> >+ <select name="f18" id="f18"> > [% IF ( f18pipe ) %] > <option value="|" selected="selected">|- Filling character</option> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >index d4c90e5700..1accc1c4c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >@@ -145,7 +145,7 @@ > </li> > > <li><label>Patron flags:</label> >- <select name="borflag" size="1" id="borflag"> >+ <select name="borflag" id="borflag"> > <option value="">None</option> > [% IF ( borflag_gonenoaddress ) %]<option value="gonenoaddress" selected="selected">Address in question</option> > [% ELSE %]<option value="gonenoaddress">Address in question</option>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index e63e97e347..b6b508584c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -817,7 +817,7 @@ legend:hover { > [% UNLESS nobranchcode %] > <li> > <label for="libraries" class="required">Library:</label> >- <select name="branchcode" size="1" id="libraries"> >+ <select name="branchcode" id="libraries"> > [% PROCESS options_for_libraries libraries => Branches.all( selected => userbranch, only_from_group => 1 ) %] > </select> > <span class="required">Required</span> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt >index 273aa6cd9d..d8b3f77080 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt >@@ -50,7 +50,7 @@ > > <!--require a foreach loop to get all the values for the library that the user has either imported (in web installer) or created in the first step of this onboarding tool--> > <label for="libraries" class="required"> Library: </label> >- <select name="libraries" size="1" id="libraries"> >+ <select name="libraries" id="libraries"> > [% FOREACH library IN libraries %] > <option value="[% library.branchcode | html %]"> [% library.branchname | html %] </option> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >index 4db99d2c41..63983e34f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >@@ -188,7 +188,7 @@ > <td><input type="radio" name="Line" value="biblioitems.itemtype" /></td> > <td><input type="radio" name="Column" value="biblioitems.itemtype" /></td> > <td> >- <select name="Filter" size="1" id="itemtypes"> >+ <select name="Filter" id="itemtypes"> > <option value="">All item types</option> > [% FOREACH itemtype IN itemtypes %] > <option value="[% itemtype.itemtype | html %]">[% itemtype.translated_description | html %]</option> >@@ -202,7 +202,7 @@ > <td><input type="radio" name="Line" value="aqbudgets.budget_code" /></td> > <td><input type="radio" name="Column" value="aqbudgets.budget_code" /></td> > <td> >- <select name="Filter" size="1" id="budget"> >+ <select name="Filter" id="budget"> > <option value="">All funds</option> > [% FOREACH value IN Budgets.values %] > <option value="[% value | html %]">[% Budgets.labels.$value | html %]</option> >@@ -217,7 +217,7 @@ > <td><input type="radio" name="Line" value="aqorders.sort1" /></td> > <td><input type="radio" name="Column" value="aqorders.sort1" /></td> > <td> >- <select name="Filter" size="1" id="sort1"> >+ <select name="Filter" id="sort1"> > <option value="">All</option> > [% FOREACH value IN Sort1.values %] > <option value="[% value | html %]">[% Sort1.labels.$value | html %]</option> >@@ -232,7 +232,7 @@ > <td><input type="radio" name="Line" value="aqorders.sort2" /></td> > <td><input type="radio" name="Column" value="aqorders.sort2" /></td> > <td> >- <select name="Filter" size="1" id="sort2"> >+ <select name="Filter" id="sort2"> > <option value="">All</option> > [% FOREACH value IN Sort2.values %] > <option value="[% value | html %]">[% Sort2.labels.$value | html %]</option> >@@ -276,10 +276,10 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label> <input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application:</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > <option value="CSV">CSV</option> > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >index 0f20ba3d2a..7d1d669f79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >@@ -160,7 +160,7 @@ > [% END %] > </select> > <label class="inline" for="sep">Delimiter: </label> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIseplist.values.sort() %] > [% IF ( value == CGIseplist.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >index 34a6bd13c0..2046747d71 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >@@ -91,12 +91,12 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application:</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > [% FOREACH value IN CGIextChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >index 17a0ee21b0..1bf8bbd3dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >@@ -80,7 +80,7 @@ > <td><input type="radio" name="Line" value="categorycode" /></td> > <td><input type="radio" checked="checked" name="Column" value="categorycode" /></td> > <td> >- <select name="Filter" size="1" id="catcode"> >+ <select name="Filter" id="catcode"> > <option value=""></option> > [% FOREACH patron_category IN patron_categories %] > <option value="[% patron_category.categorycode | html %]">[% patron_category.description | html %]</option> >@@ -109,7 +109,7 @@ > <td rowspan="2">ZIP/Postal code</td> > <td><input type="radio" name="Line" value="zipcode" /></td> > <td><input type="radio" name="Column" value="zipcode" /></td> >- <td><select name="Filter" size="1" id="zipcode"> >+ <td><select name="Filter" id="zipcode"> > <option value=""> </option> > [% FOREACH ZIP_LOO IN ZIP_LOOP %] > <option value="[% ZIP_LOO.zipcode | html %]">[% ZIP_LOO.zipcode | html %]</option> >@@ -141,7 +141,7 @@ > <td><input type="radio" checked="checked" name="Line" value="branchcode" /></td> > <td><input type="radio" name="Column" value="branchcode" /></td> > <td> >- <select name="Filter" size="1" id="branch"> >+ <select name="Filter" id="branch"> > <option value=""></option> > [% FOREACH l IN Branches.all( unfiltered => 1 ) %] > <option value="[% l.branchcode | html %]">[% l.branchcode | html %] - [% l.branchname || 'UNKNOWN' | html %]</option> >@@ -162,7 +162,7 @@ > <td><input type="radio" name="Line" value="sex" /></td> > <td><input type="radio" name="Column" value="sex" /></td> > <td> >- <select id="sex" size="1" name="Filter"> >+ <select id="sex" name="Filter"> > <option value="" /> > <option value="M">Men</option> > <option value="F">Women</option> >@@ -175,7 +175,7 @@ > <td><input type="radio" name="Line" value="sort1" /></td> > <td><input type="radio" name="Column" value="sort1" /></td> > <td> >- <select id="sort1" size="1" name="Filter"> >+ <select id="sort1" name="Filter"> > <option value=""/> > [% FOREACH SORT1_LOO IN SORT1_LOOP %] > <option value="[% SORT1_LOO.authorized_value | html %]">[% SORT1_LOO.lib | html %]</option> >@@ -192,7 +192,7 @@ > <td><input type="radio" name="Line" value="sort2" /></td> > <td><input type="radio" name="Column" value="sort2" /></td> > <td> >- <select id="sort2" size="1" name="Filter"> >+ <select id="sort2" name="Filter"> > <option value=""/> > [% FOREACH SORT2_LOO IN SORT2_LOOP %] > <option value="[% SORT2_LOO.value | html %]">[% SORT2_LOO.value | html %]</option> >@@ -262,12 +262,12 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application:</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > [% FOREACH value IN CGIextChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >index 6cef6f1438..a2e5eff8a6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >@@ -154,12 +154,12 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application:</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > [% FOREACH value IN CGIextChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >index 17f6b400bf..7f41d31c91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >@@ -276,7 +276,7 @@ > [% END %] > </select> > <!-- <label class="inline" for="sep">Delimiter: </label> --> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index c2c3138d94..4fefcae92a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -831,7 +831,7 @@ > [% ELSE %] > <li> > <label for="sql_params_[% sql_param.labelid | html %]">[% sql_param.entry | html %]:</label> >- <select name="[%- sql_param.input.name | html -%]" tabindex="1" size="1" id="[%- sql_param.input.id | html -%]"> >+ <select name="[%- sql_param.input.name | html -%]" tabindex="1" id="[%- sql_param.input.id | html -%]"> > [% IF (sql_param.include_all) %] > <option value="%">All</option> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >index 6a61633de9..a92d067ad4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >@@ -121,7 +121,7 @@ > <td><input type="radio" checked="checked" name="Line" value="borrowers.categorycode" /></td> > <td><input type="radio" name="Column" value="borrowers.categorycode" /></td> > <td> >- <select name="Filter" size="1" id="borcat"> >+ <select name="Filter" id="borcat"> > <option value=""></option> > [% FOREACH patron_category IN patron_categories %] > <option value="[%- patron_category.categorycode | html -%]">[%- patron_category.description | html -%]</option> >@@ -134,7 +134,7 @@ > <td><input type="radio" name="Line" value="itemtype" /></td> > <td><input type="radio" name="Column" value="itemtype" /></td> > <td> >- <select name="Filter" size="1" id="itemtypes"> >+ <select name="Filter" id="itemtypes"> > <option value=""></option> > [% FOREACH itemtype IN itemtypes %] > <option value="[%- itemtype.itemtype | html -%]">[%- itemtype.translated_description | html -%]</option> >@@ -147,7 +147,7 @@ > <td><input type="radio" name="Line" value="branchcode" /></td> > <td><input type="radio" name="Column" value="branchcode" /></td> > <td> >- <select name="Filter" size="1" id="branch"> >+ <select name="Filter" id="branch"> > <option value=""></option> > [% PROCESS options_for_libraries libraries => Branches.all() %] > </select> >@@ -159,7 +159,7 @@ > <td><input type="radio" name="Line" value="borrowers.sort1" /></td> > <td><input type="radio" name="Column" value="borrowers.sort1" /></td> > <td> >- <select name="Filter" size="1" id="sort1"> >+ <select name="Filter" id="sort1"> > <option value=""></option> > [%- FOREACH value IN Sort1.values %] > <option value="[%- value | html -%]">[%- value | html -%]</option> >@@ -174,7 +174,7 @@ > <td><input type="radio" name="Line" value="borrowers.sort2" /></td> > <td><input type="radio" name="Column" value="borrowers.sort2" /></td> > <td> >- <select name="Filter" size="1" id="sort2"> >+ <select name="Filter" id="sort2"> > <option value=""></option> > [%- FOREACH value IN Sort2.values %] > <option value="[%- value | html -%]">[%- value | html -%]</option> >@@ -197,10 +197,10 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application: </label> >- <select name="MIME" size="1" id="MIME"> >+ <select name="MIME" id="MIME"> > <option value="CSV">CSV</option> > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >index c39a606683..ca79d9f261 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >@@ -339,12 +339,12 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application:</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > [% FOREACH value IN CGIextChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt >index 89f256708b..37f8da2d12 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt >@@ -55,7 +55,7 @@ > <ol> > <li> > <label for="value">Select a library:</label> >- <select name="value" size="1" id="value"> >+ <select name="value" id="value"> > <option value=""></option> > [% PROCESS options_for_libraries libraries => Branches.all() %] > </select> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >index 0ee58a9ee9..02227b7752 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >@@ -260,12 +260,12 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application:</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > [% FOREACH value IN CGIextChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >index 91cb513b34..881bbc874a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >@@ -104,12 +104,12 @@ > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> > <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> > <label class="inline" for="MIME">Into an application:</label> >- <select name="MIME" id="MIME" size="1"> >+ <select name="MIME" id="MIME"> > [% FOREACH value IN CGIextChoice %] > <option value="[% value | html %]">[% value | html %]</option> > [% END %] > </select> >- <select name="sep" id="sep" size="1"> >+ <select name="sep" id="sep"> > [% FOREACH value IN CGIsepChoice.values.sort() %] > [% IF ( value == CGIsepChoice.default ) %] > <option value="[% value | html %]" selected="selected">[% value | html %]</option> >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 5dfff18595..3122d2a1ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -160,7 +160,7 @@ > </li> > <li> > <label for="pickup">Pickup at:</label> >- <select name="pickup" size="1" id="pickup"> >+ <select name="pickup" id="pickup"> > [% PROCESS options_for_libraries libraries => Branches.all({ selected => club.branchcode, search_params => { pickup_location => 1 } }) %] > </select> > </li> >@@ -415,7 +415,7 @@ > </li> > <li> > <label for="pickup">Pickup at:</label> >- <select name="pickup" size="1" id="pickup"> >+ <select name="pickup" id="pickup"> > [% UNLESS ( multi_hold ) %] > [% PROCESS options_for_libraries libraries => Branches.pickup_locations({ search_params => { biblio => biblionumber, patron => patron }, selected => pickup }) %] > [% ELSE %] >@@ -428,7 +428,7 @@ > [% IF Koha.Preference('AllowHoldItemTypeSelection') %] > <li> > <label for="itemtype">Request specific item type:</label> >- <select name="itemtype" size="1" id="itemtype"> >+ <select name="itemtype" id="itemtype"> > <option value="">Any item type</option> > [%- FOREACH itemtype IN available_itemtypes %] > <option value="[% itemtype | html %]">[% ItemTypes.GetDescription( itemtype ) | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >index 989029eeb3..bb16202043 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt >@@ -140,12 +140,12 @@ $(document).ready(function() { > <td> > [% IF ( serialslis.editdisable ) %] > <input type="hidden" name="status" id="status[% serialslis.serialid | html %]" value="[% serialslis.serstatus | html %]"> >- <select name="status" size="1" disabled="disabled"> >+ <select name="status" disabled="disabled"> > [% ELSE %] > [% IF ( serialslis.serialsadditems ) %] >- <select name="status" size="1" id="status[% serialslis.serialid | html %]" onchange="if (this.value==2){unHideItems('items'+[% serialslis.subscriptionid | html %][% serialslis.serialid | html %],'label[% serialslis.subscriptionid | html %][% serialslis.serialid | html %]','[% serialslis.serialid | html %]'); changeDate(this, '[% serialslis.arriveddate | html %]')} else if (this.value==7){changeDate(this, '[% serialslis.arriveddate | html %]')} else { HideItems('items'+[% serialslis.subscriptionid | html %]+[% serialslis.serialid | html %],'label[% serialslis.subscriptionid | html %][% serialslis.serialid | html %]'); changeDate(this, '[% serialslis.planneddate | html %]')}" > >+ <select name="status" id="status[% serialslis.serialid | html %]" onchange="if (this.value==2){unHideItems('items'+[% serialslis.subscriptionid | html %][% serialslis.serialid | html %],'label[% serialslis.subscriptionid | html %][% serialslis.serialid | html %]','[% serialslis.serialid | html %]'); changeDate(this, '[% serialslis.arriveddate | html %]')} else if (this.value==7){changeDate(this, '[% serialslis.arriveddate | html %]')} else { HideItems('items'+[% serialslis.subscriptionid | html %]+[% serialslis.serialid | html %],'label[% serialslis.subscriptionid | html %][% serialslis.serialid | html %]'); changeDate(this, '[% serialslis.planneddate | html %]')}" > > [% ELSE %] >- <select name="status" size="1" id="status[% serialslis.serialid | html %]" onchange="if (this.value==2 || this.value==7){changeDate(this, '[% serialslis.arriveddate | html %]')} else {changeDate(this, '[% serialslis.planneddate | html %]')}" > >+ <select name="status" id="status[% serialslis.serialid | html %]" onchange="if (this.value==2 || this.value==7){changeDate(this, '[% serialslis.arriveddate | html %]')} else {changeDate(this, '[% serialslis.planneddate | html %]')}" > > [% END %] > [% END %] > [% IF ( serialslis.status1 ) %] >@@ -234,7 +234,7 @@ $(document).ready(function() { > <label>[% iteminformatio.subfield | html %] - [% iteminformatio.marc_lib | $raw %]</label> > [% END %] > [% IF ( iteminformatio.marc_value.type == 'select' ) %] >- <select name="field_value" size="1" class="select2"> >+ <select name="field_value" class="select2"> > [% FOREACH value IN iteminformatio.marc_value.values %] > [% IF ( value == iteminformatio.marc_value.default ) %] > <option value="[% value | html %]" selected="selected">[% iteminformatio.marc_value.labels.$value | html %]</option> >@@ -301,7 +301,7 @@ $(document).ready(function() { > <input type="text" name="planneddate" value="[% newserialloo.planneddate | html %]" size="10" maxlength="15" class="datepicker" /> > </td> > <td> >- <select name="status" size="1" id="addstatus[% newserialloo.serialid | html %]" onchange="if (this.value==2){unHideItems('items'+'[% newserialloo.subscriptionid | html %][% newserialloo.serialid | html %]','label[% newserialloo.subscriptionid | html %][% newserialloo.serialid | html %]','[% newserialloo.serialid | html %]'); changeDate(this, '[% newserialloo.arriveddate | html %]')} else if (this.value==7){changeDate(this, '[% newserialloo.arriveddate | html %]')} else { HideItems('items'+'[% newserialloo.subscriptionid | html %]'+[% newserialloo.serialid | html %],'label[% serialslis.subscriptionid | html %][% serialslis.serialid | html %]'); changeDate(this, '[% serialslis.planneddate | html %]')}" > >+ <select name="status" id="addstatus[% newserialloo.serialid | html %]" onchange="if (this.value==2){unHideItems('items'+'[% newserialloo.subscriptionid | html %][% newserialloo.serialid | html %]','label[% newserialloo.subscriptionid | html %][% newserialloo.serialid | html %]','[% newserialloo.serialid | html %]'); changeDate(this, '[% newserialloo.arriveddate | html %]')} else if (this.value==7){changeDate(this, '[% newserialloo.arriveddate | html %]')} else { HideItems('items'+'[% newserialloo.subscriptionid | html %]'+[% newserialloo.serialid | html %],'label[% serialslis.subscriptionid | html %][% serialslis.serialid | html %]'); changeDate(this, '[% serialslis.planneddate | html %]')}" > > > <option value="">----</option> > [% IF ( newserialloo.status1 ) %] >@@ -386,7 +386,7 @@ $(document).ready(function() { > <label>[% iteminformatio.subfield | html %] - [% iteminformatio.marc_lib | $raw %]</label> > [% END %] > [% IF ( iteminformatio.marc_value.type == 'select' ) %] >- <select name="field_value" size="1"> >+ <select name="field_value"> > [% FOREACH value IN iteminformatio.marc_value.values %] > [% IF ( value == iteminformatio.marc_value.default ) %] > <option value="[% value | html %]" selected="selected">[% iteminformatio.marc_value.labels.$value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >index bbeab8ac65..83fb9849dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >@@ -249,7 +249,7 @@ fieldset.rows table { clear: none; margin: 0; } > [% END %] > <li> > <label for="frequency" class="required">Frequency:</label> >- <select name="frequency" size="1" id="frequency" class="required" required="required"> >+ <select name="frequency" id="frequency" class="required" required="required"> > <option value="">-- please choose --</option> > [% FOREACH frequency IN frequencies %] > [% IF (frequency.selected) %] >@@ -306,7 +306,7 @@ fieldset.rows table { clear: none; margin: 0; } > </li> > <li> > <label for="numberpattern" class="required">Numbering pattern:</label> >- <select name="numbering_pattern" size="1" id="numberpattern" class="required" required="required"> >+ <select name="numbering_pattern" id="numberpattern" class="required" required="required"> > <option value="">-- please choose --</option> > [% FOREACH numberpattern IN numberpatterns %] > [% IF (numberpattern.selected) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt >index 4bf90d0ca4..cff769758b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt >@@ -13,7 +13,7 @@ > <label>[% iteminfo.subfield | html %] - [% iteminfo.marc_lib | $raw %]</label> > [% END %] > [% IF ( iteminfo.marc_value.type == 'select' ) %] >- <select name="field_value" size="1"> >+ <select name="field_value"> > [% FOREACH value IN iteminfo.marc_value.values %] > [% IF ( value == iteminfo.marc_value.default ) %] > <option value="[% value | html %]" selected="selected">[% iteminfo.marc_value.labels.$value | html %]</option> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index 42132bfcc9..28c03b66f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -255,7 +255,7 @@ > </label> > > [% IF ( mv.type == 'select' ) -%] >- <select name="[%- mv.name | html -%]" id="[%- mv.id | html -%]" size="1" tabindex="1" class="input_marceditor select2"> >+ <select name="[%- mv.name | html -%]" id="[%- mv.id | html -%]" tabindex="1" class="input_marceditor select2"> > [%- FOREACH aval IN mv.values %] > [% ite.subfield | html %] - > [% IF aval == mv.default %] >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 bae9cd3c95..bc893bed30 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/subtypes_unimarc.inc >@@ -50,7 +50,7 @@ > </p> > <p> > <label>Biography</label> >- <select name="limit" class="subtype" size="1"> >+ <select name="limit" class="subtype"> > <option value="">Any</option> > <option value="Biography-code:y">not a biography</option> > <option value="Biography-code:a">autobiography</option> >@@ -61,7 +61,7 @@ > </p> > <p> > <label>Illustration</label> >- <select name="limit" class="subtype" size="1"> >+ <select name="limit" class="subtype"> > <option value="">Any</option> > <option value="Illustration-Code:a">illustrations</option> > <option value="Illustration-Code:b">maps</option> >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 ec4aaf5b03..42b1e73b73 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt >@@ -297,7 +297,7 @@ > [%- END %] > <li> > <label for="itemtype">Request specific item type:</label> >- <select name="itemtype" size="1" id="itemtype"> >+ <select name="itemtype" id="itemtype"> > <option value="">Any item type</option> > [% FOREACH i IN itemtypes.unique.sort %] > <option value="[% i | html %]">[% ItemTypes.GetDescription( i ) | html %]</option> >-- >2.11.0
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 28066
:
119046
|
119049
|
119139
|
119140