3d609e90180e3467b31d437cb1c18ea2543e78ea
[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--}">&nbsp;*
20                 <INPUT type="submit" name="edit" class="admin_submit"
21                         value="{--EDIT_PAY--}">&nbsp;* <INPUT type="submit"
22                         name="del" class="admin_delete" value="{--DEL_PAY--}"></TD>
23         </TR>
24 </TABLE>
25 </FORM>