Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td align="center" colspan="5" class="admin_title">
6                         <strong>{--EDIT_DEL_PAYMENT--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11                 <td class="header_column bottom right" align="center"><strong>{--PAY_TIME--}:</strong></td>
12                 <td class="header_column bottom right" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
13                 <td class="header_column bottom right" align="center"><strong>{--PAY_PRICE--}:</strong></td>
14                 <td class="header_column bottom" align="center"><strong>{--PAY_TITLE--}:</strong></td>
15         </tr>
16         $content
17         <tr>
18                 <td class="admin_footer" colspan="5">
19                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                         <input type="submit" name="edit" class="admin_submit" value="{--EDIT_PAY--}" />
21                         <input type="submit" name="del" class="admin_delete" value="{--DEL_PAY--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>
26 </div>