Merge pull request #869 from totten/cms-perms
[civicrm-core.git] / CRM / Upgrade / 4.2.alpha1.msg_template / message_templates / membership_autorenew_billing_html.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title></title>
6 </head>
7 <body>
8
9 {capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture}
10 {capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture}
11 {capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture}
12
13 <center>
14 <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
15
16 <!-- BEGIN HEADER -->
17 <!-- You can add table row(s) here with logo or other header elements -->
18 <!-- END HEADER -->
19
20 <!-- BEGIN CONTENT -->
21
22 <tr>
23 <td>
24 <p>{ts 1=$contact.display_name}Dear %1{/ts},</p>
25 <p>{ts 1=$membershipType}Billing details for your automatically renewed %1 membership have been updated.{/ts}</p>
26 </td>
27 </tr>
28 <tr>
29 </table>
30
31 <table width="500" style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse;">
32 <tr>
33 <th {$headerStyle}>
34 {ts}Billing Name and Address{/ts}
35 </th>
36 </tr>
37 <tr>
38 <td colspan="2" {$valueStyle}>
39 {$billingName}<br />
40 {$address|nl2br}<br />
41 {$email}
42 </td>
43 </tr>
44 <tr>
45 <th {$headerStyle}>
46 {ts}Credit Card Information{/ts}
47 </th>
48 </tr>
49 <tr>
50 <td colspan="2" {$valueStyle}>
51 {$credit_card_type}<br />
52 {$credit_card_number}<br />
53 {ts}Expires{/ts}: {$credit_card_exp_date|truncate:7:''|crmDate}<br />
54 </td>
55 </tr>
56 <tr>
57 <td {$labelStyle}>
58 {ts 1=$receipt_from_email}If you have questions please contact us at %1{/ts}
59 </td>
60 </tr>
61 </table>
62 </center>
63
64 </body>
65 </html>