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