Unneccessary div-s removed
[mailer.git] / templates / de / html / member / member_order_points.tpl
index 595a2d16f7f6f9a9657576c7e14cea0926b7f371..f21c85c2bc3558c7c3c7427bd48dba9fdd56bc38 100644 (file)
@@ -1,19 +1,16 @@
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="500"
-       class="member_main dashed" align="center">
-       <TR>
-               <TD align="center" height="50" class="member_main"
-                       style="padding-left: 5px; padding-right: 5px">
-               {--MEMBER_POINTS_LEFT--}:<BR>
-               <SPAN class="member_done"><STRONG>$content</STRONG> {!POINTS!}</SPAN>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="center" height="50" class="member_main"
-                       style="padding-left: 5px; padding-right: 5px">
-               {--MEMBER_ORDER_MAX_ALLOWED--}:<BR>
-               <SPAN class="member_done">{--ORDER_MAX_VALUE--}</SPAN></TD>
-       </TR>
-</TABLE>
-</DIV>
-<BR>
\ No newline at end of file
+<div class="para" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+       <tr>
+               <td align="center" height="50" style="padding-left: 5px; padding-right: 5px">
+                       {--MEMBER_POINTS_LEFT--}:
+                       <strong>$content[total] {?POINTS?}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" height="50" style="padding-left: 5px; padding-right: 5px">
+                       {--MEMBER_ORDER_MAX_ALLOWED--}:
+                       $content[order_max_full]
+               </td>
+       </tr>
+</table>
+</div>