]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_confirm_link.tpl
mailer project continued:
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
index e46ebca27a8c1b14465ff8b06f2104e11e421491..61103a266f4ea7ca82692708ca3b370549dd9d14 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;*&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="table dashed">
+       <tr>
+               <td align="center" colspan="2" class="table_header bottom">
+                       <strong>{--GUEST_REQUEST_CONFIRM_LINK_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2">
+                       {--GUEST_CONFIRM_LINK_NOTICE--}
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right">{--GUEST_ENTER_EMAIL--}:</td>
+               <td class="bottom">
+                       <input type="text" class="form_field" name="email" size="30" maxlength="255" />
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--GUEST_REQUEST_CONFIRM_LINK--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>