]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_infos.tpl
More usage of isValidUserId()
[mailer.git] / templates / de / html / guest / guest_sponsor_infos.tpl
index 9613bbf96147862dad555627063981fb9f920afc..95ef6a181a2d36743649ff53aaf7e0caaf8416bf 100644 (file)
@@ -1,33 +1,46 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="550">
 <tr>
-  <td class="guest_title bottom2">
+  <td class="guest_title bottom">
     <div class="big">
       {--GUEST_SPONSOR_WANT_BECOME_HEADER--}
     </div>
-    <br />
-    {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
+    <div>
+      {--GUEST_SPONSOR_INFOS_PRICING_HEADER--}
+    </div>
   </td>
 </tr>
 <tr>
-  <td align="center" class="bottom2" style="padding-top:15px; padding-bottom: 15px">
-    {--GUEST_SPONSOR_PRICING_HEADER--}<br />
+  <td align="center" style="padding-top:8px; padding-bottom: 4px">
+    <div>
+      {--GUEST_SPONSOR_PRICING_HEADER--}
+    </div>
+    <div>
     <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>
+$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">
+  <td align="center" style="padding-top: 4px; padding-bottom: 8px">
     <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">
+      <td colspan="2" align="center" class="guest_title bottom">
         <strong>{--GUEST_SPONSOR_ACTIONS_HEADER--}</strong>
       </td>
     </tr>
-{!__SPONSOR_ACTIONS!}
-    <tr><td colspan="2" class="guest_title2 seperator" height="29">&nbsp;</td></tr>
+$content[actions]
+    <tr>
+      <td colspan="2" class="guest_footer">
+        {--GUEST_SPONSOR_ACTIONS_FOOTER--}
+      </td>
+    </tr>
     </table>
   </td>
 </tr>