diff --git a/htdocs/core/tpl/admin_extrafields_add.tpl.php b/htdocs/core/tpl/admin_extrafields_add.tpl.php index 97eb229fd60..47ca36254b5 100644 --- a/htdocs/core/tpl/admin_extrafields_add.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_add.tpl.php @@ -201,7 +201,7 @@ print $formadmin->selectTypeOfFields('type', GETPOST('type', 'alpha'));
| - + |
textwithpicto('', $langs->trans("ExtrafieldParamHelpselect"), 1, 'info', '', 0, 2, 'helpvalue1')?>
textwithpicto('', $langs->trans("ExtrafieldParamHelpsellist").' '.$langs->trans("ExtrafieldParamHelpsellistb").' '.$langs->trans("ExtrafieldParamHelpsellistc").' '.$langs->trans("ExtrafieldParamHelpsellistd").(getDolGlobalInt('MAIN_FEATUREES_LEVEL') > 0 ? ' '.$langs->trans("ExtrafieldParamHelpsellist2") : ''), 1, 'info', '', 0, 2, 'helpvalue2')?> diff --git a/htdocs/core/tpl/admin_extrafields_edit.tpl.php b/htdocs/core/tpl/admin_extrafields_edit.tpl.php index 88049c436a7..f29d14b0bfb 100644 --- a/htdocs/core/tpl/admin_extrafields_edit.tpl.php +++ b/htdocs/core/tpl/admin_extrafields_edit.tpl.php @@ -263,7 +263,7 @@ if (in_array($type, array_keys($typewecanchangeinto))) { |
|