A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / guest / guest_sponsor_infos.tpl
index 465f7245ce08c7df26a8b914ea26c2a8fcdeca31..86288a758cadc2d6e6374f0300a75fa22a60a6ff 100644 (file)
@@ -1,32 +1,35 @@
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
-<TR>
-  <TD class="guest_title bottom2">
-    <STRONG class="big">{--GUEST_SPONSOR_WANT_BECOME_HEADER--}</STRONG><br />
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
+<tr>
+  <td class="guest_title bottom2">
+    <div class="big">
+      {--GUEST_SPONSOR_WANT_BECOME_HEADER--}
+    </div>
+    <br />
     {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
-  </TD>
-</TR>
-<TR>
-  <TD align="center" class="bottom2" style="padding-top:15px; padding-bottom: 15px">
+  </td>
+</tr>
+<tr>
+  <td align="center" class="bottom2" style="padding-top:15px; padding-bottom: 15px">
     {--GUEST_SPONSOR_PRICING_HEADER--}<br />
-    <TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
-{--__SPONSOR_PAYTYPES--}
-    <TR><TD colspan="2" class="guest_title2 seperator" height="29">&nbsp;</TD></TR>
-    </TABLE>
-  </TD>
-</TR>
-<TR>
-  <TD align="center" style="padding-top: 15px; padding-bottom: 15px">
-    <TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
-    <TR>
-      <TD colspan="2" align="center" class="guest_title2 bottom2" height="30">
-        <STRONG>{--GUEST_SPONSOR_ACTIONS_HEADER--}</STRONG>
-      </TD>
-    </TR>
-{--__SPONSOR_ACTIONS--}
-    <TR><TD colspan="2" class="guest_title2 seperator" height="29">&nbsp;</TD></TR>
-    </TABLE>
-  </TD>
-</TR>
-</TABLE>
-</DIV>
+    <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
+$content[paytypes]
+    <tr><td colspan="2" class="guest_title2 seperator" height="29">&nbsp;</td></tr>
+    </table>
+  </td>
+</tr>
+<tr>
+  <td align="center" style="padding-top: 15px; padding-bottom: 15px">
+    <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
+    <tr>
+      <td colspan="2" align="center" class="guest_title2 bottom2" height="30">
+        <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
+      </td>
+    </tr>
+$content[actions]
+    <tr><td colspan="2" class="guest_title2 seperator" height="29">&nbsp;</td></tr>
+    </table>
+  </td>
+</tr>
+</table>
+</div>