Look: La barre d'outil de fckeditor est ouverte par defaut
This commit is contained in:
parent
8db3b8b0b9
commit
38d93a8a96
@ -122,7 +122,7 @@ if ($socidp > 0)
|
|||||||
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_SOCIETE)
|
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_SOCIETE)
|
||||||
{
|
{
|
||||||
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
|
||||||
$doleditor=new DolEditor('note',$societe->note,280,'dolibarr_notes');
|
$doleditor=new DolEditor('note',$societe->note,280,'dolibarr_notes','In',true);
|
||||||
$doleditor->Create();
|
$doleditor->Create();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user