]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_rallyes.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_rallyes%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="6" align="center" class="table_header">
6                 <strong>{--ADMIN_LIST_RALLYES_TITLE--}:</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td align="center" width="10" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
12         <td align="center" class="header_column bottom" colspan="5"><strong>{--ADMIN_LIST_RALLYE_DATA_OVERVIEW_TITLE--}:</strong></td>
13 </tr>
14
15 $content[rows]
16
17 <tr>
18         <td colspan="6" class="table_footer">
19                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
20                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
21                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
22         </td>
23 </tr>
24 </table>
25 {%form_close%}
26 </div>
27
28 <div class="notice">
29         {--ADMIN_LIST_RALLYES_NOTICE--}
30         {--ADMIN_RALLYE_EDIT_ONLY_INACTIVE_NOTICE--}
31 </div>