From 2a25f990aca058b7cc22b1eec6370e7563af87e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 26 Nov 2014 18:33:03 +0100 Subject: [PATCH] Fix 1660 ECM tabs help tooltips not showing --- htdocs/ecm/index.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php index 8f9bd5573bf..d675542140c 100644 --- a/htdocs/ecm/index.php +++ b/htdocs/ecm/index.php @@ -416,12 +416,6 @@ if (! empty($conf->global->ECM_AUTO_TREE_ENABLED)) print_fiche_titre($langs->trans("ECMArea").' - '.$langs->trans("ECMFileManager")); -$helptext1=''; $helptext2=''; -$helptext1.=$langs->trans("ECMAreaDesc"); -$helptext1.=$langs->trans("ECMAreaDesc2"); -$helptext2.=$langs->trans("ECMAreaDesc"); -$helptext2.=$langs->trans("ECMAreaDesc2"); - /* print '
'; print $langs->trans("ECMAreaDesc")."
";