From 49156ef42387bb9c6f8aecefd32079ab5d05b79e Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Mon, 28 Sep 2009 11:35:22 +0200 Subject: [PATCH] MT 1975 : Adding records to a list, corrected pop-up height --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl index c78eb7fdd9..8de3c38fa7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -33,7 +33,7 @@ $(window).load(function() { }); function Dopop(link) { - newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes,resizeable=yes'); + newin=window.open(link,'popup','width=500,height=500,toolbar=false,scrollbars=yes,resizeable=yes'); } $(document).ready(function() { $('#sortbyform').find("input:submit").hide(); -- 2.39.2