]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refs_row.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_refs_row.tpl
index 36fe1fa2e3d3326c316f261c45f1b540164064bd..d19c89f9a8ebd5e49fa4da5e700b94e5faa0e1d6 100644 (file)
@@ -1,8 +1,9 @@
 <tr>
-       <td align="right" class="bottom right {%template,ColorSwitch%}" valign="top">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">{%user,refid,generateUserProfileLink=$content[userid]%}</td>
        <td align="center" class="bottom right {%template,ColorSwitch%}">$content[refs_link]</td>
-       <td class="bottom right {%template,ColorSwitch%}">{%pipe,translateGender=$content[gender]%} $content[surname] $content[family]</td>
+       <td class="bottom right {%template,ColorSwitch%}">{%user,gender,translateGender=$content[userid]%} {%user,surname=$content[userid]%} {%user,family=$content[userid]%}</td>
        <td class="bottom right {%template,ColorSwitch%}">$content[email]</td>
-       <td align="center" class="bottom right {%template,ColorSwitch%}">{%pipe,translateUserStatus=$content[status]%}</td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">{%user,status,translateUserStatus=$content[userid]%}</td>
        <td class="bottom {%template,ColorSwitch%}">$content[registered]</td>
 </tr>