From aac3dd525cbcf634c498c764544bef32c4f34f4a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Apr 2005 21:25:05 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modification=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 9e8607b2af8..ea4e4bd0716 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2004 Sebastien Di Cintio * Copyright (C) 2004 Eric Seigne @@ -80,7 +80,7 @@ class Form $result=$this->db->query($sql); if ($result) { - print ''; if ($pays_code) print ''; $num = $this->db->num_rows($result); $i = 0; @@ -124,6 +124,7 @@ class Form } } + /** * \brief Retourne la liste déroulante des regions actives dont le pays est actif * \remarks La cle de la liste est le code (il peut y avoir plusieurs entrée pour @@ -142,7 +143,7 @@ class Form if ($this->db->query($sql)) { - print ''; $num = $this->db->num_rows(); $i = 0; if ($num) @@ -198,7 +199,7 @@ class Form if ($this->db->query($sql)) { - print ''; $num = $this->db->num_rows(); $i = 0; if ($num) @@ -279,7 +280,7 @@ class Form if ($this->db->query($sql)) { - print ''; $num = $this->db->num_rows(); $i = 0; if ($num) @@ -320,7 +321,7 @@ class Form if ($this->db->query($sql)) { - print ''; $num = $this->db->num_rows(); $i = 0; if ($num) @@ -366,7 +367,7 @@ class Form $result=$this->db->query($sql); if ($result) { - print ''; print ""; $num = $this->db->num_rows($result); @@ -433,7 +434,7 @@ class Form if ($this->db->query($sql)) { - print ''; print ''; $num = $this->db->num_rows(); $i = 0; @@ -487,7 +488,7 @@ class Form $result=$this->db->query($sql); if ($result) { - print ''; if ($pays_code) print ''; $num = $this->db->num_rows($result); $i = 0;