Skip to content

Commit 9a48e8f

Browse files
committed
CSS
1 parent 718f891 commit 9a48e8f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

myaccount/tpl/myaccount.tpl.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,24 @@
8181
8282
<div class="form-group">
8383
<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">
8585
</div>
8686
8787
<div class="form-group">
8888
<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>
9090
</div>
9191
<div class="form-group">
9292
<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">
9494
</div>
9595
<div class="form-group">
9696
<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">
9898
</div>
9999
<div class="form-group">
100100
<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">
102102
</div>
103103
<div class="form-group">
104104
<label>'.$langs->trans("Country").'</label> &nbsp; ';
@@ -137,7 +137,7 @@
137137
<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>
138138
<br>
139139
<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.'">
141141
';
142142
print "\n";
143143
print '<script>';
@@ -192,7 +192,7 @@
192192
print '
193193
<br>
194194
<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.'">
196196
';
197197
print "\n";
198198
/*

0 commit comments

Comments
 (0)