Skip to content

Commit 718f891

Browse files
committed
Fix label
1 parent be62d67 commit 718f891

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

myaccount/tpl/myaccount.tpl.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
if (!getDolGlobalInt('SELLYOURSAAS_ONLY_NON_PROFIT_ORGA')) {
116116
// VAT Section
117-
print '<div class="form-group">
117+
print '<div class="form-group"><br>
118118
<label>'.$langs->trans("VATIntra").'</label> ';
119119
if (! empty($mythirdpartyaccount->tva_assuj) && empty($mythirdpartyaccount->tva_intra)) {
120120
print img_warning($langs->trans("Mandatory"), '', 'hideifnonassuj');
@@ -132,7 +132,7 @@
132132
}
133133

134134
print '
135-
<br><br>
135+
<br>
136136
<input type="hidden" name="vatassuj_old" value="'.$mythirdpartyaccount->tva_assuj.'">
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>
@@ -183,14 +183,14 @@
183183
//$placeholderforprofid=$langs->trans("EnterVATHere");
184184
}
185185

186-
print '<div class="form-group">
187-
<label>'.$langs->transcountry("ProfId", $mythirdpartyaccount->country_code).'</label> ';
186+
print '<div class="form-group"><br>
187+
<label>'.$langs->transcountry("ProfId1Short", $mythirdpartyaccount->country_code).'</label> ';
188188
if ($mandatoryprofid && ! empty($mythirdpartyaccount->idprof1) && empty($mythirdpartyaccount->idprof1)) {
189189
print img_warning($langs->trans("Mandatory"), '', 'hideifnoprof');
190190
}
191191

192192
print '
193-
<br><br>
193+
<br>
194194
<input type="hidden" name="profid_old" value="'.$mythirdpartyaccount->idprof1.'">
195195
<input type="text" class="input-small quatrevingtpercent" value="'.$mythirdpartyaccount->idprof1.'" name="profid" id="profid" placeholder="'.$placeholderforprofid.'">
196196
';

0 commit comments

Comments
 (0)