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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt (-2 / +1 lines)
Lines 266-272 function addCreateAuthorityButton(tag_subfield_line, heading, tag_index) { Link Here
266
        if(popup !== null) {
266
        if(popup !== null) {
267
            // Create a new form that will be POSTed in the new window
267
            // Create a new form that will be POSTed in the new window
268
            var form = $('<form>').attr({
268
            var form = $('<form>').attr({
269
            method: 'post',
269
            method: 'get',
270
            action: "/cgi-bin/koha/authorities/authorities.pl",
270
            action: "/cgi-bin/koha/authorities/authorities.pl",
271
            target: "new_auth_popup"
271
            target: "new_auth_popup"
272
            });
272
            });
273
- 

Return to bug 37342