2
0
forked from Wavyzz/dolibarr

Disable spellcheck on textarea to define path of dirs

This commit is contained in:
ldestailleur
2025-03-25 14:10:53 +01:00
parent 0c09be61a2
commit c73eec72d5
22 changed files with 23 additions and 23 deletions

View File

@@ -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;">';