Added to statistics page link to operator's dialogs

This commit is contained in:
Dmitriy Simushev 2012-02-11 17:31:13 +00:00
parent 678f54ca0c
commit 82e40ddd84

View File

@ -138,7 +138,7 @@ require_once('inc_errors.php');
<?php if( $page['reportByAgent'] ) { ?>
<?php foreach( $page['reportByAgent'] as $row ) { ?>
<tr>
<td><?php echo topage(htmlspecialchars($row['name'])) ?></td>
<td><a href="<?php echo $webimroot ?>/operator/history.php?q=<?php echo topage(htmlspecialchars($row['name'])) ?>"><?php echo topage(htmlspecialchars($row['name'])) ?></a></td>
<td><?php echo $row['threads'] ?></td>
<td><?php echo $row['msgs'] ?></td>
<td><?php echo $row['avglen'] ?></td>