From: x2000habouzit Date: Fri, 10 Sep 2004 23:37:37 +0000 (+0000) Subject: adapt size to the new fiche.php X-Git-Tag: xorg/old~1533 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c4214baa42cd689eca15e6c4b39ba6618b13e11e;p=platal.git adapt size to the new fiche.php 90% -2 --- diff --git a/htdocs/javascript/popwin.js.php b/htdocs/javascript/popwin.js.php index 6ca4e09..c019b6f 100644 --- a/htdocs/javascript/popwin.js.php +++ b/htdocs/javascript/popwin.js.php @@ -40,7 +40,7 @@ function popupWin(theURL,theSize) { } } function popWin(theURL) { - popupWin(theURL,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=600'); + popupWin(theURL,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=900,height=700'); } function popWin2(theURL) { popupWin(theURL,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=200,height=100');