Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
index 3eb4dde932b961b7438b657e99a7c85be24b937b..628249880e5324af5371f6919e5b6dd5db20a603 100644 (file)
@@ -1,34 +1,28 @@
-<FORM action="{!URL!}/modules.php?module=index&amp;what=confirm"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
-       class="admin_table dashed">
-       <TR>
-               <TD align="center" colspan="3" class="admin_title bottom2" height="30">
-               <STRONG class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="6">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="3">{--GUEST_CONFIRM_LINK_NOTE--}</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="6">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="right" width="230">{--GUEST_ENTER_EMAIL--}:</TD>
-               <TD width="10" class="seperator">&nbsp;</TD>
-               <TD width="240"><INPUT type="text" name="email"
-                       class="guest_normal" size="30" maxlength="255"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="6">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="3" class="admin_footer top2"><INPUT
-                       type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
-                       type="submit" name="ok" class="guest_submit"
-                       value="{--REQUEST_CONFIRM_LINK--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
\ No newline at end of file
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=confirm%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="guest_table dashed">
+       <tr>
+               <td align="center" colspan="2" class="guest_title bottom">
+                       <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2">
+                       {--GUEST_CONFIRM_LINK_NOTE--}
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right">{--GUEST_ENTER_EMAIL--}:</td>
+               <td class="bottom">
+                       <input type="text" name="email" class="guest_normal" size="30" maxlength="255" />
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" class="guest_footer top">
+                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="guest_submit" value="{--REQUEST_CONFIRM_LINK--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>