]> 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 f2ef10603a2cab5e2a8f31638dc1bfa3a6f5700b..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>
+       <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>