diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index e4a8ad1dff8..51f56bd05f5 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -36,6 +36,28 @@ class Form { * * */ + Function form_confirm($page, $title, $question) + { + print '
'; + print ''; + print ''; + + print ''; + + print '\n"; + print ''; + print '
'.$title.'
'.$question.''; + $htmls = new Form($db); + + $this->selectyesno("confirm","no"); + + print "
'; + print "
\n"; + } + /* + * + * + */ Function select_tva($name='') { if (! strlen(trim($name)))