mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-23 23:24:42 +03:00
Merge 45861f19b5
into f7f54f8754
This commit is contained in:
commit
b280c80431
@ -84,7 +84,7 @@ if( $page['pagination.items'] ) {
|
|||||||
foreach( $page['pagination.items'] as $chatthread ) { ?>
|
foreach( $page['pagination.items'] as $chatthread ) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread->id ?>" target="_blank" onclick="this.newWindow = window.open('<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread->id ?>', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=720,height=520,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><?php echo topage(htmlspecialchars($chatthread->userName)) ?></a>
|
<a href="<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread->id ?>" target="_blank" onclick="this.newWindow = window.open('<?php echo $webimroot ?>/operator/threadprocessor.php?threadid=<?php echo $chatthread->id ?>', '', 'toolbar=0,scrollbars=1,location=0,status=1,menubar=0,width=720,height=520,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="<?php echo $webimroot ?>/images/tbliclread.gif" width="15" height="15" border="0" alt="<?php echo getlocal("page.analysis.search.head_messages"); ?>"><?php echo topage(htmlspecialchars($chatthread->userName)) ?></a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<?php echo get_user_addr(topage($chatthread->remote)) ?>
|
<?php echo get_user_addr(topage($chatthread->remote)) ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user