From 5255a1876f5b5cb6facb2b063e945c3c94d6c611 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Fri, 3 Jul 2009 00:03:06 +0200 Subject: [PATCH] =?UTF-8?q?[intranet/impression.js]=20on=20essaie=20de=20v?= =?UTF-8?q?=C3=A9rifier=20le=20nombre=20de=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 922c607a8f9dd28f1b7571e485f16f97 darcs-hash:20090702220306-bd074-ff3a7106ca4c602ce2f054bcdaf82d60e7f9b633.gz --- intranet/modules/impression/static/impression.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/intranet/modules/impression/static/impression.js b/intranet/modules/impression/static/impression.js index 72cd050e..15895bba 100644 --- a/intranet/modules/impression/static/impression.js +++ b/intranet/modules/impression/static/impression.js @@ -150,8 +150,9 @@ Impression.settings.update = function () { // Contraintes if ( /* ( this.papier != "A4" ) || */ - ( (this.disposition == "recto") && (this.nb_pages>50) ) || - ( (this.disposition == "rectoverso") && (this.nb_pages>100) ) + ( (this.disposition_recto.checked) && (this.nb_pages>50) ) || + ( (this.disposition_rectoverso.checked) && (this.nb_pages>100) )|| + ( (this.disposition_livret.checked) && (this.nb_pages>60) ) ) { this.setValue(this.theform.agrafage, "None");