]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_refs_row.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_refs_row.tpl
index fba5cfd2566455a95d9d38d3569f78b65f44596d..36fe1fa2e3d3326c316f261c45f1b540164064bd 100644 (file)
@@ -1,8 +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%}">{%pipe,translateGender=$content[gender]%} $content[surname] $content[family]</td>
+       <td class="bottom right {%template,ColorSwitch%}">$content[email]</td>
+       <td align="center" class="bottom right {%template,ColorSwitch%}">{%pipe,translateUserStatus=$content[status]%}</td>
+       <td class="bottom {%template,ColorSwitch%}">$content[registered]</td>
+</tr>