Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_primera_main.tpl
index 8ec043500462f38c5aad8caf10621198d13af12f..3126600bc3510f2cd80c7ae6bcdac57db65ecbd6 100644 (file)
@@ -1,6 +1,10 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-<!-- @TODO No title here? //-->
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="8" class="table_header" align="center">
+               <strong>{--ADMIN_LIST_PRIMERA_TITLE--}</strong>
+       </td>
+</tr>
 <tr>
        <td class="header_column bottom right" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
        <td class="header_column bottom right" align="center" width="90"><strong>{--_UID--}</strong></td>
@@ -13,8 +17,8 @@
 </tr>
 $content
 <tr>
-       <td colspan="8" class="admin_footer">
-               {--ADMIN_PRIMERA_FOOTER--}
+       <td colspan="8" class="table_footer">
+               {--ADMIN_LIST_PRIMERA_FOOTER--}
        </td>
 </tr>
 </table>