]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_confirm_link.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / guest / guest_confirm_link.tpl
index 75036604e36f5585e269df84947c67b35927626d..5f278c1140be4ca47fd6831b9c3ede466ec57354 100644 (file)
@@ -1,9 +1,10 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=index&amp;what=confirm" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" 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">
-               <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div></td>
+                       <div class="big">{--REQUEST_CONFIRM_LINK_TITLE--}</div>
+               </td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="6">&nbsp;</td>
        <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>
+               <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;<input
-                       type="submit" name="ok" class="guest_submit"
-                       value="{--REQUEST_CONFIRM_LINK--}" /></td>
+               <td align="center" colspan="3" class="admin_footer top2">
+                       <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="guest_submit" value="{--REQUEST_CONFIRM_LINK--}" />
+               </td>
        </tr>
 </table>
 </form>