MT 1975 : Adding records to a list, corrected pop-up height
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Mon, 28 Sep 2009 09:35:22 +0000 (11:35 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:42 +0000 (11:30 +0200)
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl

index c78eb7f..8de3c38 100644 (file)
@@ -33,7 +33,7 @@ $(window).load(function() {
      });
 <!-- /TMPL_IF -->
 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();