2
0
forked from Wavyzz/dolibarr

Ajout du wysiwyg pour le mailing

This commit is contained in:
Regis Houssin
2006-07-22 12:24:02 +00:00
parent c57c870e5a
commit dda479b77d
3 changed files with 5 additions and 3 deletions

View File

@@ -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>';
}