]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refs_row.tpl
Typo fixed
[mailer.git] / templates / de / html / admin / admin_list_refs_row.tpl
index 7ba25b37bb5e326c77ea9a27d55012224d4d6284..da67d45d53c8ba8343021d2a19ca3fb19ee634be 100644 (file)
@@ -1,10 +1,8 @@
-<TR>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]"
-               align="right" valign="top">$content[u_link]&nbsp;&nbsp;</TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">$content[refs_link]</TD>
-       <TD class="bottom2 right2 switch_sw$content[sw]">&nbsp;$content[gender]
-       $content[surname] $content[family]</TD>
-       <TD class="bottom2 right2 switch_sw$content[sw]">&nbsp;$content[email]</TD>
-       <TD align="center" class="bottom2 right2 switch_sw$content[sw]">&nbsp;$content[status]</TD>
-       <TD class="bottom2 switch_sw$content[sw]">&nbsp;$content[registered]</TD>
-</TR>
+<tr>
+       <td align="right" class="bottom right {%template,ColorSwitch%}" valign="top">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">$content[refs_link]</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%}">{%user,status,translateUserStatus=$content[userid]%}</td>
+       <td class="bottom {%template,ColorSwitch%}">$content[registered]</td>
+</tr>