mailer project 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="table dashed">
3         <tr>
4                 <td colspan="5" align="center" class="table_header">
5                         <strong>{--ADMIN_LIST_RALLYES_PRICES_TITLE--}:</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td align="center" width="100" class="header_column bottom right"><strong>{--ADMIN_RALLYE_TITLE--}:</strong></td>
10                 <td align="center" width="70" class="header_column bottom right"><strong>{--ADMIN_RALLYE_ADMIN_LOGIN--}:</strong></td>
11                 <td align="center" width="200" class="header_column bottom right"><strong>{--ADMIN_RALLYE_STARTED--}:</strong></td>
12                 <td align="center" width="200" class="header_column bottom"><strong>{--ADMIN_RALLYE_ENDED--}:</strong></td>
13         </tr>
14         $content
15         <tr>
16                 <td colspan="5" class="table_footer">
17                         <div class="notice">{--ADMIN_RALLYE_PRICES_NOTICE--}</div>
18                 </td>
19         </tr>
20 </table>
21 </div>