]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refs_row.tpl
Continued:
[mailer.git] / templates / de / html / admin / admin_list_refs_row.tpl
index a0d26dbdba7d0843ef69368d7fa5eecba2052e71..ba3848a6f07a55a3a77d342e5f96e249189fb1a9 100644 (file)
@@ -1,8 +1,9 @@
 <tr>
-       <td align="right" class="bottom right switch_sw$content[sw]" valign="top">$content[u_link]&nbsp;&nbsp;</td>
-       <td align="center" class="bottom right switch_sw$content[sw]">$content[refs_link]</td>
-       <td class="bottom right switch_sw$content[sw]">&nbsp;$content[gender] $content[surname] $content[family]</td>
-       <td class="bottom right switch_sw$content[sw]">&nbsp;$content[email]</td>
-       <td align="center" class="bottom right switch_sw$content[sw]">&nbsp;$content[status]</td>
-       <td class="bottom switch_sw$content[sw]">&nbsp;$content[registered]</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%}">{%user,sex,translateSex=$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%}">{%user,status,translateUserStatus=$content[userid]%}</td>
+       <td class="bottom {%template,ColorSwitch%}">$content[registered]</td>
 </tr>