]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_sponsor.tpl
Mailer project rwritten:
[mailer.git] / templates / de / html / admin / admin_lock_sponsor.tpl
index 4d5f0552773716bb4bb0b055c192be93e5007e00..c2a9a7419d0201d11b31031dfd40c7fd018cef67 100644 (file)
@@ -1,5 +1,6 @@
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}" method="post">
-<div align="center" class="table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=lock_sponsor&amp;id=$content[id]%}
+<div class="table dashed">
 
 <div class="table_header bottom">
        <div class="table">$content[header_message]</div>
 </div>
 
 <div class="table_footer">
-       <input type="submit" name="no" class="form_submit" value="{--NO--}" />
-       <input type="submit" name="ok" class="form_delete" value="{--YES--}" />
+       <input type="submit" class="form_submit" name="no" value="{--NO--}" />
+       <input type="submit" class="form_delete" name="ok" value="{--YES--}" />
 </div>
 
 </div>
-</form>
+{%form_close%}
+</div>