All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=payments"
2         method="POST">
3 <table border="0" cellspacing="0" cellpadding="0" align="center"
4         width="99%" class="admin_table dashed">
5         <tr>
6                 <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
11                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
12                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
13                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
14                 <td class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
15         </tr>
16         {!__PAYMENT_ROWS!}
17         <tr>
18                 <td class="admin_footer" colspan="5"><input
19                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                 <input type="submit" name="edit" class="admin_submit"
21                         value="{--EDIT_PAY--}" /> <input type="submit"
22                         name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
23         </tr>
24 </table>
25 </form>