Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_list_unconfirmed_row.tpl
1 <tr>
2         <td align="center" class="switch_sw$content[sw] bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
3         <td align="center" class="switch_sw$content[sw] 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="switch_sw$content[sw] bottom right">$content[email]</td>
7         <td align="center" class="switch_sw$content[sw] bottom">{%pipe,translateUserStatus=$content[status]%}</td>
8 </tr>