]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_guest_menu.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_delete_guest_menu.tpl
index 7babe20074f8930e7a0dce6027a0545f049b1426..ff4ca3a7e323858d398152942febf3a740485797 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=guestedit&amp;sub=$content[sub]%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=guestedit&amp;sub=$content[sub]%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" colspan="2" class="table_header" height="40">
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="hidden" name="ok" value="delete" />
-                       <input type="hidden" name="chk" value="$content[chk]_$content[cnt]" />
+                       <input type="hidden" name="chk" value="$content[chk]_$content[count]" />
                        <input type="submit" class="form_delete" name="submit" value="{--DEL_ENTRIES--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>