From 7a24aac808bb800efdcdbd78784b54d6d58ec7a6 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 22 Oct 2007 19:55:11 -0500 Subject: [PATCH] bib and item editing bugfixes - bugfix: update items.cn_sort upon edit of item - bugfix: make failure of a value_builder plugin non-fatal - bugfix: remove references to non-existent plugins from optional MARC21 frameworks bookseller.pl marc21_callnumber.pl marc21_classcodes.pl marc21_locationqualifier.pl - bugfix: corrected trying to enter 'u*' fields twice in the 'CF' format in the optional MARC21 frameworks; resulted in most of the framework not being loaded Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- cataloguing/addbiblio.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cataloguing/addbiblio.pl b/cataloguing/addbiblio.pl index 58e1c093cc..5a21f11b08 100755 --- a/cataloguing/addbiblio.pl +++ b/cataloguing/addbiblio.pl @@ -362,6 +362,7 @@ sub create_input { maxlength=\"255\" onblur=\"Blur$function_name($index_tag); \" \/> ... + ... $javascript"; } else { warn "Plugin Failed: $plugin"; @@ -374,9 +375,10 @@ sub create_input { tabindex=\"1\" size=\"67\" maxlength=\"255\" - onblur=\"Blur$function_name($index_tag); \" \/> - ... - $javascript"; + class=\"input_marceditor\" + \/> + "; + } # it's an hidden field } elsif ( $tag eq '' ) { -- 2.39.2