Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
0f4fd89b
Unverified
Commit
0f4fd89b
authored
4 years ago
by
Seamus Lee
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #19408 from eileenmcnaughton/old_params
[NFC] Whitespace fix up
parents
36c2072c
d4bb54f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xml/templates/message_templates/membership_offline_receipt_html.tpl
+263
-260
263 additions, 260 deletions
...tes/message_templates/membership_offline_receipt_html.tpl
with
263 additions
and
260 deletions
xml/templates/message_templates/membership_offline_receipt_html.tpl
+
263
−
260
View file @
0f4fd89b
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title></title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<title></title>
</head>
<body>
...
...
@@ -11,283 +12,285 @@
{
capture
assign
=
valueStyle
}
style="padding: 4px; border-bottom: 1px solid #999;"
{/
capture
}
<center>
<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;"
>
<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;"
>
<!-- BEGIN HEADER -->
<!-- You can add table row(s) here with logo or other header elements -->
<!-- END HEADER -->
<!-- BEGIN HEADER -->
<!-- You can add table row(s) here with logo or other header elements -->
<!-- END HEADER -->
<!-- BEGIN CONTENT -->
<!-- BEGIN CONTENT -->
<tr>
<td>
{
assign
var
=
"greeting"
value
=
"{contact.email_greeting}"
}{
if
$greeting
}
<p>
{
$greeting
}
,
</p>
{/
if
}
{
if
$formValues.receipt_text_signup
}
<p>
{
$formValues.receipt_text_signup
|
htmlize
}
</p>
{
elseif
$formValues.receipt_text_renewal
}
<p>
{
$formValues.receipt_text_renewal
|
htmlize
}
</p>
{
else
}
<p>
{
ts
}
Thank you for this contribution.
{/
ts
}
</p>
{/
if
}
</td>
</tr>
<tr>
<td>
<table
style=
"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"
>
{
if
!
$lineItem
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Membership Information
{/
ts
}
</th>
</tr>
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Membership Type
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$membership_name
}
<tr>
<td>
{
assign
var
=
"greeting"
value
=
"{contact.email_greeting}"
}{
if
$greeting
}
<p>
{
$greeting
}
,
</p>
{/
if
}
{
if
$formValues.receipt_text_signup
}
<p>
{
$formValues.receipt_text_signup
|
htmlize
}
</p>
{
elseif
$formValues.receipt_text_renewal
}
<p>
{
$formValues.receipt_text_renewal
|
htmlize
}
</p>
{
else
}
<p>
{
ts
}
Thank you for this contribution.
{/
ts
}
</p>
{/
if
}
</td>
</tr>
{/
if
}
{
if
!
$cancelled
}
{
if
!
$lineItem
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Membership Start Date
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$mem_start_date
}
</td>
</tr>
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Membership End Date
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$mem_end_date
}
</td>
</tr>
{/
if
}
{
if
$formValues.total_amount
OR
$formValues.total_amount
eq
0
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Membership Fee
{/
ts
}
</th>
</tr>
{
if
$formValues.contributionType_name
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Financial Type
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.contributionType_name
}
</td>
</tr>
{/
if
}
{
if
$lineItem
}
{
foreach
from
=
$lineItem
item
=
value
key
=
priceset
}
<tr>
<td
colspan=
"2"
{
$valueStyle
}
>
<table>
{* FIXME: style this table so that it looks like the text version (justification, etc.) *}
</tr>
<tr>
<td>
<table
style=
"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"
>
{
if
!
$lineItem
}
<tr>
<th>
{
ts
}
Item
{/
ts
}
</th>
<th>
{
ts
}
Fee
{/
ts
}
</th>
{
if
$dataArray
}
<th>
{
ts
}
SubTotal
{/
ts
}
</th>
<th>
{
ts
}
Tax Rate
{/
ts
}
</th>
<th>
{
ts
}
Tax Amount
{/
ts
}
</th>
<th>
{
ts
}
Total
{/
ts
}
</th>
{/
if
}
<th>
{
ts
}
Membership Start Date
{/
ts
}
</th>
<th>
{
ts
}
Membership End Date
{/
ts
}
</th>
<th
{
$headerStyle
}
>
{
ts
}
Membership Information
{/
ts
}
</th>
</tr>
{
foreach
from
=
$value
item
=
line
}
<tr>
<td>
{
if
$line.html_type
eq
'Text'
}{
$line.label
}{
else
}{
$line.field_title
}
-
{
$line.label
}{/
if
}
{
if
$line.description
}
<div>
{
$line.description
|
truncate
:
30
:
"..."
}
</div>
{/
if
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Membership Type
{/
ts
}
</td>
<td>
{
$
line.line_total
|
crmMoney
}
<td
{
$valueStyle
}
>
{
$
membership_name
}
</td>
{
if
$dataArray
}
<td>
{
$line.unit_price
*
$line.qty
|
crmMoney
}
</td>
{
if
$line.tax_rate
!=
""
||
$line.tax_amount
!=
""
}
<td>
{
$line.tax_rate
|
string_format
:
"%.2f"
}
%
</tr>
{/
if
}
{
if
!
$cancelled
}
{
if
!
$lineItem
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Membership Start Date
{/
ts
}
</td>
<td>
{
$
line.tax_amount
|
crmMoney
}
<td
{
$valueStyle
}
>
{
$
mem_start_date
}
</td>
{
else
}
<td></td>
<td></td>
{/
if
}
<td>
{
$line.line_total
+
$line.tax_amount
|
crmMoney
}
</td>
</tr>
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Membership End Date
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$mem_end_date
}
</td>
</tr>
{/
if
}
{
if
$formValues.total_amount
OR
$formValues.total_amount
eq
0
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Membership Fee
{/
ts
}
</th>
</tr>
{
if
$formValues.contributionType_name
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Financial Type
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.contributionType_name
}
</td>
</tr>
{/
if
}
<td>
{
$line.start_date
}
</td>
{
if
$lineItem
}
{
foreach
from
=
$lineItem
item
=
value
key
=
priceset
}
<tr>
<td
colspan=
"2"
{
$valueStyle
}
>
<table>
{* FIXME: style this table so that it looks like the text version (justification, etc.) *}
<tr>
<th>
{
ts
}
Item
{/
ts
}
</th>
<th>
{
ts
}
Fee
{/
ts
}
</th>
{
if
$dataArray
}
<th>
{
ts
}
SubTotal
{/
ts
}
</th>
<th>
{
ts
}
Tax Rate
{/
ts
}
</th>
<th>
{
ts
}
Tax Amount
{/
ts
}
</th>
<th>
{
ts
}
Total
{/
ts
}
</th>
{/
if
}
<th>
{
ts
}
Membership Start Date
{/
ts
}
</th>
<th>
{
ts
}
Membership End Date
{/
ts
}
</th>
</tr>
{
foreach
from
=
$value
item
=
line
}
<tr>
<td>
{
if
$line.html_type
eq
'Text'
}{
$line.label
}{
else
}{
$line.field_title
}
-
{
$line.label
}{/
if
}
{
if
$line.description
}
<div>
{
$line.description
|
truncate
:
30
:
"..."
}
</div>
{/
if
}
</td>
<td>
{
$line.line_total
|
crmMoney
}
</td>
{
if
$dataArray
}
<td>
{
$line.unit_price
*
$line.qty
|
crmMoney
}
</td>
{
if
$line.tax_rate
!=
""
||
$line.tax_amount
!=
""
}
<td>
{
$line.tax_rate
|
string_format
:
"%.2f"
}
%
</td>
<td>
{
$line.tax_amount
|
crmMoney
}
</td>
{
else
}
<td></td>
<td></td>
{/
if
}
<td>
{
$line.line_total
+
$line.tax_amount
|
crmMoney
}
</td>
{/
if
}
<td>
{
$line.start_date
}
</td>
<td>
{
$line.end_date
}
</td>
</tr>
{/
foreach
}
</table>
</td>
</tr>
{/
foreach
}
{
if
$dataArray
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Amount Before Tax:
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.total_amount
-
$totalTaxAmount
|
crmMoney
}
</td>
</tr>
{
foreach
from
=
$dataArray
item
=
value
key
=
priceset
}
<tr>
{
if
$priceset
}
<td>
{
$taxTerm
}
{
$priceset
|
string_format
:
"%.2f"
}
%
</td>
<td>
{
$value
|
crmMoney
:
$currency
}
</td>
{
elseif
$priceset
==
0
}
<td>
{
ts
}
No
{/
ts
}
{
$taxTerm
}
</td>
<td>
{
$value
|
crmMoney
:
$currency
}
</td>
{/
if
}
</tr>
{/
foreach
}
{/
if
}
{/
if
}
{
if
isset
(
$totalTaxAmount
)
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Total Tax Amount
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$totalTaxAmount
|
crmMoney
:
$currency
}
</td>
</tr>
{/
if
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Amount
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.total_amount
|
crmMoney
}
</td>
</tr>
{
if
$receive_date
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Date Received
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$receive_date
|
truncate
:
10
:
''
|
crmDate
}
</td>
</tr>
{/
if
}
{
if
$formValues.paidBy
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Paid By
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.paidBy
}
</td>
</tr>
{
if
$formValues.check_number
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Check Number
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.check_number
}
</td>
</tr>
{/
if
}
{/
if
}
{/
if
}
{/
if
}
</table>
</td>
</tr>
{
if
$isPrimary
}
<tr>
<td>
{
$line.end_date
}
</td>
</tr>
{/
foreach
}
</table>
</td>
</tr>
{/
foreach
}
{
if
$dataArray
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Amount Before Tax:
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.total_amount
-
$totalTaxAmount
|
crmMoney
}
</td>
</tr>
{
foreach
from
=
$dataArray
item
=
value
key
=
priceset
}
<tr>
{
if
$priceset
}
<td>
{
$taxTerm
}
{
$priceset
|
string_format
:
"%.2f"
}
%
</td>
<td>
{
$value
|
crmMoney
:
$currency
}
</td>
{
elseif
$priceset
==
0
}
<td>
{
ts
}
No
{/
ts
}
{
$taxTerm
}
</td>
<td>
{
$value
|
crmMoney
:
$currency
}
</td>
{/
if
}
</tr>
{/
foreach
}
{/
if
}
{/
if
}
{
if
isset
(
$totalTaxAmount
)
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Total Tax Amount
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$totalTaxAmount
|
crmMoney
:
$currency
}
</td>
</tr>
{/
if
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Amount
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.total_amount
|
crmMoney
}
</td>
</tr>
{
if
$receive_date
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Date Received
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$receive_date
|
truncate
:
10
:
''
|
crmDate
}
</td>
</tr>
{/
if
}
{
if
$formValues.paidBy
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Paid By
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.paidBy
}
</td>
</tr>
{
if
$formValues.check_number
}
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Check Number
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$formValues.check_number
}
</td>
</tr>
{/
if
}
{/
if
}
{/
if
}
{/
if
}
</table>
</td>
</tr>
<table
style=
"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"
>
{
if
$isPrimary
}
<tr>
<td>
<table
style=
"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"
>
{
if
$billingName
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Billing Name and Address
{/
ts
}
</th>
</tr>
<tr>
<td
{
$labelStyle
}
>
{
$billingName
}
<br/>
{
$address
}
</td>
</tr>
{/
if
}
{
if
$billingName
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Billing Name and Address
{/
ts
}
</th>
</tr>
<tr>
<td
{
$labelStyle
}
>
{
$billingName
}
<br
/>
{
$address
}
</td>
</tr>
{/
if
}
{
if
$credit_card_type
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Credit Card Information
{/
ts
}
</th>
</tr>
<tr>
<td
{
$valueStyle
}
>
{
$credit_card_type
}
<br/>
{
$credit_card_number
}
</td>
</tr>
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Expires
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$credit_card_exp_date
|
truncate
:
7
:
''
|
crmDate
}
</td>
</tr>
{/
if
}
{
if
$credit_card_type
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Credit Card Information
{/
ts
}
</th>
</tr>
<tr>
<td
{
$valueStyle
}
>
{
$credit_card_type
}
<br
/>
{
$credit_card_number
}
</table>
</td>
</tr>
<tr>
<td
{
$labelStyle
}
>
{
ts
}
Expires
{/
ts
}
</td>
<td
{
$valueStyle
}
>
{
$credit_card_exp_date
|
truncate
:
7
:
''
|
crmDate
}
</td>
</tr>
{/
if
}
</table>
</td>
</tr>
{/
if
}
</tr>
{/
if
}
{
if
$customValues
}
<tr>
<td>
<table
style=
"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"
>
{
if
$customValues
}
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Membership Options
{/
ts
}
</th>
</tr>
{
foreach
from
=
$customValues
item
=
value
key
=
customName
}
<tr>
<td
{
$labelStyle
}
>
{
$customName
}
</td>
<td
{
$valueStyle
}
>
{
$value
}
<td>
<table
style=
"border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;"
>
<tr>
<th
{
$headerStyle
}
>
{
ts
}
Membership Options
{/
ts
}
</th>
</tr>
{
foreach
from
=
$customValues
item
=
value
key
=
customName
}
<tr>
<td
{
$labelStyle
}
>
{
$customName
}
</td>
<td
{
$valueStyle
}
>
{
$value
}
</td>
</tr>
{/
foreach
}
</table>
</td>
</tr>
{/
foreach
}
</table>
</td>
</tr>
{/
if
}
</tr>
{/
if
}
</table>
</table>
</center>
</body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment