Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
633be517
Commit
633be517
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Enhancement to allow other editor than fckeditor
parent
ec8870cf
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/admin/fckeditor.php
+1
-1
1 addition, 1 deletion
htdocs/admin/fckeditor.php
htdocs/langs/en_US/admin.lang
+2
-1
2 additions, 1 deletion
htdocs/langs/en_US/admin.lang
htdocs/langs/fr_FR/admin.lang
+2
-1
2 additions, 1 deletion
htdocs/langs/fr_FR/admin.lang
with
5 additions
and
3 deletions
htdocs/admin/fckeditor.php
+
1
−
1
View file @
633be517
...
@@ -108,7 +108,7 @@ if ($_POST["save"])
...
@@ -108,7 +108,7 @@ if ($_POST["save"])
llxHeader
();
llxHeader
();
$linkback
=
'<a href="'
.
DOL_URL_ROOT
.
'/admin/modules.php">'
.
$langs
->
trans
(
"BackToModuleList"
)
.
'</a>'
;
$linkback
=
'<a href="'
.
DOL_URL_ROOT
.
'/admin/modules.php">'
.
$langs
->
trans
(
"BackToModuleList"
)
.
'</a>'
;
print_fiche_titre
(
$langs
->
trans
(
"
FCK
Editor"
),
$linkback
,
'setup'
);
print_fiche_titre
(
$langs
->
trans
(
"
Advanced
Editor"
),
$linkback
,
'setup'
);
print
'<br>'
;
print
'<br>'
;
/*
/*
* Activation/desactivation de FCKeditor
* Activation/desactivation de FCKeditor
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
2
−
1
View file @
633be517
...
@@ -1110,7 +1110,8 @@ DeliveryOrderNumberingModules=Products deliveries receipt numbering module
...
@@ -1110,7 +1110,8 @@ DeliveryOrderNumberingModules=Products deliveries receipt numbering module
DeliveryOrderModel=Products deliveries receipt model
DeliveryOrderModel=Products deliveries receipt model
DeliveriesOrderAbility=Support products deliveries receipts
DeliveriesOrderAbility=Support products deliveries receipts
##### FCKeditor #####
##### FCKeditor #####
ActivateFCKeditor=Activate FCKeditor for:
AdvancedEditor=Advanced editor
ActivateFCKeditor=Activate advanced editor for:
FCKeditorForUsers=WYSIWIG creation/edition of user's description and note
FCKeditorForUsers=WYSIWIG creation/edition of user's description and note
FCKeditorForCompany=WYSIWIG creation/edition of companie'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
FCKeditorForProduct=WYSIWIG creation/edition of products/service's description and note
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/admin.lang
+
2
−
1
View file @
633be517
...
@@ -1119,7 +1119,8 @@ DeliveryOrderNumberingModules= Modèle de numérotation des bons de réception c
...
@@ -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
DeliveryOrderModel= Modèle de bon de réception client
DeliveriesOrderAbility= Prise en charge des bons de réception client
DeliveriesOrderAbility= Prise en charge des bons de réception client
##### FCKeditor #####
##### 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
FCKeditorForUsers= Création/édition WYSIWIG de la description et note des utilisateurs
FCKeditorForCompany= Création/édition WYSIWIG de la description et note des tiers
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
FCKeditorForProduct= Création/édition WYSIWIG de la description et note des produits/services
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment