Ajout du wysiwyg pour le mailing
This commit is contained in:
parent
c57c870e5a
commit
dda479b77d
@ -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>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user