]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_sponsor_activate.tpl
Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_sponsor_activate.tpl
index accc52c299d1ed5bd8e3a5116528a54d25f70cbe..8a9c5a47f70b1c7726cdc43b2d3c46e8deee87d7 100644 (file)
@@ -1,42 +1,45 @@
-<DIV align="center">
-<FORM 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">
-    <STRONG>{--SPONSOR_SEND_ACTIVATION_LINK--}</STRONG>
-  </TD>
-</TR>
-<TD colspan="2" height="5" class="seperator">&nbsp;</TD></TR>
-<TR>
-  <TD width="200" align="right" style="padding-right: 10px" height="30">
+<div class="para">
+<div align="center">
+<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_title bottom" align="center" colspan="2">
+    <strong>{--SPONSOR_SEND_ACTIVATION_LINK--}</strong>
+  </td>
+</tr>
+<tr>
+  <td class="bottom" align="right" style="padding-right: 10px">
     {--SPONSOR_ENTER_EMAIL--}:
-  </TD>
-  <TD width="200">
-    <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--}">&nbsp;*
-    <INPUT type="submit" name="ok" class="guest_submit" value="{--SPONSOR_ACTIVATION_SUBMIT--}">
-  </TD>
-</TR>
-</TABLE>
-</FORM>
-</DIV>
+  </td>
+  <td class="bottom">
+    <input type="text" name="email" class="guest_normal" size="20" maxlength="255" />
+  </td>
+</tr>
+<tr>
+  <td colspan="2" align="center" class="guest_footer">
+    <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+    <input type="submit" name="ok" class="guest_submit" value="{--SPONSOR_ACTIVATION_SUBMIT--}" />
+  </td>
+</tr>
+</table>
+</form>
+</div>
+</div>
 
-<DIV align="center">
-  <FONT class="guest_note">{--SPONSOR_HOWTO_GET_ACTIVATION_LINK--}</FONT>
-</DIV>
-<BR>
-<DIV align="center">
-<TABLE border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
-<TR>
-  <TD align="center" height="30">
-    --&gt;&nbsp;<A href="{--URL--}/modules.php?module=index&amp;what=sponsor_login">{--SPONSOR_BACK_TO_LOGIN--}</A><BR>
-  </TD>
-</TR>
-</TABLE>
-</DIV>
+<div class="para">
+<div align="center">
+  <div class="guest_note">{--SPONSOR_HOWTO_GET_ACTIVATION_LINK--}</div>
+</div>
+</div>
+
+<div class="para">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table" width="100%">
+<tr>
+  <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>