]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_overview.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / member / member_transfer_overview.tpl
index bd6cfcb1baa35a713df24fdc1bf11cdc71712adc..ec0098d6220939bcbfb9f85a19a198ceeb633923 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="bottom right" height="40">
+                       {--TRANSFER_LIST_INCOMING--}:<br />
+                       <strong>$content[in_link]</strong>
+               </td>
+               <td align="center" width="260" class="bottom">
+                       {--TRANSFER_LIST_OUTGOING--}:<br />
+                       <strong>$content[out_link]</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" height="40" class="bottom">
+                       {--TRANSFER_LIST_ALL--}:<br />
+                       <strong>$content[all_link]</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" height="40" class="bottom">
+                       <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>