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>'; 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>'; print '<a href="fckeditor.php?action=disable_'.strtolower($const).'">'.$langs->trans("Disable").'</a>';
} }

View File

@ -530,3 +530,4 @@ DeliveriesOrderAbility=Products deliveries receipt ability
##### FCKeditor ##### ##### FCKeditor #####
ActivateFCKeditor=Activate FCKeditor for: ActivateFCKeditor=Activate FCKeditor for:
FCKeditorForProductDescription=Creation/edition of products/services description (in all modules) FCKeditorForProductDescription=Creation/edition of products/services description (in all modules)
FCKeditorForMailing=Creation/edition mailings

View File

@ -530,3 +530,4 @@ DeliveriesOrderAbility=Prise en charge des bons de r
##### FCKeditor ##### ##### FCKeditor #####
ActivateFCKeditor=Activer FCKeditor pour : ActivateFCKeditor=Activer FCKeditor pour :
FCKeditorForProductDescription=Création/édition de la description des produits/services (dans tous les modules) FCKeditorForProductDescription=Création/édition de la description des produits/services (dans tous les modules)
FCKeditorForMailing=Création/édition des mailings