L'éditeur wysiwig s'ouvre en mode deroulé sur la creation de mailing
This commit is contained in:
parent
f52e05b989
commit
12c8092490
@ -256,7 +256,7 @@ if ($_GET["action"] == 'create')
|
|||||||
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MAILING)
|
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MAILING)
|
||||||
{
|
{
|
||||||
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
|
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
|
||||||
$doleditor=new DolEditor('body',$objp->description,320,'dolibarr_details','',true);
|
$doleditor=new DolEditor('body',$objp->description,320,'dolibarr_mailings','',true);
|
||||||
$doleditor->Create();
|
$doleditor->Create();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user