More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_cats_row.tpl
index 2154813676b590233b5f9bab72ab750f870043e8..b31b720baf6ab80a5b28f5e7df0b9abb46d4d67f 100644 (file)
@@ -1,6 +1,11 @@
 <tr>
-       <td class="bottom switch_sw$content[sw]" width="30" align="right">$content[cnt].&nbsp;&nbsp;</td>
-       <td class="bottom switch_sw$content[sw]">$content[cat]</td>
-       <td class="bottom switch_sw$content[sw] left" width="50"
-               align="center">$content[sel]</td>
+       <td class="bottom switch_sw$content[sw]" width="30" align="right">
+               $content[cnt].
+       </td>
+       <td class="bottom switch_sw$content[sw]">
+               $content[cat]
+       </td>
+       <td class="bottom switch_sw$content[sw] left" width="50" align="center">
+               $content[sel]
+       </td>
 </tr>