WebMods: Converted some CRLFs to LFs, changed <td> into <th> in webadmin's traffic.tmpl. "Patches" by zynox, thanks.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2061 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-07-04 17:18:59 +00:00
parent 17e7b0f4cf
commit 1110d2e1ac
4 changed files with 22 additions and 22 deletions
+5 -5
View File
@@ -9,24 +9,24 @@
<table>
<tbody>
<tr class="oddrow">
<td>Uptime</td>
<th>Uptime</th>
<td><? VAR Uptime ?></td>
</tr>
<? IF IsAdmin ?>
<tr class="evenrow">
<td>Total Users</td>
<th>Total Users</th>
<td><? VAR TotalUsers ?></td>
</tr>
<tr class="oddrow">
<td>Attached Users</td>
<th>Attached Users</th>
<td><? VAR AttachedUsers ?></td>
</tr>
<tr class="evenrow">
<td>Total Client Connections</td>
<th>Total Client Connections</th>
<td><? VAR TotalCConnections ?></td>
</tr>
<tr class="oddrow">
<td>Total IRC Connections</td>
<th>Total IRC Connections</th>
<td><? VAR TotalIRCConnections ?></td>
</tr>
<? ENDIF ?>