Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_transfer_overview.tpl
index ef6cc07471a9a1189d1e09374a350a4944ef9298..a301dea836bd0aa4de648b7a6be78c9065c4c1bc 100644 (file)
@@ -1,31 +1,34 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td align="center" width="260" class="bottom right" height="40">
-                       {--MEMBER_LIST_INCOMING_TRANSFER_TITLE--}:<br />
-                       <strong>$content[in_link]</strong>
-               </td>
-               <td align="center" width="260" class="bottom">
-                       {--MEMBER_LIST_OUTGOING_TRANSFER_TITLE--}:<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>{--MEMBER_START_NEW_TRANSFER--}:</strong><br />
-                       $content[new_link]
-               </td>
-       </tr>
-       <tr>
-               <td align="center" colspan="2">
-                       $content[settings]
-               </td>
-       </tr>
+<tr>
+       <td align="center" width="260" class="bottom right">
+               {--MEMBER_LIST_INCOMING_TRANSFER_TITLE--}:<br />
+               <strong>$content[in_link]</strong>
+       </td>
+       <td align="center" width="260" class="bottom">
+               {--MEMBER_LIST_OUTGOING_TRANSFER_TITLE--}:<br />
+               <strong>$content[out_link]</strong>
+       </td>
+</tr>
+
+<tr>
+       <td align="center" colspan="2" class="bottom">
+               {--TRANSFER_LIST_ALL--}:<br />
+               <strong>$content[all_link]</strong>
+       </td>
+</tr>
+
+<tr>
+       <td align="center" colspan="2" class="bottom">
+               <strong>{--MEMBER_START_NEW_TRANSFER--}:</strong><br />
+               $content[new_link]
+       </td>
+</tr>
+
+<tr>
+       <td align="center" colspan="2">
+               $content[settings]
+       </td>
+</tr>
 </table>
 </div>