More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" width="730" class="admin_table dashed">
3         <tr>
4                 <td colspan="6" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
9                 <td align="center" class="admin_title bottom2" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
10         </tr>
11         {!__RALLYE_ROWS!}
12         <tr>
13                 <td colspan="6" class="admin_footer"><input
14                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
15                 <input type="submit" name="edit" class="admin_submit"
16                         value="{--RALLYE_EDIT_ADMIN--}" /> <input type="submit"
17                         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>