]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_payouts.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_payouts.tpl
index 692f8c4ac90595b2ada1bf24a4ad872e89f4f452..255cb5baa9e991f76a6f71a7dd8e8a5baf1f9e29 100644 (file)
@@ -1,25 +1,28 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_payouts%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_payouts%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="5" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_PAYOUT_EDIT_TITLE--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td width="20" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td width="200" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
-               <td width="150" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
-               <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
-               <td width="180" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="5" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="5" align="center" class="table_header bottom">
+               <strong>{--ADMIN_PAYOUT_EDIT_TITLE--}</strong>
+       </td>
+</tr>
+
+<tr>
+       <td width="30" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+       <td width="200" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
+       <td width="145" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
+       <td width="105" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+       <td width="180" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="5" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}
 </div>