Bug 29173: (QA follow-up) Match pop-over sizes
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 8 Feb 2023 06:56:20 +0000 (06:56 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 9 Feb 2023 13:21:23 +0000 (10:21 -0300)
As suggested by David Nind, this patch updates the call to z3950 search
on the authority edit page to match the sizing of the one from the
details page.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt

index ebca79d..947821c 100644 (file)
@@ -52,7 +52,7 @@
             var strQuery = GetZ3950Terms();
             var index = "&index=[% index | html %]";
             if(strQuery){
-                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');
+                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');
             }
             return false;
         });