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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-2 / +1 lines)
Lines 52-58 Link Here
52
            var strQuery = GetZ3950Terms();
52
            var strQuery = GetZ3950Terms();
53
            var index = "&index=[% index | html %]";
53
            var index = "&index=[% index | html %]";
54
            if(strQuery){
54
            if(strQuery){
55
                window.open("/cgi-bin/koha/cataloguing/z3950_auth_search.pl?authid=[% authid | html %]"+strQuery+index,"z3950search",'width=740,height=450,location=yes,toolbar=no,scrollbars=yes,resize=yes');
55
                window.open("/cgi-bin/koha/cataloguing/z3950_auth_search.pl?authid=[% authid | html %]"+strQuery+index,"z3950search",'width=800,height=500,location=yes,toolbar=no,scrollbars=yes,resize=yes');
56
            }
56
            }
57
            return false;
57
            return false;
58
        });
58
        });
59
- 

Return to bug 29173