From 72ec6483ebcc2a2f7b5d7b51967e90f40b686002 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 24 Nov 2004 11:17:27 +0000 Subject: [PATCH] =?UTF-8?q?debuggage=20probl=E8me=20fournisseur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index d834cf1fef0..dbff7645175 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -839,21 +839,26 @@ class Form global $langs; $yes="yes"; $no="no"; - if ($option) { $yes="1"; $no="0"; } + + if ($option) + { + $yes="1"; + $no="0"; + } - print ''."\n"; if ($value == 'no' || $value == 0) { - print ''; - print ''; + print ''."\n"; + print ''."\n"; } else { - print ''; - print ''; + print ''."\n"; + print ''."\n"; } - print ''; + print ''."\n"; } /*