2
0
forked from Wavyzz/dolibarr

Fix: use warning icon for limit size of tab

Fix: optimizing textwithtooltip method
This commit is contained in:
Regis Houssin
2012-09-13 09:52:03 +02:00
parent 29b4e1f57a
commit b1e01b50f5
4 changed files with 17 additions and 25 deletions

View File

@@ -250,9 +250,10 @@ if (! empty($categ[$categidx]))
if ($conf->global->MAIN_FEATURES_LEVEL >= 1)
{
$form = new Form($db);
$categidx='expdev';
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=".$categidx;
$head[$h][1] = $langs->trans("ModuleFamilyExperimental");
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=".$categidx;
$head[$h][1] = $form->textwithpicto($langs->trans("ModuleFamilyExperimental"), $langs->trans('DoNotUseInProduction'), 1, 'warning', '', 0, 3);
$head[$h][2] = 'expdev';
$h++;
}