More forced spaces ( ) removed, see ticket #142)
[mailer.git] / templates / de / html / guest / guest_sponsor_infos.tpl
index a6fc7ee7e80cbc5c12e79cf216bee89e8fb55811..827a37515075425d377ba8d2e11a5e2d0942fed2 100644 (file)
@@ -1,32 +1,48 @@
-<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 />
-    {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
-  </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>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
+<tr>
+  <td class="guest_title bottom">
+    <div class="big para">
+      {--GUEST_SPONSOR_WANT_BECOME_HEADER--}
+    </div>
+    <div class="para">
+      {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
+    </div>
+  </td>
+</tr>
+<tr>
+  <td align="center" class="bottom" style="padding-top:15px; padding-bottom: 15px">
+    <div>
+      {--GUEST_SPONSOR_PRICING_HEADER--}
+    </div>
+    <div>
+    <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="450">
+$content[paytypes]
+    <tr>
+      <td colspan="2" class="guest_footer">
+        {--GUEST_SPONSOR_PRICING_FOOTER--}
+      </td>
+    </tr>
+    </table>
+    </div>
+  </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_title bottom">
+        <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
+      </td>
+    </tr>
+$content[actions]
+    <tr>
+      <td colspan="2" class="guest_footer">
+        {--GUEST_SPONSOR_ACTIONS_FOOTER--}
+      </td>
+    </tr>
+    </table>
+  </td>
+</tr>
+</table>
+</div>