Skip to content

Commit 8a8f286

Browse files
committed
CSS
1 parent 0c38859 commit 8a8f286

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

myaccount/tpl/billing.tpl.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<div class="col-12 col-md-4 nowraponall">
283283
'.($langs->trans("UpcomingPaymentNumber", $key+1)).'
284284
</div>
285-
285+
286286
<!-- Date -->
287287
<div class="col-6 col-md-2">
288288
&nbsp;
@@ -361,7 +361,7 @@
361361

362362
if ($nbpaymentmodeok > 0) {
363363
print '<table class="centpercent">';
364-
print '<!-- '.$companypaymentmodetemp->id.' -->';
364+
print '<!-- company payment mode id = '.$companypaymentmodetemp->id.' -->';
365365

366366
$i = 0;
367367
foreach ($arrayofcompanypaymentmode as $companypaymentmodetemp) {
@@ -372,8 +372,8 @@
372372
print '<tr>';
373373
print '<td colspan="3" class="wordbreak">';
374374
print '<!-- '.$companypaymentmodetemp->id.' -->';
375-
print img_credit_card($companypaymentmodetemp->type_card);
376-
print $langs->trans("CreditCard");
375+
print img_credit_card($companypaymentmodetemp->type_card, 'marginrightonly');
376+
print '<span class="inine-block valignmiddle">'.$langs->trans("CreditCard").'</span>';
377377
print '</td>';
378378
print '</tr>';
379379
print '<tr>';

0 commit comments

Comments
 (0)