Huge rewrite of default parameters, ext-network continued:
[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" 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         $content[rows]
12         <tr>
13                 <td colspan="6" class="admin_footer">
14                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
15                         <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_ADMIN--}" />
16                         <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
17                 </td>
18         </tr>
19 </table>
20 </form>
21
22 <div class="admin_note">
23         {--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}
24 </div>