Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=payments" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
3         <tr>
4                 <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
9                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
10                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
11                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
12                 <td class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
13         </tr>
14         {!__PAYMENT_ROWS!}
15         <tr>
16                 <td class="admin_footer" colspan="5"><input
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
18                 <input type="submit" name="edit" class="admin_submit"
19                         value="{--EDIT_PAY--}" /> <input type="submit"
20                         name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
21         </tr>
22 </table>
23 </form>