Skip to content

Commit

Permalink
Make ID link
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Aug 9, 2023
1 parent e3e87e0 commit 73d7ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/elasticsearchtheme/tpl/elasticsearch/listmail.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@

<a class="action-image material-icons" data-title="<?php echo htmlspecialchars($item->subject)?>" onclick="lhinst.startMailNewWindow(<?php echo $item->conversation_id?>,$(this).attr('data-title'))" >open_in_new</a>

<span class="me-2">
<a class="me-2" onclick='lhinst.startMailChat(<?php echo $item->conversation_id?>,$("#tabs"),<?php echo json_encode($item->subject_front,JSON_HEX_APOS)?>)' href="#!#chat-id-mc<?php echo $item->conversation_id?>">
<?php echo $item->conversation_id?>
</span>
</a>

<a class="user-select-none" onclick='lhinst.startMailChat(<?php echo $item->conversation_id?>,$("#tabs"),<?php echo json_encode($item->subject_front,JSON_HEX_APOS)?>)' href="#!#chat-id-mc<?php echo $item->conversation_id?>" ><?php echo htmlspecialchars(erLhcoreClassDesign::shrt($item->subject,50))?></a>

Expand Down

0 comments on commit 73d7ec5

Please sign in to comment.