Even more string languages/templates renamed (not really) according to naming convention
[mailer.git] / templates / de / html / admin / admin_list_reflevel.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td align="center" colspan="3" class="admin_title">
6                         <strong>{--ADMIN_EDIT_DELETE_REFERAL_DEPTH_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="header_column bottom right" width="30" align="center"><strong>{--ID_SELECT--}</strong></td>
11                 <td class="header_column bottom right" align="center"><strong>{--REFERAL_LEVEL--}:</strong></td>
12                 <td class="header_column bottom" align="center"><strong>{--REFERAL_PERCENT--}:</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td class="admin_footer" colspan="3">
17                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
18                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT_LEVEL--}" />
19                         <input type="submit" name="del" class="admin_delete" value="{--ADMIN_DELETE_LEVEL--}" />
20                 </td>
21         </tr>
22 </table>
23 </form>
24
25 <div class="admin_note">
26         {--ADMIN_REFERAL_LEVEL_ZERO_NOTICE--}
27 </div>
28
29 </div>