forked from Wavyzz/dolibarr
Disable spellcheck on textarea to define path of dirs
This commit is contained in:
@@ -153,7 +153,7 @@ class doc_generic_order_odt extends ModelePDFCommandes
|
||||
|
||||
$texte .= $form->textwithpicto($texttitle, $texthelp, 1, 'help', '', 1, 3, $this->name);
|
||||
$texte .= '<div><div style="display: inline-block; min-width: 100px; vertical-align: middle;">';
|
||||
$texte .= '<textarea class="flat" cols="60" name="value1">';
|
||||
$texte .= '<textarea class="flat textareafordir" spellcheck="false" cols="60" name="value1">';
|
||||
$texte .= getDolGlobalString('COMMANDE_ADDON_PDF_ODT_PATH');
|
||||
$texte .= '</textarea>';
|
||||
$texte .= '</div><div style="display: inline-block; vertical-align: middle;">';
|
||||
|
||||
Reference in New Issue
Block a user