|
81 | 81 |
|
82 | 82 | <div class="form-group"> |
83 | 83 | <label>'.$langs->trans("NameOfCompany").'</label> |
84 | | - <input type="text" class="form-control" placeholder="'.$langs->trans("NameOfYourOrganization").'" value="'.$mythirdpartyaccount->name.'" name="orgName"> |
| 84 | + <input type="text" class="form-control" placeholder="'.$langs->trans("NameOfYourOrganization").'" value="'.$mythirdpartyaccount->name.'" name="orgName" spellcheck="false"> |
85 | 85 | </div> |
86 | 86 |
|
87 | 87 | <div class="form-group"> |
88 | 88 | <label>'.$langs->trans("AddressLine").'</label> |
89 | | - <textarea class="form-control" placeholder="'.$langs->trans("HouseNumberAndStreet").'" name="address">'.$mythirdpartyaccount->address.'</textarea> |
| 89 | + <textarea class="form-control" placeholder="'.$langs->trans("HouseNumberAndStreet").'" name="address" spellcheck="false" >'.$mythirdpartyaccount->address.'</textarea> |
90 | 90 | </div> |
91 | 91 | <div class="form-group"> |
92 | 92 | <label>'.$langs->trans("Town").'</label> |
93 | | - <input type="text" class="form-control" value="'.$mythirdpartyaccount->town.'" name="town"> |
| 93 | + <input type="text" class="form-control" value="'.$mythirdpartyaccount->town.'" name="town" spellcheck="false"> |
94 | 94 | </div> |
95 | 95 | <div class="form-group"> |
96 | 96 | <label>'.$langs->trans("Zip").'</label> |
97 | | - <input type="text" class="form-control input-small" value="'.$mythirdpartyaccount->zip.'" name="zip"> |
| 97 | + <input type="text" class="form-control input-small" value="'.$mythirdpartyaccount->zip.'" name="zip" spellcheck="false"> |
98 | 98 | </div> |
99 | 99 | <div class="form-group"> |
100 | 100 | <label>'.$langs->trans("StateOrCounty").'</label> |
101 | | - <input type="text" class="form-control" name="stateorcounty" value=""> |
| 101 | + <input type="text" class="form-control" name="stateorcounty" value="" spellcheck="false"> |
102 | 102 | </div> |
103 | 103 | <div class="form-group"> |
104 | 104 | <label>'.$langs->trans("Country").'</label> '; |
|
137 | 137 | <input type="checkbox" style="margin-bottom: 3px;" class="inline-block valignmiddle"'.($mythirdpartyaccount->tva_assuj ? ' checked="checked"' : '').' id="vatassuj" name="vatassuj"> <label for="vatassuj" class="valignmiddle nobold">'.$langs->trans("IHaveAVATID").'</label> |
138 | 138 | <br> |
139 | 139 | <input type="hidden" name="vatnumber_old" value="'.$mythirdpartyaccount->tva_intra.'"> |
140 | | - <input type="text" class="input-small quatrevingtpercent hideifnonassuj" value="'.$mythirdpartyaccount->tva_intra.'" name="vatnumber" id="vatnumber" placeholder="'.$placeholderforvat.'"> |
| 140 | + <input type="text" class="input-small quatrevingtpercent hideifnonassuj" value="'.$mythirdpartyaccount->tva_intra.'" name="vatnumber" id="vatnumber" spellcheck="false" placeholder="'.$placeholderforvat.'"> |
141 | 141 | '; |
142 | 142 | print "\n"; |
143 | 143 | print '<script>'; |
|
192 | 192 | print ' |
193 | 193 | <br> |
194 | 194 | <input type="hidden" name="profid_old" value="'.$mythirdpartyaccount->idprof1.'"> |
195 | | - <input type="text" class="input-small quatrevingtpercent" value="'.$mythirdpartyaccount->idprof1.'" name="profid" id="profid" placeholder="'.$placeholderforprofid.'"> |
| 195 | + <input type="text" class="input-small quatrevingtpercent" value="'.$mythirdpartyaccount->idprof1.'" name="profid" id="profid" spellcheck="false" placeholder="'.$placeholderforprofid.'"> |
196 | 196 | '; |
197 | 197 | print "\n"; |
198 | 198 | /* |
|
0 commit comments