From 13007994049c3f82613000796e8990abf45c7ae7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Aug 2004 15:16:06 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20fonction=20select=5Flang=20pour=20g=E9n?= =?UTF-8?q?=E9rer=20la=20liste=20d=E9roulante=20des=20langues=20disponible?= =?UTF-8?q?s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/ihm.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php index d002c31e657..990273d4f86 100644 --- a/htdocs/admin/ihm.php +++ b/htdocs/admin/ihm.php @@ -107,12 +107,8 @@ if ($_GET["action"] == 'edit') print ''; print 'Langue par défaut à utiliser (code langue)'; - $langs_available=$langs->get_available_languages(); - print ''; + $html=new Form($db); + $html->select_lang(MAIN_LANG_DEFAULT,'main_lang_default'); print ''; print 'Afficher formulaire de recherche Contacts dans la barre de gauche';