Skip to content

Commit

Permalink
Add hooks: conversation.convinfo.prepend and conversation.convinfo.be…
Browse files Browse the repository at this point in the history
…fore_nav - closes #4279
  • Loading branch information
freescout-help-desk committed Oct 9, 2024
1 parent 927afe4 commit 5db8906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/conversations/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
</div>

<ul class="conv-info">
@action('conversation.convinfo.prepend', $conversation, $mailbox)
@if ($conversation->state != App\Conversation::STATE_DELETED)
<li>
<div class="btn-group" id="conv-assignee" data-toggle="tooltip" title="{{ __("Assignee") }}: {{ $conversation->getAssigneeName(true) }}">
Expand Down Expand Up @@ -121,7 +122,7 @@
</ul>
@endif
</div>
</li><li class="conv-next-prev">
</li>@action('conversation.convinfo.before_nav', $conversation, $mailbox)<li class="conv-next-prev">
<a href="{{ $conversation->urlPrev(App\Conversation::getFolderParam()) }}" class="glyphicon glyphicon-menu-left" data-toggle="tooltip" title="{{ __("Newer") }}"></a>
<a href="{{ $conversation->urlNext(App\Conversation::getFolderParam()) }}" class="glyphicon glyphicon-menu-right" data-toggle="tooltip" title="{{ __("Older") }}"></a>
</li>
Expand Down

0 comments on commit 5db8906

Please sign in to comment.