mirror of
https://github.com/znc/znc.git
synced 2026-08-02 23:12:46 +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 ?>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
|
||||
textarea.monospace {
|
||||
font-family: Lucida Console, monospace;
|
||||
}
|
||||
|
||||
.yesnobutton {
|
||||
float: left;
|
||||
width: 110px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.yesnobutton input {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
||||
textarea.monospace {
|
||||
font-family: Lucida Console, monospace;
|
||||
}
|
||||
|
||||
.yesnobutton {
|
||||
float: left;
|
||||
width: 110px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.yesnobutton input {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
<div id="tag"><p><? VAR Tag ?></p></div>
|
||||
<div id="tag"><p><? VAR Tag ?></p></div>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<input type="hidden" name="_CSRF_Check" value="<? VAR _CSRF_Check TOP ?>" />
|
||||
<input type="hidden" name="_CSRF_Check" value="<? VAR _CSRF_Check TOP ?>" />
|
||||
|
||||
Reference in New Issue
Block a user