]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_confirm_link.tpl
Function generateGenderSelectionBox() introduced, some cleanups:
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
index dd98e4f25c616be92d246f0149d9eb9fb49babdd..9f39506c7323afb5a985d3c82417b9eafdc6cf68 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=index&amp;what=confirm%}" method="post">
+<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">
        <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="{--GUEST_REQUEST_CONFIRM_LINK--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--GUEST_REQUEST_CONFIRM_LINK--}" />
                </td>
        </tr>
 </table>