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

(-)a/cataloguing/value_builder/marc21_field_008.pl (-2 / +1 lines)
Lines 79-85 function Clic$function_name(i) { Link Here
79
        //Only add the parameter to the URL if there is a value to add
79
        //Only add the parameter to the URL if there is a value to add
80
        leader_parameter = \"&leader=\"+leader_value;
80
        leader_parameter = \"&leader=\"+leader_value;
81
    }
81
    }
82
	newin=window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=marc21_field_008.pl&index=$field_number&result=\"+defaultvalue+leader_parameter,\"tag_editor\",'width=1000,height=600,toolbar=false,scrollbars=yes');
82
    newin=window.open(\"../cataloguing/plugin_launcher.pl?plugin_name=marc21_field_008.pl&index=$field_number&result=\"+defaultvalue+leader_parameter,\"tag_editor\",'width=1000,height=600,toolbar=false,scrollbars=yes');
83
83
84
}
84
}
85
//]]>
85
//]]>
86
- 

Return to bug 9093