]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_rallyes.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_rallyes%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td colspan="6" align="center" class="table_header">
5                         <strong>{--RALLYE_EDIT_DELETE_RALLYES--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" width="10" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
10                 <td align="center" class="header_column bottom" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
11         </tr>
12         $content[rows]
13         <tr>
14                 <td colspan="6" class="table_footer">
15                         <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
16                         <input type="submit" name="edit" class="form_submit" value="{--RALLYE_EDIT_ADMIN--}" />
17                         <input type="submit" name="del" class="form_delete" value="{--RALLYE_DELETE_ADMIN--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22
23 <div class="notice">
24         {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
25 </div>