All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
2         method="POST" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" width="730"
4         class="admin_table dashed">
5         <tr>
6                 <td colspan="6" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
11                 <td align="center" class="admin_title bottom2" colspan="5"><strong>{--RALLYE_LIST_OVERVIEW_TITLE--}:</strong></td>
12         </tr>
13         {!__RALLYE_ROWS!}
14         <tr>
15                 <td colspan="6" class="admin_footer"><input
16                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
17                 <input type="submit" name="edit" class="admin_submit"
18                         value="{--RALLYE_EDIT_ADMIN--}" /> <input type="submit"
19                         name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
20                 </td>
21         </tr>
22 </table>
23 </form>
24
25 <div class="admin_note">
26         {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
27 </div>