Skip to content

Commit b1ba2cb

Browse files
committed
CSS
1 parent 16d8dfe commit b1ba2cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

myaccount/tpl/mycustomerbilling.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
}
413413

414414
print '<!-- Total of commissions earned -->';
415-
print '<tr class="liste_titre"><td colspan="6">'.$langs->trans("Total").'</td>';
415+
print '<tr class="liste_total"><td colspan="6">'.$langs->trans("Total").'</td>';
416416
print '<td align="right"><strong>'.price($commoldystem + $totalamountcommission).'</strong></td>';
417417
print '</tr>';
418418

@@ -440,7 +440,7 @@
440440

441441
print '<br>';
442442
print $langs->trans("YouCanClainAmountWhen", price(getDolGlobalInt('SELLYOURSAAS_MINAMOUNT_TO_CLAIM', 100), 0, $langs, 1, -1, -1, $conf->currency)).'<br>';
443-
$labelforcompany = $mysoc->name. ' ('.$langs->transnoentitiesnoconv("VATIntra").': '.$mysoc->tva_intra.', '.$langs->trans("Country").': '.$langs->trans("Country".$mysoc->country_code).')';
443+
$labelforcompany = $mysoc->name. ' <span class="opacitymedium">('.$langs->transnoentitiesnoconv("VATIntra").': '.$mysoc->tva_intra.', '.$langs->trans("Address").': '.$mysoc->getFullAddress(1, ',').')</span>';
444444

445445
$emailforresellerinvoice = getDolGlobalString('SELLYOURSAAS_RESELLER_EMAIL');
446446
if (! empty($mythirdpartyaccount->array_options['options_domain_registration_page'])

myaccount/tpl/mymodulecustomerbilling.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
}
428428

429429
print '<!-- Total of commissions earned -->';
430-
print '<tr class="liste_titre"><td colspan="7">'.$langs->trans("Total").'</td>';
430+
print '<tr class="liste_total"><td colspan="7">'.$langs->trans("Total").'</td>';
431431
print '<td align="right"><strong>'.price($commoldystem + $totalamountcommission).'</strong></td>';
432432
print '</tr>';
433433

@@ -457,7 +457,7 @@
457457

458458
print '<br>';
459459
print $langs->trans("YouCanClainAmountWhen", price(getDolGlobalInt('SELLYOURSAAS_MINAMOUNT_TO_CLAIM', 100), 0, $langs, 1, -1, -1, $conf->currency)).'<br>';
460-
$labelforcompany = $mysoc->name. ' ('.$langs->transnoentitiesnoconv("VATIntra").': '.$mysoc->tva_intra.', '.$langs->trans("Country").': '.$langs->trans("Country".$mysoc->country_code).')';
460+
$labelforcompany = $mysoc->name. ' <span class="opacitymedium">('.$langs->transnoentitiesnoconv("VATIntra").': '.$mysoc->tva_intra.', '.$langs->trans("Address").': '.$mysoc->getFullAddress(1, ',').')</span>';
461461

462462
$emailforresellerinvoice = getDolGlobalString('SELLYOURSAAS_RESELLER_EMAIL');
463463
if (! empty($mythirdpartyaccount->array_options['options_domain_registration_page'])

0 commit comments

Comments
 (0)