From 6792ddd0e3606704eaa72bda2a39d5686129c70a Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Thu, 2 May 2013 08:13:05 -0300 Subject: [PATCH] Bug 10141: improve editing of MARC21 bib 008/18-21 and 008/24-27 This patch changes the MARC21 008 editing form to create dropdowns for each of the 008/18-21 (Illustrations) and 008/24-27 (Nature of contents) positions. To test: 1) Edit or add a new bibliographic record 2) Click on field 008 value builder, positions 18-21 and 24-27 only show an input text box 3) Apply the patch 4) Reload value_builder page, now each position (18-21,24-27) has its own dropdown. Note that it may be necessary to clear the browser cache for the change to be visible. Similar changes could be made for the 006 value builder. Signed-off-by: David Cook Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton --- .../value_builder/marc21_field_008.xml | 154 +++++++++++++++++- 1 file changed, 152 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.xml b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.xml index 32c5508a4e..bd4d4e79d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.xml +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_008.xml @@ -53,7 +53,64 @@ Two-character alphabetic code Three-character alphabetic code - IllustrationsUp to four (4) one-character alphabetic codes (recorded in alphabetical order) that indicate the presence of types of illustrations in the item. If fewer than four alphabetic codes are assigned, the codes are left justified and unused positions contain blanks (#) + Illustrations - code 1Up to four (4) one-character alphabetic codes (recorded in alphabetical order) that indicate the presence of types of illustrations in the item. If fewer than four alphabetic codes are assigned, the codes are left justified and unused positions contain blanks (#) + No illustrations + Illustrations + Maps + Portraits + Charts + Plans + Plates + Music + Facsimiles + Coats of arms + Genealogical tables + Forms + Samples + Phonodisc, phonowire, etc + Photographs + Illuminations + No attempt to code + + Illustrations - code 2Up to four (4) one-character alphabetic codes (recorded in alphabetical order) that indicate the presence of types of illustrations in the item. If fewer than four alphabetic codes are assigned, the codes are left justified and unused positions contain blanks (#) + No illustrations + Illustrations + Maps + Portraits + Charts + Plans + Plates + Music + Facsimiles + Coats of arms + Genealogical tables + Forms + Samples + Phonodisc, phonowire, etc + Photographs + Illuminations + No attempt to code + + Illustrations - code 3Up to four (4) one-character alphabetic codes (recorded in alphabetical order) that indicate the presence of types of illustrations in the item. If fewer than four alphabetic codes are assigned, the codes are left justified and unused positions contain blanks (#) + No illustrations + Illustrations + Maps + Portraits + Charts + Plans + Plates + Music + Facsimiles + Coats of arms + Genealogical tables + Forms + Samples + Phonodisc, phonowire, etc + Photographs + Illuminations + No attempt to code + + Illustrations - code 4Up to four (4) one-character alphabetic codes (recorded in alphabetical order) that indicate the presence of types of illustrations in the item. If fewer than four alphabetic codes are assigned, the codes are left justified and unused positions contain blanks (#) No illustrations Illustrations Maps @@ -97,7 +154,100 @@ Electronic No attempt to code - Nature of contentsUp to four one-character codes that indicate whether a significant part of the item is or contains certain types of material. If fewer than four codes are assigned, the codes are left justified and unused positions contain blanks (#) + Nature of contents - code 1Up to four one-character codes that indicate whether a significant part of the item is or contains certain types of material. If fewer than four codes are assigned, the codes are left justified and unused positions contain blanks (#) + No specified nature of contents + Offprints + Calendars + Comics/graphic novels + Abstracts/summaries + Bibliographies + Catalogs + Dictionaries + Encyclopedias + Handbooks + Legal articles + Indexes + Patent document + Discographies + Legislation + Theses + Surveys of literature in a subject area + Reviews + Programmed texts + Filmographies + Directories + Statistics + Technical reports + Standars/specifications + Legal cases and case notes + Law reports and digests + Yearbooks + Treaties + No attempt to code + + Nature of contents - code 2Up to four one-character codes that indicate whether a significant part of the item is or contains certain types of material. If fewer than four codes are assigned, the codes are left justified and unused positions contain blanks (#) + No specified nature of contents + Offprints + Calendars + Comics/graphic novels + Abstracts/summaries + Bibliographies + Catalogs + Dictionaries + Encyclopedias + Handbooks + Legal articles + Indexes + Patent document + Discographies + Legislation + Theses + Surveys of literature in a subject area + Reviews + Programmed texts + Filmographies + Directories + Statistics + Technical reports + Standars/specifications + Legal cases and case notes + Law reports and digests + Yearbooks + Treaties + No attempt to code + + Nature of contents - code 3Up to four one-character codes that indicate whether a significant part of the item is or contains certain types of material. If fewer than four codes are assigned, the codes are left justified and unused positions contain blanks (#) + No specified nature of contents + Offprints + Calendars + Comics/graphic novels + Abstracts/summaries + Bibliographies + Catalogs + Dictionaries + Encyclopedias + Handbooks + Legal articles + Indexes + Patent document + Discographies + Legislation + Theses + Surveys of literature in a subject area + Reviews + Programmed texts + Filmographies + Directories + Statistics + Technical reports + Standars/specifications + Legal cases and case notes + Law reports and digests + Yearbooks + Treaties + No attempt to code + + Nature of contents - code 4Up to four one-character codes that indicate whether a significant part of the item is or contains certain types of material. If fewer than four codes are assigned, the codes are left justified and unused positions contain blanks (#) No specified nature of contents Offprints Calendars -- 2.20.1