]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_payouts.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_edit_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_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td width="30" class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
12         <td width="200" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_TITLE--}</strong></td>
13         <td width="145" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_RATE2--}</strong></td>
14         <td width="105" class="header_column bottom right" align="center"><strong>{--ADMIN_PAYOUT_MIN_POINTS2--}</strong></td>
15         <td width="180" class="header_column bottom" align="center"><strong>{--ADMIN_PAYOUT_ALLOW_URLS--}</strong></td>
16 </tr>
17
18 $content
19
20 <tr>
21         <td colspan="5" class="table_footer">
22                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
23                 <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
24         </td>
25 </tr>
26 </table>
27 {%form_close%}
28 </div>