Fixed... :(
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices.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" class="admin_table dashed">
3         <tr>
4                 <td colspan="5" 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" width="100" class="admin_title bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></td>
10                 <td align="center" width="70" class="admin_title bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></td>
11                 <td align="center" width="200" class="admin_title bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></td>
12                 <td align="center" width="200" class="admin_title bottom2"><strong>{--RALLYE_TEND--}:</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="5" class="admin_footer">
17                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
18                         <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_ADMIN--}" />
19                         <input type="submit" 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_DEL_NOTE--}
27 </div>