Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / member / member_transfer_overview.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
3         <tr>
4                 <td align="center" width="260" class="bottom2 right2" height="40">
5                 {--TRANSFER_LIST_INCOMING--}:<br />
6                 <strong>{!-__TRANSFER_IN_LINK!}</strong></td>
7                 <td align="center" width="260" class="bottom2">
8                 {--TRANSFER_LIST_OUTGOING--}:<br />
9                 <strong>{!__TRANSFER_OUT_LINK!}</strong></td>
10         </tr>
11         <tr>
12                 <td align="center" colspan="2" height="40" class="bottom2">
13                 {--TRANSFER_LIST_ALL--}:<br />
14                 <strong>{!__TRANSFER_ALL_LINK!}</strong></td>
15         </tr>
16         <tr>
17                 <td align="center" colspan="2" height="40" class="bottom2">
18                         <strong>{--TRANSFER_TO_MEMBER_NOW--}:</strong><br />
19                         {!__TRANSFER_NEW_LINK!}
20                 </td>
21         </tr>
22         <tr>
23                 <td colspan="2" class="member_main seperator" height="10">&nbsp;</td>
24         </tr>
25         <tr>
26                 <td align="center" colspan="2" class="member_main">
27                 {!__TRANSFER_SETTINGS_CONTENT!}</td>
28         </tr>
29         <tr>
30                 <td colspan="2" class="member_main seperator" height="10">&nbsp;</td>
31         </tr>
32 </table>
33 </div>