]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_booking.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_booking.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_booking&amp;userid=$content[userid]%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="7" class="table_header bottom" align="center">
6                 {--ADMIN_LIST_BOOKING_RECORDS_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" class="header_column bottom right" width="30">
12                 {--ID_SELECT--}
13         </td>
14         <td align="center" class="header_column bottom right">
15                 {--POINTS_SUBJECT--}
16         </td>
17         <td align="center" class="header_column bottom right">
18                 {--POINTS_MODE--}
19         </td>
20         <td align="center" class="header_column bottom right">
21                 {--POINTS_ACCOUNT_TYPE--}
22         </td>
23         <td align="center" class="header_column bottom right">
24                 {?POINTS?}
25         </td>
26         <td align="center" class="header_column bottom right">
27                 {--BOOKING_RECORDED--}
28         </td>
29         <td align="center" class="header_column bottom">
30                 {--BOOKING_COMMENTS--}
31         </td>
32 </tr>
33
34 $content[rows]
35
36 <tr>
37         <td colspan="7" class="table_footer" align="center">
38                 <input type="hidden" name="booking_id[0]" value="1" />
39                 <input type="hidden" name="userid" value="$content[userid]" />
40                 <input type="submit" class="form_delete" name="do_delete" value="{--ADMIN_ACTION_DELETE_BOOKING_SUBMIT--}" />
41         </td>
42 </tr>
43 </table>
44 {%form_close%}
45 </div>
46
47 <div class="notice">
48         {--ADMIN_LIST_BOOKING_NOTICE--}
49 </div>