mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Added to statistics page link to operator's dialogs
This commit is contained in:
parent
678f54ca0c
commit
82e40ddd84
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user