From 3a26aee445da469fcb85f16813895cc96bc14bef Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 5 Jun 2006 18:26:46 +0000 Subject: [PATCH] =?UTF-8?q?d=E9but=20ajout=20gestion=20des=20particuliers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 13 +- htdocs/lib/lib_head.js | 1387 ++++++++++++----------- htdocs/theme/eldy/eldy.css.php | 1920 ++++++++++++++++---------------- 3 files changed, 1697 insertions(+), 1623 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 0865827c189..f00a3c7d753 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1272,6 +1272,7 @@ class Form $result=$this->db->query($sql); if ($result) { + print '
'; print ''; + print '
'; } else { @@ -2165,9 +2167,16 @@ class Form \param key_in_label 1 pour afficher la key dans la valeur "[key] value" \param value_as_key 1 pour utiliser la valeur comme clé */ - function select_array($htmlname, $array, $id='', $show_empty=0, $key_in_label=0, $value_as_key=0) + function select_array($htmlname, $array, $id='', $show_empty=0, $key_in_label=0, $value_as_key=0, $use_java=0, $fonction='') { - print ''; + } + else + { + print '