]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_sponsor.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor.tpl
index accc963d8f21db5674d05428737e6c7405294182..f38d83fea8887c88020ed93118c225f3dba9ca3e 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=unlock_sponsor%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%form,formMethodPost=modules.php?module=admin&amp;what=unlock_sponsor%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td colspan="4" class="admin_title bottom" align="center">
+       <td colspan="4" class="table_header bottom" align="center">
                <strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
        </td>
 </tr>
 </tr>
 $content
 <tr>
-       <td colspan="4" class="admin_footer" align="center">
-               <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="ok" class="admin_submit" value="{--SPONSOR_UNLOCK--}" />
+       <td colspan="4" class="table_footer" align="center">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="ok" value="{--SPONSOR_UNLOCK--}" />
        </td>
 </tr>
 </table>
-</form>
-
-<div class="admin_note">
-       {--ADMIN_SPONSOR_UNLOCK_NOTES--}
+{%form_close%}
 </div>
 
+<div class="notice">
+       {--ADMIN_SPONSOR_UNLOCK_NOTICE--}
 </div>