]> 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 cf010b710fafd6ef65fbb59d4921c0e346075159..e89396e06696c03a352d8aa3cecdbe46ad6be518 100644 (file)
@@ -1,6 +1,14 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[link]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[subject]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[cat]</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>