]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_config_payouts.tpl
index ada0a7ede40a81a5164ae579221542417f5985d3..5b840ebc4e30bf8b15bfe0936cbe84c84b9fa606 100644 (file)
@@ -1,26 +1,25 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_payouts"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       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" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--ADMIN_PAYOUT_EDIT--}">&nbsp;* <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--ADMIN_PAYOUT_DELETE--}">
-               </TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_payouts%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="5" align="center" class="table_header bottom">
+               <strong>{--ADMIN_PAYOUT_EDIT_DELETE_TITLE--}</strong></td>
+       </tr>
+       <tr>
+               <td width="30" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></td>
+               <td width="150" 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="150" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></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>
+</div>