]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_payouts.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_config_payouts.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_payouts%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="5" align="center" class="table_header bottom">
6         <strong>{--ADMIN_PAYOUT_EDIT_DELETE_TITLE--}</strong></td>
7 </tr>
8
9 <tr>
10         <td width="30" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11         <td width="100" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_FROM--}</strong></td>
12         <td width="150" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
13         <td width="150" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
14         <td width="150" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
15 </tr>
16
17 $content
18
19 <tr>
20         <td colspan="5" class="table_footer">
21                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
22                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
23                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
24         </td>
25 </tr>
26 </table>
27 {%form_close%}
28 </div>