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

Fix: Size of editor

parent 84534c03
No related branches found
No related tags found
No related merge requests found
......@@ -563,7 +563,7 @@ if (GETPOST('action') == 'create')
// Note
print '<tr><td valign="top">'.$langs->trans("Note").'</td><td>';
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
$doleditor=new DolEditor('note',($_POST["note"]?$_POST["note"]:$actioncomm->note),280,'dolibarr_notes','In',true,$conf->fckeditor->enabled,ROWS_7,90);
$doleditor=new DolEditor('note',($_POST["note"]?$_POST["note"]:$actioncomm->note),280,'dolibarr_notes','In',true,true,$conf->fckeditor->enabled,ROWS_7,90);
$doleditor->Create();
print '</td></tr>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment