]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_sponsor.tpl
More rewrites to configuration:
[mailer.git] / templates / de / html / admin / admin_unlock_sponsor.tpl
index 292ef457aed8952d01391e0bcb4c20029f1c56f0..8ba5571933381349fc1a30ded66ed4da2123d95c 100644 (file)
@@ -1,18 +1,21 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=unlock_sponsor%}" method="post">
+{%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="table_header bottom" align="center">
                <strong>{--ADMIN_SPONSOR_UNLOCK_TITLE--}</strong>
        </td>
 </tr>
+
 <tr>
-       <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
        <td align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}:</strong></td>
        <td align="center" class="header_column bottom right"><strong>{--REMOTE_IP--}:</strong></td>
        <td align="center" class="header_column bottom"><strong>{--SPONSOR_CREATED--}:</strong></td>
 </tr>
+
 $content
+
 <tr>
        <td colspan="4" class="table_footer" align="center">
                <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
@@ -20,10 +23,9 @@ $content
        </td>
 </tr>
 </table>
-</form>
-
-<div class="notice">
-       {--ADMIN_SPONSOR_UNLOCK_NOTES--}
+{%form_close%}
 </div>
 
+<div class="notice">
+       {--ADMIN_SPONSOR_UNLOCK_NOTICE--}
 </div>