More XHTML-fied and extended header added to templates
[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" align="center"
3         width="99%" class="admin_table dashed">
4         <tr>
5                 <td align="center" colspan="5" class="admin_title" height="30"><strong>{--EDIT_DEL_PAYMENT--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></td>
10                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_TIME--}:</strong></td>
11                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
12                 <td class="admin_title bottom2 right2" align="center"><strong>{--PAY_PRICE--}:</strong></td>
13                 <td class="admin_title bottom2" align="center"><strong>{--PAY_TITLE--}:</strong></td>
14         </tr>
15         {!__PAYMENT_ROWS!}
16         <tr>
17                 <td class="admin_footer" colspan="5"><input
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <input type="submit" name="edit" class="admin_submit"
20                         value="{--EDIT_PAY--}" /> <input type="submit"
21                         name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
22         </tr>
23 </table>
24 </form>