From 9583cb2d39eb1381b45622b2b786af52e4c141f8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 21 Jan 2008 20:56:01 +0000 Subject: [PATCH] New: Ajout select timezone --- htdocs/html.formadmin.class.php | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/htdocs/html.formadmin.class.php b/htdocs/html.formadmin.class.php index 78396dcd591..47e1cc68288 100644 --- a/htdocs/html.formadmin.class.php +++ b/htdocs/html.formadmin.class.php @@ -156,6 +156,45 @@ class FormAdmin print ''; } + + /** + * \brief Retourne la liste déroulante des menus disponibles (eldy) + * \param selected Menu pré-sélectionnée + * \param htmlname Nom de la zone select + */ + function select_timezone($selected='',$htmlname) + { + global $langs,$conf; + + print ''; + } } ?>