]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_enter_code.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / mailid / mailid_enter_code.tpl
index c838b191fc61afb04dd4016dd5f876803bd9773e..8be4b9d1bad7f35cc0368d10a2292dadfae43533 100644 (file)
@@ -2,19 +2,16 @@
 <table border="0" cellspacing="0" cellpadding="0" class="mailid_table">
        <tr>
                <td width="220" align="center">
-                       <form
-                               accept-charset="UTF-8"
-                               action="{%url=mailid_top.php?userid=$content[userid]&amp;$content[type]=$content[data]&amp;do=add&amp;code=$content[code]%}"
-                               method="post">
+                       {%form,formMethodPost=mailid.php?userid=$content[userid]&amp;type=$content[type]&amp;id=$content[id]&amp;do=add&amp;code=$content[code]%}
                                        {--MEMBER_ENTER_CODE--}:
                                        $content[image]<br />
-                                       <input type="text" class="form_field" name="gfx_check" size="5" maxlength="45" />
+                                       <input type="text" class="form_field" name="real_code_check" size="5" maxlength="45" />
                                        <input type="submit" class="form_submit" name="ok" value="{--MEMBER_SUBMIT_CODE--}" />
-                       </form>
+                       {%form_close%}
                </td>
                <td align="center">
                        <div class="banner dashed">
-                               $content[banner]
+                               {%template,LoadTemplate=mailid_banner%}
                        </div>
                </td>
        </tr>