Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_list_unconfirmed_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
3         <td align="center" class="{%template,ColorSwitch%} bottom right">
4                 <a href="{%url=mailid.php?userid=$content[userid]&amp;$content[link]=$content[id]%}" target="_blank">{--CLICK_NOW--}</a>
5         </td>
6         <td class="{%template,ColorSwitch%} bottom right">$content[email]</td>
7         <td align="center" class="{%template,ColorSwitch%} bottom">{%pipe,translateUserStatus=$content[status]%}</td>
8 </tr>