timeline sent line button styling..
This commit is contained in:
parent
b2e8522665
commit
838bfb7f1d
@ -95,7 +95,6 @@
|
|||||||
@endcan
|
@endcan
|
||||||
@endif
|
@endif
|
||||||
@stack('timeline_receive_body_button_received_end')
|
@stack('timeline_receive_body_button_received_end')
|
||||||
</div>
|
|
||||||
@elseif($document->status == 'viewed')
|
@elseif($document->status == 'viewed')
|
||||||
@stack('timeline_viewed_invoice_body_message_start')
|
@stack('timeline_viewed_invoice_body_message_start')
|
||||||
<small>{{ trans_choice('general.statuses', 1) . ':' }}</small>
|
<small>{{ trans_choice('general.statuses', 1) . ':' }}</small>
|
||||||
@ -108,9 +107,10 @@
|
|||||||
@stack('timeline_sent_body_message_end')
|
@stack('timeline_sent_body_message_end')
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if (!($document->status != 'sent' && $document->status != 'partial' && $document->status != 'viewed'))
|
||||||
|
|
||||||
<div class="mt-3">
|
<div class="mt-3">
|
||||||
|
@endif
|
||||||
|
|
||||||
@stack('timeline_sent_body_button_email_start')
|
@stack('timeline_sent_body_button_email_start')
|
||||||
@if (!$hideButtonEmail)
|
@if (!$hideButtonEmail)
|
||||||
@if($document->contact_email)
|
@if($document->contact_email)
|
||||||
@ -134,6 +134,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
@stack('timeline_sent_body_button_share_end')
|
@stack('timeline_sent_body_button_share_end')
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@stack('timeline_sent_body_end')
|
@stack('timeline_sent_body_end')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user