]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_transfer_overview.tpl
Continued:
[mailer.git] / templates / de / html / member / member_transfer_overview.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td align="center" width="260" class="bottom right">
5                 {--MEMBER_LIST_INCOMING_TRANSFER_TITLE--}:<br />
6                 <strong>$content[in_link]</strong>
7         </td>
8         <td align="center" width="260" class="bottom">
9                 {--MEMBER_LIST_OUTGOING_TRANSFER_TITLE--}:<br />
10                 <strong>$content[out_link]</strong>
11         </td>
12 </tr>
13
14 <tr>
15         <td align="center" colspan="2" class="bottom">
16                 {--TRANSFER_LIST_ALL--}:<br />
17                 <strong>$content[all_link]</strong>
18         </td>
19 </tr>
20
21 <tr>
22         <td align="center" colspan="2" class="bottom">
23                 <strong>{--MEMBER_START_NEW_TRANSFER--}:</strong><br />
24                 $content[new_link]
25         </td>
26 </tr>
27
28 <tr>
29         <td align="center" colspan="2">
30                 $content[settings]
31         </td>
32 </tr>
33 </table>
34 </div>