forked from Wavyzz/dolibarr
Ajout du wysiwyg pour le mailing
This commit is contained in:
@@ -114,7 +114,7 @@ foreach($modules as $const => $desc)
|
||||
{
|
||||
print '<a href="fckeditor.php?action=activate_'.strtolower($const).'">'.$langs->trans("Activate").'</a>';
|
||||
}
|
||||
else if($conf->global->FCKEDITOR_ENABLE_.$cont == 1)
|
||||
else if($conf->global->FCKEDITOR_ENABLE_.$const == 1)
|
||||
{
|
||||
print '<a href="fckeditor.php?action=disable_'.strtolower($const).'">'.$langs->trans("Disable").'</a>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user