X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cataloguing%2Fvalue_builder%2Fmarc21_field_245h.pl;h=9ab2ca1bcd18212988b259da637d22e56ebfaa94;hb=ce046f9a732a74a7b6a5ddca228d2579c08d288d;hp=61984564fd670a910b7a7e823eb06b3b91b38c5d;hpb=22eb0cfa1cddf6d1f24cf4715aa91ab346850679;p=koha.git diff --git a/cataloguing/value_builder/marc21_field_245h.pl b/cataloguing/value_builder/marc21_field_245h.pl index 61984564fd..9ab2ca1bcd 100755 --- a/cataloguing/value_builder/marc21_field_245h.pl +++ b/cataloguing/value_builder/marc21_field_245h.pl @@ -22,9 +22,11 @@ use strict; #use warnings; FIXME - Bug 2505 use C4::Context; -=head1 +=head1 FUNCTIONS -plugin_parameters : other parameters added when the plugin is called by the dopop function +=head2 plugin_parameters + +other parameters added when the plugin is called by the dopop function =cut @@ -32,17 +34,17 @@ sub plugin_parameters { return ""; } -=head1 +=head2 plugin_javascript -plugin_javascript : the javascript function called when the user enters the subfield. +Thee javascript function called when the user enters the subfield. contain 3 javascript functions : -* one called when the field is entered (OnFocus). Named FocusXXX -* one called when the field is leaved (onBlur). Named BlurXXX -* one called when the ... link is clicked () named ClicXXX + * one called when the field is entered (OnFocus). Named FocusXXX + * one called when the field is leaved (onBlur). Named BlurXXX + * one called when the ... link is clicked () named ClicXXX returns : -* XXX -* a variable containing the 3 scripts. + * XXX + * a variable containing the 3 scripts. the 3 scripts are inserted after the in the html code =cut @@ -79,9 +81,9 @@ function Clic$function_name(subfield_managed) { return ($function_name,$res); } -=head1 +=head2 plugin -plugin : the true value_builded. The screen that is open in the popup window. +The true value_builded. The screen that is open in the popup window. =cut