]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_confirm_link.tpl
More HTML/EL code fixes, removed assertition as it was to strict (didn't work in...
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
index 9364485c67eda691a5c8c56dc0144375562cae55..4f1407d618acce444dac0a35443739af016011cb 100644 (file)
@@ -1,28 +1,28 @@
 <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">{--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>
                <td class="bottom" align="right">{--GUEST_ENTER_EMAIL--}:</td>
                <td class="bottom">
-                       <input type="text" name="email" class="form_field" size="30" maxlength="255" />
+                       <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" name="ok" class="form_submit" value="{--REQUEST_CONFIRM_LINK--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--GUEST_REQUEST_CONFIRM_LINK--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>