Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_primera_main.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="8" class="table_header" align="center">
5                 <strong>{--ADMIN_LIST_PRIMERA_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td class="header_column bottom right" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
10         <td class="header_column bottom right" align="center" width="90"><strong>{--_UID--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--ADMIN_PRIMERA_ACCOUNT--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--ADMIN_PRIMERA_TRANSFERED--}</strong></td>
13         <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_PRIMERA_TIMESTAMP--}</strong></td>
14         <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_PRIMERA_TYPE--}</strong></td>
15         <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_PRIMERA_API_MESSAGE--}</strong></td>
16         <td class="header_column bottom" align="center" width="160"><strong>{--ADMIN_PRIMERA_API_STATUS--}</strong></td>
17 </tr>
18 $content
19 <tr>
20         <td colspan="8" class="table_footer">
21                 {--ADMIN_LIST_PRIMERA_FOOTER--}
22         </td>
23 </tr>
24 </table>
25 </div>