]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_stats2_row.tpl
A lot while() conditions rewritten to SQL_FETCHARRAY(), see bug #107, @TODO tags...
[mailer.git] / templates / de / html / admin / admin_mods_stats2_row.tpl
index 2998b33d15246186fbac77567bce45b949e3c98f..7e7a4f6eaaac2d515beb0c99e5fa956709e8c237 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="switch_sw$content[sw] bottom2 right2">
+               &nbsp;$content[title] ($content[action])
+       </td>
+       <td class="switch_sw$content[sw] bottom2" align="center">
+               $content[counter]
+       </td>
+</tr>