View | Details | Raw Unified | Return to bug 14202
Collapse All | Expand All

(-)a/cataloguing/value_builder/marc21_linking_section.pl (-3 / +2 lines)
Lines 41-47 my $builder = sub { Link Here
41
  <script type='text/javascript'>
41
  <script type='text/javascript'>
42
             function Click$function_name(event) {
42
             function Click$function_name(event) {
43
                       defaultvalue=document.getElementById(event.data.id).value;
43
                       defaultvalue=document.getElementById(event.data.id).value;
44
                 window.open(\"/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=\" + event.data.id + \"&result=\"+defaultvalue,\"marc21_field_7\"+ event.data.id +\"\",'width=900,height=700,toolbar=false,scrollbars=yes');
44
                 window.open(\"/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=marc21_linking_section.pl&index=\" + event.data.id + \"&result=\"+defaultvalue, 'tag_editor', 'width=900,height=700,toolbar=false,scrollbars=yes');
45
45
46
             }
46
             }
47
      </script>
47
      </script>
Lines 315-318 my $launcher = sub { Link Here
315
    output_html_with_http_headers $query, $cookie, $template->output;
315
    output_html_with_http_headers $query, $cookie, $template->output;
316
};
316
};
317
317
318
return { builder => $builder, launcher => $launcher };
318
return { builder => $builder, launcher => $launcher };
319
- 

Return to bug 14202