]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_unconfirmed_row.tpl
mailer project continued:
[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">{%user,status,translateUserStatus=$content[userid]%}</td>
8 </tr>