Merge pull request #18554 from civicrm/5.30
[civicrm-core.git] / xml / templates / message_templates / friend_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>{$senderMessage}</p>
25 {if $generalLink}
26 <p><a href="{$generalLink}">{ts}More information{/ts}</a></p>
27 {/if}
28 {if $contribute}
29 <p><a href="{$pageURL}">{ts}Make a contribution{/ts}</a></p>
30 {/if}
31 {if $event}
32 <p><a href="{$pageURL}">{ts}Find out more about this event{/ts}</a></p>
33 {/if}
34 </td>
35 </tr>
36 </table>
37</center>
38
39</body>
40</html>