Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices.tpl
1 <div align="center">
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">
5                         <strong>{--ADMIN_LIST_RALLYES_PRICING--}:</strong>
6                 </td>
7         </tr>
8         <tr>
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">&nbsp;</td>
17         </tr>
18 </table>
19
20 <div class="admin_note">
21         {--ADMIN_RALLYE_PRICES_NOTE--}
22 </div>
23 </div>