]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_links_row.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / admin / admin_list_links_row.tpl
index ffebdf78c4411330e516a67595c06d1417382266..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[subj]</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>