]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_sponsor_infos.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / guest / guest_sponsor_infos.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="550">
3 <tr>
4         <td class="table_header bottom">
5                 <div>
6                         <strong>{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</strong>
7                 </div>
8                 <div>
9                         {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
10                 </div>
11         </td>
12 </tr>
13 <tr>
14         <td align="center" style="padding-top:8px; padding-bottom: 4px">
15                 <div>
16                         {--GUEST_SPONSOR_PRICING_HEADER--}
17                 </div>
18                 <div>
19                         <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="450">
20                         $content[paytypes]
21                         <tr>
22                                 <td colspan="2" class="table_footer">
23                                         {--GUEST_SPONSOR_PRICING_FOOTER--}
24                                 </td>
25                         </tr>
26                         </table>
27                 </div>
28         </td>
29 </tr>
30 <tr>
31         <td align="center" style="padding-top: 4px; padding-bottom: 8px">
32                 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="450">
33                 <tr>
34                         <td colspan="2" align="center" class="table_header bottom">
35                                 <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
36                         </td>
37                 </tr>
38                 $content[actions]
39                 <tr>
40                         <td colspan="2" class="table_footer">
41                                 {--GUEST_SPONSOR_ACTIONS_FOOTER--}
42                         </td>
43                 </tr>
44                 </table>
45         </td>
46 </tr>
47 </table>
48 </div>