From e1e36caa838eae2ff45c9c612063ec6fd422f237 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 22 Mar 2006 10:38:41 +0000 Subject: [PATCH] configuration multi-langue --- htdocs/html.form.class.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 08066e79356..c48129b2d0f 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2156,14 +2156,12 @@ class Form $this->select_array('model',$modellist,$modelselected,0,0,1); $texte=$langs->trans('Generate'); print ''; - + print ''; if($conf->global->MAIN_MULTILANGS) { - print ''; $this->select_lang($langs->getDefaultLang()); - print ''; } - + print ''; print ''; print ''; print '';