A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_config_payouts_del.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_payouts&amp;ok=ok" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="650"
4         class="admin_table dashed">
5         <tr>
6                 <td colspan="4" align="center" class="admin_title bottom2" height="30">
7                 <strong>{--ADMIN_PAYOUT_DELETE_TITLE--}</strong></td>
8         </tr>
9         <tr>
10                 <td width="30" class="admin_title bottom2 right2" align="center"><strong>{--Id_SELECT--}</strong></td>
11                 <td width="250" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
12                 <td width="150" class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
13                 <td width="100" class="admin_title bottom2" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="4" class="admin_footer"><input
18                         type="submit" name="del" class="admin_delete"
19                         value="{--ADMIN_PAYOUT_DELETE--}" /></td>
20         </tr>
21 </table>
22 </form>
23 </div>