]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_links_row.tpl
Fixes some HTML errors, shell scripts cleaned up
[mailer.git] / templates / de / html / admin / admin_list_links_row.tpl
index fd86b4af722158f49dac72cc01c415c57dfea65c..ad3ea264cd7ca31f2087b68d37da4c404cfe22fc 100644 (file)
@@ -1,6 +1,6 @@
-<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>
-</TR>
+<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>
+</tr>