From 6bc0db4e7c8f3787f2e926e3bb43de8b460dbb3a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 20 Apr 2011 15:49:07 +1200 Subject: [PATCH] Bug 6184 : Plugin for 007 broken Signed-off-by: Chris Cormack --- .../value_builder/marc21_field_007.tt | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 14b466a168..3c7d6562bb 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 @@ -122,7 +122,7 @@ function RedrawChoices(typ){ var divOutput=document.getElementById("choices"); switch(typ){ case "a": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -424,7 +424,7 @@ function RedrawChoices(typ){
00 Category of materiala- Map
'; break; case "c": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -860,7 +860,7 @@ function RedrawChoices(typ){
00 Category of materialc- Electronic Resource
'; break; case "d": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -1038,7 +1038,7 @@ function RedrawChoices(typ){
00 Category of materiald- Globe
'; break; case "f": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -1576,7 +1576,7 @@ function RedrawChoices(typ){
00 Category of materialf- Tactile Material
'; break; case "g": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -2016,7 +2016,7 @@ function RedrawChoices(typ){
00 Category of materialg- Projected graphic
'; break; case "h": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -2432,7 +2432,7 @@ function RedrawChoices(typ){
00 Category of materialh- Microform
'; break; case "k": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -2775,7 +2775,7 @@ function RedrawChoices(typ){
00 Category of materialk- Nonprojected graphic
'; break; case "m": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -3613,7 +3613,7 @@ function RedrawChoices(typ){
00 Category of materialm- Motion Picture
'; break; case "o": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -3638,7 +3638,7 @@ function RedrawChoices(typ){
00 Category of materialo- Kit
'; break; case "q": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -3663,7 +3663,7 @@ function RedrawChoices(typ){
00 Category of materialq- Notated music
'; break; case "r": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -4219,7 +4219,7 @@ function RedrawChoices(typ){
00 Category of materialr- Remote-sensing image
'; break; case "s": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -4933,7 +4933,7 @@ function RedrawChoices(typ){
00 Category of materials- Sound recording
'; break; case "t": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -4983,7 +4983,7 @@ function RedrawChoices(typ){
00 Category of materialt- Text
'; break; case "v": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -5402,7 +5402,7 @@ function RedrawChoices(typ){
00 Category of materialv- Videorecording
'; break; case "z": - divOutput.innerhtml=' \ + divOutput.innerHTML='
\ \ \ \ @@ -5437,7 +5437,7 @@ function RedrawChoices(typ){
00 Category of materialz- Unspecified
'; break; default: - divOutput.innerhtml="baz"; + divOutput.innerHTML="baz"; } } //]]> -- 2.39.2