Display image next to user name in chat history (see Issue #3)

This commit is contained in:
Fedor A. Fetisov 2014-05-15 18:06:50 +04:00
parent d7153a4bf1
commit cd51a360df

View File

@ -65,7 +65,7 @@
{{#each [pagination.items]}} {{#each [pagination.items]}}
<tr> <tr>
<td> <td>
<a href="{{../mibewRoot}}/operator/history/thread/{{threadId}}" target="_blank" onclick="this.newWindow = window.open('{{../mibewRoot}}/operator/history/thread/{{threadId}}', '', '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;">{{userName}}</a> <a class="man" href="{{../mibewRoot}}/operator/history/thread/{{threadId}}" target="_blank" onclick="this.newWindow = window.open('{{../mibewRoot}}/operator/history/thread/{{threadId}}', '', '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;">{{userName}}</a>
</td> </td>
<td> <td>
{{{userAddress}}} {{{userAddress}}}