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
cc83f136
Commit
cc83f136
authored
18 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Clarification des options d'activation de fckeditor
parent
dee54de2
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/adherents/note.php
+1
-1
1 addition, 1 deletion
htdocs/adherents/note.php
htdocs/langs/en_US/admin.lang
+2
-2
2 additions, 2 deletions
htdocs/langs/en_US/admin.lang
htdocs/langs/fr_FR/admin.lang
+2
-2
2 additions, 2 deletions
htdocs/langs/fr_FR/admin.lang
with
5 additions
and
5 deletions
htdocs/adherents/note.php
+
1
−
1
View file @
cc83f136
...
@@ -122,7 +122,7 @@ if ($id)
...
@@ -122,7 +122,7 @@ if ($id)
print
"<input type=
\"
hidden
\"
name=
\"
action
\"
value=
\"
update
\"
>"
;
print
"<input type=
\"
hidden
\"
name=
\"
action
\"
value=
\"
update
\"
>"
;
print
"<input type=
\"
hidden
\"
name=
\"
id
\"
value=
\"
"
.
$adh
->
id
.
"
\"
>"
;
print
"<input type=
\"
hidden
\"
name=
\"
id
\"
value=
\"
"
.
$adh
->
id
.
"
\"
>"
;
if
(
$conf
->
fckeditor
->
enabled
&&
$conf
->
global
->
FCKEDITOR_ENABLE_
SOCIETE
)
if
(
$conf
->
fckeditor
->
enabled
&&
$conf
->
global
->
FCKEDITOR_ENABLE_
MEMBER
)
{
{
// Editeur wysiwyg
// Editeur wysiwyg
require_once
(
DOL_DOCUMENT_ROOT
.
"/lib/doleditor.class.php"
);
require_once
(
DOL_DOCUMENT_ROOT
.
"/lib/doleditor.class.php"
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
2
−
2
View file @
cc83f136
...
@@ -692,8 +692,8 @@ DeliveriesOrderAbility=Products deliveries receipt ability
...
@@ -692,8 +692,8 @@ DeliveriesOrderAbility=Products deliveries receipt ability
##### FCKeditor #####
##### FCKeditor #####
ActivateFCKeditor=Activate FCKeditor for:
ActivateFCKeditor=Activate FCKeditor for:
FCKeditorForCompany=WYSIWIG creation/edition of companies description and note
FCKeditorForCompany=WYSIWIG creation/edition of companies description and note
FCKeditorForProduct
Description
=WYSIWIG creation/edition of products/services description
FCKeditorForProduct=WYSIWIG creation/edition of products/services description
and note
FCKeditorFor
ProductNote
=WYSIWIG creation/edition of
products/services
note
FCKeditorFor
Members
=WYSIWIG creation/edition of
members description and
note
FCKeditorForProductDetails=WYSIWIG creation/edition of details lines for all entities (proposals, orders, invoices, etc...)
FCKeditorForProductDetails=WYSIWIG creation/edition of details lines for all entities (proposals, orders, invoices, etc...)
FCKeditorForMailing=WYSIWIG creation/edition of mailings
FCKeditorForMailing=WYSIWIG creation/edition of mailings
##### OSCommerce 1 #####
##### OSCommerce 1 #####
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/admin.lang
+
2
−
2
View file @
cc83f136
...
@@ -699,8 +699,8 @@ DeliveriesOrderAbility=Prise en charge des bons de r
...
@@ -699,8 +699,8 @@ DeliveriesOrderAbility=Prise en charge des bons de r
##### FCKeditor #####
##### FCKeditor #####
ActivateFCKeditor=Activer FCKeditor pour :
ActivateFCKeditor=Activer FCKeditor pour :
FCKeditorForCompany=Création/édition WYSIWIG des descriptions et notes des tiers
FCKeditorForCompany=Création/édition WYSIWIG des descriptions et notes des tiers
FCKeditorForProduct
Description
=Création/édition WYSIWIG des descriptions des produits/services
FCKeditorForProduct=Création/édition WYSIWIG des descriptions
et notes
des produits/services
FCKeditorFor
ProductNote
=Création/édition WYSIWIG des
notes des produits/service
s
FCKeditorFor
Members
=Création/édition WYSIWIG des
descriptions et notes des adhérent
s
FCKeditorForProductDetails=Création/édition WYSIWIG des lignes details des produits (sur commandes, propales, factures, etc...)
FCKeditorForProductDetails=Création/édition WYSIWIG des lignes details des produits (sur commandes, propales, factures, etc...)
FCKeditorForMailing=Création/édition WYSIWIG des mailings
FCKeditorForMailing=Création/édition WYSIWIG des mailings
##### OSCommerce 1 #####
##### OSCommerce 1 #####
...
...
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