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

Modif esthtique mineure

parent 598282b0
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit')
{
// Editeur wysiwyg
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
$doleditor=new DolEditor('main_motd',$conf->global->MAIN_MOTD,158,'dolibarr_notes','In',true);
$doleditor=new DolEditor('main_motd',$conf->global->MAIN_MOTD,158,'dolibarr_notes','In',false);
$doleditor->Create();
}
else
......@@ -200,7 +200,7 @@ if (isset($_GET["action"]) && $_GET["action"] == 'edit')
{
// Editeur wysiwyg
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
$doleditor=new DolEditor('main_home',$conf->global->MAIN_HOME,158,'dolibarr_notes','In',true);
$doleditor=new DolEditor('main_home',$conf->global->MAIN_HOME,158,'dolibarr_notes','In',false);
$doleditor->Create();
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment