]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_wernis_main.tpl
Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_wernis_main.tpl
index 6046272ed6837408fbc03e2bdaf302d37fc762b4..12fc3eff513e3f3c17f56e364cdac8b8974a1fd9 100644 (file)
@@ -1,17 +1,25 @@
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-<!-- @TODO No title here? //-->
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td class="header_column bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
-       <td class="header_column bottom2 right2" align="center" width="90"><strong>{--_UID--}</strong></td>
-       <td class="header_column bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_WDS66_ACCOUNT--}</strong></td>
-       <td class="header_column bottom2 right2" align="center"><strong>{--WERNIS_ADMIN_TRANSFERED--}</strong></td>
-       <td class="header_column bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TIMESTAMP--}</strong></td>
-       <td class="header_column bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_TYPE--}</strong></td>
-       <td class="header_column bottom2 right2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_MESSAGE--}</strong></td>
-       <td class="header_column bottom2" align="center" width="160"><strong>{--WERNIS_ADMIN_API_STATUS--}</strong></td>
+       <td colspan="8" class="table_header bottom" align="center">
+               <strong>{--ADMIN_LIST_WERNIS_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>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_WERNIS_WDS66_ACCOUNT--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_WERNIS_TRANSFERED--}</strong></td>
+       <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_WERNIS_TIMESTAMP--}</strong></td>
+       <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_WERNIS_TYPE--}</strong></td>
+       <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_WERNIS_API_MESSAGE--}</strong></td>
+       <td class="header_column bottom" align="center" width="160"><strong>{--ADMIN_WERNIS_API_STATUS--}</strong></td>
 </tr>
 $content
 <tr>
-       <td colspan="8" class="admin_footer seperator">&nbsp;</td>
+       <td colspan="8" class="table_footer">
+               {--ADMIN_LIST_WERNIS_FOOTER--}
+       </td>
 </tr>
 </table>
+</div>