Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_list_refs2.tpl
index d1d06d2c916337b1b0287fcbc34c5ce539c22582..66a261c038080c39fc2c37cf5e96d10aa81f4af4 100644 (file)
@@ -1,15 +1,13 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
-<TR>
-       <TD class="admin_title bottom2" height="30">
-               <STRONG>{--ADMIN_LIST_REFERRALS_1--}<U>$content[uid]</U>{--ADMIN_LIST_REFERRALS_2--}</STRONG>
-       </TD>
-</TR>
-<TR><TD class="seperator" height="6">&nbsp;</TD></TR>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+       <td class="admin_title bottom">
+               <strong>{%message,ADMIN_LIST_REFERALS=$content[userid]%}</strong>
+       </td>
+</tr>
 $content[rows]
-<TR><TD class="seperator bottom2" height="1">&nbsp;</TD></TR>
-<TR>
-       <TD class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
-               <FONT class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</FONT>
-       </TD>
-</TR>
-</TABLE>
+<tr>
+       <td class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
+               <span class="admin_note">{--ADMIN_LIST_REFERALS_NOTE--}</span>
+       </td>
+</tr>
+</table>