]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_points_locked.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / mailid / mailid_points_locked.tpl
index ef57215b0fd0fb05d3123ff197b98423747ab322..97c83cd096c372cb4af194c4d5027f96d72b050d 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
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="mailid_table">
+       <tr>
+               <td width="220" align="center">
+                       {%message,MEMBER_THANX_POINTS_LOCKED=$content[points]%}
+               </td>
+               <td align="center">
+                       <div class="banner dashed">
+                               $content[banner]
+                       </div>
+               </td>
+       </tr>
+</table>
+</div>