]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refs.tpl
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / templates / de / html / admin / admin_list_refs.tpl
index ffb3028375a64854ecf714be17735c9304ba7fc3..947fd18d40ba4abd2130aa2174510b295071c38c 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td colspan="6" class="admin_title">
-               <strong>{--ADMIN_LIST_REFERALS_1--}<u>$content[userid]</u>{--ADMIN_LIST_REFERALS_2--}</strong>
+       <td colspan="6" class="table_header">
+               <strong>{%message,ADMIN_LIST_REFERALS={%pipe,generateUserProfileLink=$content[userid]%}%}</strong>
        </td>
 </tr>
 <tr>
@@ -15,8 +15,8 @@
 </tr>
 $content[rows]
 <tr>
-       <td colspan="6" class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
-               <div class="admin_note">{--ADMIN_LIST_REFERALS_NOTE--}</div>
+       <td colspan="6" class="table_footer" style="padding-top: 7px; padding-bottom: 7px">
+               <div class="notice">{--ADMIN_LIST_REFERALS_NOTE--}</div>
        </td>
 </tr>
 </table>