Adding of request parameters partialy finished
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_sponsor_pay%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
3 <tr>
4         <td colspan="5" align="center" class="admin_title bottom">
5                 <strong>{--SPONSOR_LIST_PAYMENT_TYPES_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" class="header_column bottom right" width="20"><strong>{--ID_SELECT--}</strong></td>
10         <td align="center" class="header_column bottom right" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
11         <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
12         <td align="center" class="header_column bottom right" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
13         <td align="center" class="header_column bottom" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
14 </tr>
15 $content
16 <tr>
17         <td colspan="5" class="admin_footer">
18                 <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SPONSOR_PAYTYPE_EDIT--}" />
20                 <input type="submit" name="del" class="admin_delete" value="{--ADMIN_SPONSOR_PAYTYPE_DELETE--}" />
21         </td>
22 </tr>
23 </table>
24 </form>