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 ''; + } }