Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_edit.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_sponsor_pay" method="post" target="_self">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="640">
4 <tr>
5         <td align="center" colspan="5" class="admin_title bottom2" height="40">
6                 <strong>{--SPONSOR_EDIT_PAY_ENTRIES--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td align="center" class="header_column bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></td>
11         <td align="center" class="header_column bottom2 right2" width="160"><strong>{--SPONSOR_PAYTYPE_NAME--}:</strong></td>
12         <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_RATE--}:</strong></td>
13         <td align="center" class="header_column bottom2 right2" width="150"><strong>{--SPONSOR_PAYTYPE_MIN_COUNT2--}:</strong></td>
14         <td align="center" class="header_column bottom2" width="160"><strong>{--SPONSOR_PAYTYPE_CURRENCY--}:</strong></td>
15 </tr>
16 $content
17 <tr>
18         <td align="center" colspan="5" class="admin_footer">
19                 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
20                 <input type="submit" class="admin_submit" name="change" value="{--SUBMIT_CHANGES--}" />
21         </td>
22 </tr>
23 </table>
24 </form>
25 </div>