From a3e7d8200942aa5872c96130b8509d833c65ef25 Mon Sep 17 00:00:00 2001 From: erics Date: Wed, 22 Dec 2004 20:12:47 +0000 Subject: [PATCH] =?UTF-8?q?mise=20en=20page=20un=20peu=20plus=20belle=20qu?= =?UTF-8?q?and=20on=20regarde=20le=20code=20html=20g=C3=A9n=C3=A9r=C3=A9?= =?UTF-8?q?=20(retours=20=C3=A0=20la=20ligne,=20identation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/propale.php | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/htdocs/admin/propale.php b/htdocs/admin/propale.php index 21e9bb7f370..22baad11f97 100644 --- a/htdocs/admin/propale.php +++ b/htdocs/admin/propale.php @@ -40,7 +40,6 @@ if (!$user->admin) if ($_POST["action"] == 'nbprod') { dolibarr_set_const($db, "PROPALE_NEW_FORM_NB_PRODUCT",$value); - Header("Location: propale.php"); } @@ -287,16 +286,21 @@ print "\n
"; * */ print_titre("Formulaire de création"); -print "
\n"; -print "\n"; -print "\n"; -print " \n"; -print " \n \n"; -print "\n"; -print "\n \n \n \n\n
NomValeur 
"; -print "Nombre de ligne produits"; -print ""; -print "
\n
\n"; +print "
+ + + + + + + + + + + + +
NomValeur 
Nombre de ligne produits
+
\n"; $db->close();