]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_cats_row.tpl
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / templates / de / html / admin / admin_list_cats_row.tpl
index 961afa9e33a801a1acb00660b8f82333b81b126e..6f9a7cb40f8eb63b9bb4cf1f4d1e6b7feb08f9d5 100644 (file)
@@ -1,6 +1,11 @@
-<TR>
-       <TD class="bottom2 switch_sw$content[sw]" width="30" align="right">$content[cnt].&nbsp;&nbsp;</TD>
-       <TD class="bottom2 switch_sw$content[sw]">$content[cat]</TD>
-       <TD class="bottom2 switch_sw$content[sw] left2" width="50"
-               align="center">$content[sel]</TD>
-</TR>
+<tr>
+       <td class="bottom {%template,ColorSwitch%}" width="30" align="right">
+               $content[cnt].
+       </td>
+       <td class="bottom {%template,ColorSwitch%}">
+               $content[cat]
+       </td>
+       <td class="bottom {%template,ColorSwitch%} left" width="50" align="center">
+               $content[sel]
+       </td>
+</tr>