]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_stats_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_mods_stats_row.tpl
index 95fb3558399d75d7d9ea73b9dcd350e95932c11e..0c1ba4ba09ddad8f7b9f79acc554931ed90cd29a 100644 (file)
@@ -1,6 +1,8 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2">
-       &nbsp;$content[title] ($content[mod])</TD>
-       <TD class="switch_sw$content[sw] bottom2" align="center">
-       $content[clicks]</TD>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,fixEmptyContentToDashes=$content[title]%} (<span class="admin_misc">$content[module]</span>)
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[clicks]
+       </td>
+</tr>