mirror of
https://github.com/znc/znc.git
synced 2026-07-01 23:41:36 +02:00
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:
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user