A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_rallye_prices.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td colspan="5" align="center" class="table_header">
5                         <strong>{--ADMIN_LIST_RALLYES_PRICING--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" width="100" class="header_column bottom right"><strong>{--RALLYE_TITLE--}:</strong></td>
10                 <td align="center" width="70" class="header_column bottom right"><strong>{--RALLYE_ADMIN_ID--}:</strong></td>
11                 <td align="center" width="200" class="header_column bottom right"><strong>{--RALLYE_TSTART--}:</strong></td>
12                 <td align="center" width="200" class="header_column bottom"><strong>{--RALLYE_TEND--}:</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="5" class="table_footer">
17                         {--ADMIN_RALLYE_PRICES_NOTE--}
18                 </td>
19         </tr>
20 </table>
21 </div>