Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_sponsor_activate.tpl
index 87fd88798f773dc2841217ac22eb14949ab28050..8a9c5a47f70b1c7726cdc43b2d3c46e8deee87d7 100644 (file)
@@ -1,24 +1,20 @@
+<div class="para">
 <div align="center">
-<form action="{!URL!}/modules.php?module=index&amp;what=sponsor_login&amp;mode=activate" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=sponsor_login&amp;mode=activate%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed" width="400">
 <tr>
-  <td class="guest_title2 bottom2" align="center" height="30" colspan="2">
+  <td class="guest_title bottom" align="center" colspan="2">
     <strong>{--SPONSOR_SEND_ACTIVATION_LINK--}</strong>
   </td>
 </tr>
 <tr>
-  <td colspan="2" height="5" class="seperator">&nbsp;</td>
-</tr>
-<tr>
-  <td width="200" align="right" style="padding-right: 10px" height="30">
+  <td class="bottom" align="right" style="padding-right: 10px">
     {--SPONSOR_ENTER_EMAIL--}:
   </td>
-  <td width="200">
+  <td class="bottom">
     <input type="text" name="email" class="guest_normal" size="20" maxlength="255" />
   </td>
 </tr>
-<tr>
-<td colspan="2" height="5" class="bottom2 seperator">&nbsp;</td></tr>
 <tr>
   <td colspan="2" align="center" class="guest_footer">
     <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
 </table>
 </form>
 </div>
+</div>
 
+<div class="para">
 <div align="center">
   <div class="guest_note">{--SPONSOR_HOWTO_GET_ACTIVATION_LINK--}</div>
 </div>
-<br />
+</div>
+
+<div class="para">
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
 <tr>
-  <td align="center" height="30">
-    &raquo;&raquo;&nbsp;<a href="{!URL!}/modules.php?module=index&amp;what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
+  <td align="center">
+    &raquo;&raquo;&nbsp;<a href="{%url=modules.php?module=index&amp;what=sponsor_login%}">{--SPONSOR_BACK_TO_LOGIN--}</a><br />
   </td>
 </tr>
 </table>
 </div>
+</div>