MT 1975 : Adding records to a list, corrected pop-up height

This commit is contained in:
Matthias Meusburger 2009-09-28 11:35:22 +02:00 committed by Henri-Damien LAURENT
parent 3b5beba492
commit 49156ef423

View 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();