HTMLInputCoder - Add more variants for encoding arrays
[civicrm-core.git] / xml / templates / message_templates / contribution_dupalert_html.tpl
CommitLineData
6a488035
TO
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>
cb342529 14 <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;">
6a488035
TO
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}A contribution / membership signup was made on behalf of the organization listed below.{/ts}</p>
0865a4ed 25 <p>{ts}The information provided matched multiple existing database records based on the configured Duplicate Matching Rules for your site.{/ts}</p>
6a488035
TO
26 </td>
27 </tr>
28 <tr>
29 <td>
30 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
31 <tr>
32 <td {$labelStyle}>
33 {ts}Organization Name{/ts}
34 </td>
35 <td {$valueStyle}>
36 {$onBehalfName}
37 </td>
38 </tr>
39 <tr>
40 <td {$labelStyle}>
41 {ts}Organization Email{/ts}
42 </td>
43 <td {$valueStyle}>
44 {$onBehalfEmail}
45 </td>
46 </tr>
47 <tr>
48 <td {$labelStyle}>
7b99ead3 49 {ts}Organization Contact ID{/ts}
6a488035
TO
50 </td>
51 <td {$valueStyle}>
52 {$onBehalfID}
53 </td>
54 </tr>
55 </table>
56 </td>
57 </tr>
58 <tr>
59 <td>
0865a4ed 60 <p>{ts}If you think this may be a duplicate contact which should be merged with an existing record - Go to "Contacts >> Find and Merge Duplicate Contacts". Use the strict rule for Organizations to find the potential duplicates and merge them if appropriate.{/ts}</p>
6a488035
TO
61 </td>
62 </tr>
63 {if $receiptMessage}
64 <tr>
65 <td>
66 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
67 <tr>
68 <th {$headerStyle}>
69 {ts}Copy of Contribution Receipt{/ts}
70 </th>
71 </tr>
72 <tr>
73 <td colspan="2" {$valueStyle}>
74 {* FIXME: the below is most probably not HTML-ised *}
75 {$receiptMessage}
76 </td>
77 </tr>
78 </table>
79 </td>
80 </tr>
81 {/if}
82 </table>
83</center>
84
85</body>
86</html>