Skip to content
Snippets Groups Projects
Commit 633be517 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Enhancement to allow other editor than fckeditor

parent ec8870cf
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ if ($_POST["save"])
llxHeader();
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print_fiche_titre($langs->trans("FCKEditor"),$linkback,'setup');
print_fiche_titre($langs->trans("AdvancedEditor"),$linkback,'setup');
print '<br>';
/*
* Activation/desactivation de FCKeditor
......
......@@ -1110,7 +1110,8 @@ DeliveryOrderNumberingModules=Products deliveries receipt numbering module
DeliveryOrderModel=Products deliveries receipt model
DeliveriesOrderAbility=Support products deliveries receipts
##### FCKeditor #####
ActivateFCKeditor=Activate FCKeditor for:
AdvancedEditor=Advanced editor
ActivateFCKeditor=Activate advanced editor for:
FCKeditorForUsers=WYSIWIG creation/edition of user's description and note
FCKeditorForCompany=WYSIWIG creation/edition of companie's description and note
FCKeditorForProduct=WYSIWIG creation/edition of products/service's description and note
......
......@@ -1119,7 +1119,8 @@ DeliveryOrderNumberingModules= Modèle de numérotation des bons de réception c
DeliveryOrderModel= Modèle de bon de réception client
DeliveriesOrderAbility= Prise en charge des bons de réception client
##### FCKeditor #####
ActivateFCKeditor= Activer FCKeditor pour :
AdvancedEditor=Editeur avancé
ActivateFCKeditor= Activer éditeur avancé pour :
FCKeditorForUsers= Création/édition WYSIWIG de la description et note des utilisateurs
FCKeditorForCompany= Création/édition WYSIWIG de la description et note des tiers
FCKeditorForProduct= Création/édition WYSIWIG de la description et note des produits/services
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment