]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_stats2_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_mods_stats2_row.tpl
index 2998b33d15246186fbac77567bce45b949e3c98f..ca7ddb52c89102c95bdd9b66cc8d632f286407c7 100644 (file)
@@ -1,6 +1,8 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2">
-       &nbsp;$content[title] ($content[action])</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]%} ($content[action])
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               $content[counter]
+       </td>
+</tr>