]> 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 200798522245dd671e014fdeb44412614cedfdcb..d4d605e294c8ee0aa936fc10d8c12b29a8f9cc73 100644 (file)
@@ -1,15 +1,15 @@
-<table border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" 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 class="admin_title bottom">
+               <strong>{%message,ADMIN_LIST_REFERALS=$content[userid]%}</strong>
        </td>
 </tr>
-<tr><td class="seperator" height="6">&nbsp;</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">
-               <span class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</span>
+               <span class="admin_note">{--ADMIN_LIST_REFERALS_NOTE--}</span>
        </td>
 </tr>
 </table>
+</div>