Skip to content

Commit

Permalink
Merge pull request #27473 from eileenmcnaughton/style
Browse files Browse the repository at this point in the history
Rename locally assigned variable for clarity
  • Loading branch information
eileenmcnaughton authored Sep 18, 2023
2 parents 301eb61 + f4b9797 commit 91ac1dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml/templates/message_templates/event_online_receipt_html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture}
{capture assign=tdfirstStyle}style="width: 180px; padding-bottom: 15px;"{/capture}
{capture assign=tdStyle}style="width: 100px;"{/capture}
{capture assign=participantTotal}style="margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;"{/capture}
{capture assign=participantTotalStyle}style="margin: 0.5em 0 0.5em;padding: 0.5em;background-color: #999999;font-weight: bold;color: #FAFAFA;border-radius: 2px;"{/capture}

<table id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;">

Expand Down Expand Up @@ -231,7 +231,7 @@
</tr>
{/foreach}
{if $isShowTax}
<tr {$participantTotal}>
<tr {$participantTotalStyle}>
<td colspan=3>{ts}Participant Total{/ts}</td>
<td colspan=2>{$currentParticipant.totals.total_amount_exclusive|crmMoney}</td>
<td colspan=1>{$currentParticipant.totals.tax_amount|crmMoney}</td>
Expand Down

0 comments on commit 91ac1dc

Please sign in to comment.