Update templates\pm\topic
Add Send dialogue button.
This commit is contained in:
parent
fa0aa815ce
commit
9edab16d95
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@
|
|||
<div class="f-nlinks-a f-nlbpm">
|
||||
@endif
|
||||
<div class="f-actions-links">
|
||||
@if ($p->model->canSend)
|
||||
<span class="f-act-span"><a class="f-btn f-btn-send-dialog" title="{{ __(['Send dialogue to %s', $p->model->target]) }}" href="{{ $p->model->linkSend }}"><span>{!! __('Send dialogue') !!}</span></a></span>
|
||||
@endif
|
||||
<span class="f-act-span"><a class="f-btn f-btn-delete-dialog" title="{{ __('Delete dialogue') }}" href="{{ $p->model->linkDelete }}"><span>{!! __('Delete dialogue') !!}</span></a></span>
|
||||
@if ($p->model->canReply)
|
||||
<span class="f-act-span"><a class="f-btn f-btn-post-reply" title="{{ __('Post reply') }}" href="{{ $p->model->linkReply }}"><span>{!! __('Post reply') !!}</span></a></span>
|
||||
|
|
Loading…
Reference in a new issue