]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_overview.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / member / member_transfer_overview.tpl
index 69b9e65d8896b9ce6f0694587fbf57fb40cc3e8d..4fb795fead2a4fb56ecfb8254cbd06546a0a338d 100644 (file)
@@ -1,32 +1,33 @@
-<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">
+<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>{--__TRANSFER_IN_LINK--}</STRONG></TD>
-               <TD align="center" width="260" class="bottom2">
+               <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">
+               <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>
+               <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>