Fix textarea to enter a ticket

This commit is contained in:
Laurent Destailleur
2019-11-05 13:41:01 +01:00
parent 7ab19ef66b
commit 85ce5176b5

View File

@@ -243,7 +243,7 @@ class FormTicket
}
include_once DOL_DOCUMENT_ROOT . '/core/class/doleditor.class.php';
$uselocalbrowser = true;
$doleditor = new DolEditor('message', $msg, '100%', 230, $toolbarname, 'In', true, $uselocalbrowser, $conf->global->FCKEDITOR_ENABLE_TICKET);
$doleditor = new DolEditor('message', $msg, '100%', 230, $toolbarname, 'In', true, $uselocalbrowser, $conf->global->FCKEDITOR_ENABLE_TICKET, ROWS_8, '90%');
$doleditor->Create();
print '</td></tr>';