]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refs.tpl
Cleanups and all "base scripts" fixed:
[mailer.git] / templates / de / html / admin / admin_list_refs.tpl
index 8cd32d5aa18a450897b200220c2779921dfada1d..6e5bfebe1f215654862b3ba8e9ca4dcb594f2b10 100644 (file)
@@ -1,23 +1,13 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-<tr>
-       <td colspan="6" class="table_header">
-               <strong>{%message,ADMIN_LIST_REFERALS=$content[userid]%}</strong>
-       </td>
-</tr>
-<tr>
-       <td width="5%" align="center" class="header_column bottom right"><strong>{--_USERID--}</strong></td>
-       <td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
-       <td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
-       <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL--}</strong></td>
-       <td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
-       <td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
-</tr>
+<div class="table2 dashed">
+       <div class="table_header bottom" style="margin-bottom: 3px">
+               <strong>{%message,ADMIN_LIST_REFERRALS=$content[userid]%}</strong>
+       </div>
+
 $content[rows]
-<tr>
-       <td colspan="6" class="table_footer" style="padding-top: 7px; padding-bottom: 7px">
-               <div class="notice">{--ADMIN_LIST_REFERALS_NOTE--}</div>
-       </td>
-</tr>
-</table>
+
+       <div class="table_footer top" style="padding-top: 7px; padding-bottom: 7px">
+               <div class="notice">{--ADMIN_LIST_REFERRALS_NOTE--}</div>
+       </div>
+</div>
 </div>