Even more rewrites/fixes from EL branch (please report any broken part after you...
[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="admin_table dashed">
3         <tr>
4                 <td colspan="6" align="center" class="admin_title">
5                         <strong>{--RALLYE_EDIT_DEL_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="admin_footer">
15                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
16                         <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_ADMIN--}" />
17                         <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
18                 </td>
19         </tr>
20 </table>
21 </form>
22
23 <div class="admin_note">
24         {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
25 </div>