]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_confirm_link.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
index 9f39506c7323afb5a985d3c82417b9eafdc6cf68..4f1407d618acce444dac0a35443739af016011cb 100644 (file)
@@ -1,14 +1,14 @@
 <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>
+                       <strong>{--GUEST_REQUEST_CONFIRM_LINK_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td align="center" colspan="2">
-                       {--GUEST_CONFIRM_LINK_NOTE--}
+                       {--GUEST_CONFIRM_LINK_NOTICE--}
                </td>
        </tr>
        <tr>
@@ -24,5 +24,5 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>