From 51d4ca6cb3ddd53ec1a92f8fc6c8822db76c251e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 3 Feb 2003 13:13:02 +0000 Subject: [PATCH] Ajout du methode yesnonum --- htdocs/html.form.class.php | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 791c9ff7a23..e164d03dd79 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1,5 +1,5 @@ +/* Copyright (c) 2002-2003 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -147,6 +147,27 @@ class Form { } print ''; } + /* + * + * Yes/No + * + */ + Function selectyesnonum($name,$value='') + { + print ''; + } }