]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_links_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_links_row.tpl
index ad3ea264cd7ca31f2087b68d37da4c404cfe22fc..e89396e06696c03a352d8aa3cecdbe46ad6be518 100644 (file)
@@ -1,6 +1,14 @@
 <tr>
-       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[link]</td>
-       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[subject]</td>
-       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[timestamp]</td>
-       <td align="center" class="{%template,ColorSwitch%} bottom">{%pipe,getCategory=$content[cat_id]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <a href="{%url=mailid.php?userid=$content[userid]&amp;$content[link_type]=$content[mail_id]%}" target="_blank">$content[mail_id]</a>
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[subject]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[timestamp]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,getCategory=$content[cat_id]%}
+       </td>
 </tr>