]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_points_locked.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / mailid / mailid_points_locked.tpl
index ef57215b0fd0fb05d3123ff197b98423747ab322..208f91b84e62a2401961a8818c5647e4bd12ab5f 100644 (file)
@@ -1,25 +1,14 @@
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="member_mailidtop">
-       <TR>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="220" align="center">{--THANX_POINTS_LOCKED_1--}<STRONG
-                       class="member_done">{--_POINTS_VALUE!}</STRONG>&nbsp;{--THANX_POINTS_LOCKED_2--}<br />
-               </TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD align="center">
-               <TABLE border="0" cellspacing="0" cellpadding="0"
-                       class="member_banner dashed">
-                       <TR>
-                               <TD height="3" class="seperator">&nbsp;</TD>
-                       </TR>
-                       <TR>
-                               <TD align="center">{--_TEMPLATE_BANNER--}</TD>
-                       </TR>
-                       <TR>
-                               <TD height="4" class="seperator">&nbsp;</TD>
-                       </TR>
-               </TABLE>
-               </TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
+       <tr>
+               <td width="220" align="center">{--THANX_POINTS_LOCKED_1--}
+                       <strong class="member_done">$content[points]</strong> {--THANX_POINTS_LOCKED_2--}
+               </td>
+               <td align="center">
+               <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
+                       <tr>
+                               <td align="center">$content[banner]</td>
+                       </tr>
+               </table>
+               </td>
+       </tr>
+</table>