]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refs2.tpl
Fixed sprintf: Too few arguments
[mailer.git] / templates / de / html / admin / admin_list_refs2.tpl
index 9f01f0d153d1ce687060de9ac77dd50152430904..d4d605e294c8ee0aa936fc10d8c12b29a8f9cc73 100644 (file)
@@ -1,15 +1,15 @@
-<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>
+<div align="center">
+<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">
-               <div class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</div>
-       </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>
+</div>