]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_links_row.tpl
Continued with ext-blacklist:
[mailer.git] / templates / de / html / admin / admin_list_links_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 <a href="{%url=mailid.php?userid=$content[userid]&amp;$content[link_type]=$content[mail_id]%}" target="_blank">$content[mail_id]</a>
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 $content[subject]
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 $content[timestamp]
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom">
12                 {%pipe,getCategory=$content[cat_id]%}
13         </td>
14 </tr>