]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_autopurge_row.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_list_autopurge_row.tpl
index c6380cd1c0088eead4a29e9186f6e6f0e35e5c68..62a3ebc227e381c0c4b67f5845e756c2399c33b6 100644 (file)
@@ -1,10 +1,10 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[userid]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[gender]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[surname]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[family]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[email]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[joined]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[last_online]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[notified]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%user,gender,translateGender=$content[userid]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%user,surname=$content[userid]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%user,family=$content[userid]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[email]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[joined]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[last_online]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">$content[ap_notified]</td>
 </tr>