]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_unconfirmed_row.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_unconfirmed_row.tpl
index 7a374a88dbc67fd1391e39d9e3529ed83b34cb6b..bfa1b1246534ed88d8b9faf7ee3f09371b165884 100644 (file)
@@ -1,8 +1,8 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[u_link]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2"><a
-               href="{?URL?}/mailid.php?uid=$content[uid]&amp;$content[link]=$content[id]"
-               target="_blank">{--CLICK_NOW--}</a></td>
-       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[email]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <a href="{%url=mailid.php?userid=$content[userid]&amp;$content[link]=$content[id]%}" target="_blank">{--CLICK_NOW--}</a>
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">$content[email]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">{%user,status,translateUserStatus=$content[userid]%}</td>
 </tr>