]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_config_payouts.tpl
index fc9f00bf366c4a02abed22769108641c055bae00..83751395663d424d3a0a48d2eba2aea78dbccc29 100644 (file)
@@ -1,26 +1,29 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_payouts" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-       <tr>
-               <td colspan="5" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_PAYOUT_EDIT_DEL_TITLE--}</strong></td>
-       </tr>
-       <tr>
-               <td width="30" class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td width="100" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></td>
-               <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
-               <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
-               <td width="150" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
-       </tr>
-       {!__PAYOUT_ROWS!}
-       <tr>
-               <td colspan="5" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--ADMIN_PAYOUT_EDIT--}" /> <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--ADMIN_PAYOUT_DELETE--}" />
-               </td>
-       </tr>
+{%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">
+               {--ADMIN_PAYOUT_EDIT_DELETE_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td width="30" class="header_column bottom right" align="center">{--ID_SELECT--}</td>
+       <td width="100" class="header_column bottom right" align="center">{--ADMIN_PAYOUT_FROM--}</td>
+       <td width="150" class="header_column bottom right" align="center">{--ADMIN_PAYOUT_TITLE--}</td>
+       <td width="150" class="header_column bottom right" align="center">{--ADMIN_PAYOUT_RATE2--}</td>
+       <td width="150" class="header_column bottom" align="center">{--ADMIN_PAYOUT_MIN_POINTS2--}</td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="5" class="table_footer">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
-</form>
+{%form_close%}
 </div>