Fixes for transfer member->member
[mailer.git] / templates / de / html / member / member_transfer_overview.tpl
index 69b9e65d8896b9ce6f0694587fbf57fb40cc3e8d..78cd324d04deed39fff38692a252f4d9107f6524 100644 (file)
@@ -1,32 +1,37 @@
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="member_table dashed">
-       <TR>
-               <TD align="center" width="260" class="bottom2 right2" height="40">
-               {--TRANSFER_LIST_INCOMING--}:<br />
-               <STRONG>{--__TRANSFER_IN_LINK--}</STRONG></TD>
-               <TD align="center" width="260" class="bottom2">
-               {--TRANSFER_LIST_OUTGOING--}:<br />
-               <STRONG>{--__TRANSFER_OUT_LINK--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="2" height="40" class="bottom2">
-               {--TRANSFER_LIST_ALL--}:<br />
-               <STRONG>{--__TRANSFER_ALL_LINK--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="2" height="40" class="bottom2"><STRONG>{--TRANSFER_TO_MEMBER_NOW--}:</STRONG><br />
-               {--__TRANSFER_NEW_LINK--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="2" class="member_main seperator" height="10">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="2" class="member_main">
-               {--__TRANSFER_SETTINGS_CONTENT--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="2" class="member_main seperator" height="10">&nbsp;</TD>
-       </TR>
-</TABLE>
-</DIV>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+       <tr>
+               <td align="center" width="260" class="bottom2 right2" height="40">
+                       {--TRANSFER_LIST_INCOMING--}:<br />
+                       <strong>$content[in_link]</strong>
+               </td>
+               <td align="center" width="260" class="bottom2">
+                       {--TRANSFER_LIST_OUTGOING--}:<br />
+                       <strong>$content[out_link]</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" height="40" class="bottom2">
+                       {--TRANSFER_LIST_ALL--}:<br />
+                       <strong>$content[all_link]</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" height="40" class="bottom2">
+                       <strong>{--TRANSFER_TO_MEMBER_NOW--}:</strong><br />
+                       $content[new_link]
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" class="member_main seperator" height="10">&nbsp;</td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" class="member_main">
+                       $content[settings]
+               </td>
+       </tr>
+       <tr>
+               <td colspan="2" class="member_main seperator" height="10">&nbsp;</td>
+       </tr>
+</table>
+</div>