]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_confirm_link.tpl
Removed out-dated link to FunCoins, long dead online-currency
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
index 54743970179bce2c01a0901d4720c1d1a7aac9aa..0238402eb1a31ff5ec697796964bbb673a8058ae 100644 (file)
@@ -1,28 +1,31 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=confirm%}" method="post">
+{%form,formMethodPost=modules.php?module=index&amp;what=confirm%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td align="center" colspan="2" class="table_header bottom">
-                       <div class="big">{--GUEST_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" 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>
+<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>
+{%form_close%}
 </div>