]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_payouts.tpl
Removed deprecated 'hidden' column from mod_reg table.
[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                 {--ADMIN_PAYOUT_EDIT_DELETE_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td width="30" class="header_column bottom right" align="center">{--ID_SELECT--}</td>
12         <td width="100" class="header_column bottom right" align="center">{--ADMIN_PAYOUT_FROM--}</td>
13         <td width="150" class="header_column bottom right" align="center">{--ADMIN_PAYOUT_TITLE--}</td>
14         <td width="150" class="header_column bottom right" align="center">{--ADMIN_PAYOUT_RATE2--}</td>
15         <td width="150" class="header_column bottom" align="center">{--ADMIN_PAYOUT_MIN_POINTS2--}</td>
16 </tr>
17
18 $content
19
20 <tr>
21         <td colspan="5" class="table_footer">
22                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
23                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
24                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
25         </td>
26 </tr>
27 </table>
28 {%form_close%}
29 </div>