Skip to content

Commit

Permalink
Merge pull request #13669 from eileenmcnaughton/payment_format
Browse files Browse the repository at this point in the history
Payment notification formatting, move greeting into table
  • Loading branch information
monishdeb authored Feb 23, 2019
2 parents 8aea1e8 + 3b133c7 commit 23fa832
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
{capture assign=emptyBlockStyle }style="padding: 10px; border-bottom: 1px solid #999;background-color: #f7f7f7;"{/capture}
{capture assign=emptyBlockValueStyle }style="padding: 10px; border-bottom: 1px solid #999;"{/capture}

{if $emailGreeting}<p>{$emailGreeting},</p>{/if}

<center>
<table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">

Expand All @@ -22,7 +20,7 @@
<!-- END HEADER -->

<!-- BEGIN CONTENT -->

{if $emailGreeting}<tr><td>{$emailGreeting},</td></tr>{/if}
<tr>
<td>
{if $isRefund}
Expand Down

0 comments on commit 23fa832

Please sign in to comment.