]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_del.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / admin / admin_config_payouts_del.tpl
index 0044ee2719cf1481e5b7a4ca13045d7dba7aa505..1e999942f0ec6adaf75fb7096a70deb14648878f 100644 (file)
@@ -1,23 +1,22 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=config_payouts&amp;ok=ok"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="650"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="4" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_PAYOUT_DELETE_TITLE--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD width="30" class="admin_title bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD width="250" 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="100" class="admin_title bottom2" align="center"><STRONG>{--ADMIN_PAYOUT_MIN_POINTS2--}</STRONG></TD>
-       </TR>
-       {!__PAYOUT_ROWS!}
-       <TR>
-               <TD colspan="4" class="admin_footer"><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&amp;ok=ok%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td colspan="4" align="center" class="admin_title bottom" height="30">
+               <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></td>
+       </tr>
+       <tr>
+               <td width="30" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+               <td width="250" 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" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="4" class="admin_footer">
+                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_PAYOUT_DELETE--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>