mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_rallyes%}" method="post">
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         <tr>
10                 <td align="center" width="10" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="header_column bottom" colspan="5"><strong>{--ADMIN_LIST_RALLYE_DATA_OVERVIEW_TITLE--}:</strong></td>
12         </tr>
13         $content[rows]
14         <tr>
15                 <td colspan="6" class="table_footer">
16                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
17                         <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
18                         <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23 </div>
24
25 <div class="notice">
26         {--ADMIN_LIST_RALLYES_NOTICE--}
27         {--ADMIN_RALLYE_EDIT_ONLY_INACTIVE_NOTICE--}
28 </div>