Rallye prices fixed
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_rallye_prices" method="post" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="5" align="center" class="admin_title" height="30"><strong>{--RALLYE_EDIT_DEL_RALLYES--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" width="10" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
10                 <td align="center" width="100" class="admin_title bottom2 right2"><strong>{--RALLYE_TITLE--}:</strong></td>
11                 <td align="center" width="70" class="admin_title bottom2 right2"><strong>{--RALLYE_ADMIN_ID--}:</strong></td>
12                 <td align="center" width="200" class="admin_title bottom2 right2"><strong>{--RALLYE_TSTART--}:</strong></td>
13                 <td align="center" width="200" class="admin_title bottom2"><strong>{--RALLYE_TEND--}:</strong></td>
14         </tr>
15         $content
16         <tr>
17                 <td colspan="5" class="admin_footer">
18                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                         <input type="submit" name="edit" class="admin_submit" value="{--RALLYE_EDIT_ADMIN--}" />
20                         <input type="submit" name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}" />
21                 </td>
22         </tr>
23 </table>
24 </form>
25
26 <div class="admin_note">
27         {--RALLYE_EDIT_DEL_NOTE--}
28 </div>
29 </div>