]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_beg_rows.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_list_beg_rows.tpl
index addd447f3f640aeaf7918a2405b832365603e227..a69ec87bd547d68244e666a50a7a0a540f96ea66 100644 (file)
@@ -1,11 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]<a
-               href="{!URL!}/modules.php?module=admin&amp;what=list_user&amp;u_id=$content[uid]">$content[uid]</a>$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[win1]<a
-               href="$content[email]">$content[gender] $content[sname]
-       $content[fname]</a>$content[win2]</td>
-       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[turbo]
-       {!POINTS!}</td>
-       <td class="switch_sw$content[sw] bottom2">&nbsp;$content[last]</td>
-</tr>
\ No newline at end of file
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[win1]$content[count]$content[win2]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[win1]{%pipe,generateUserProfileLink=$content[userid]%}$content[win2]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[win1]<a href="$content[email]">{%user,gender,translateGender=$content[userid]%} {%user,surname=$content[userid]%} {%user,family=$content[userid]%}</a>$content[win2]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%user,beg_points,translateComma=$content[userid]%} {?POINTS?}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom">
+               $content[last_online]
+       </td>
+</tr>