Recurring template show pages remove delete link..

This commit is contained in:
Cüneyt Şentürk 2022-06-13 22:50:07 +03:00
parent 709d6b12f4
commit 445f151c15
4 changed files with 5 additions and 6 deletions

View File

@ -8,7 +8,7 @@
</x-slot> </x-slot>
<x-slot name="buttons"> <x-slot name="buttons">
<x-transactions.show.buttons type="{{ $recurring_transaction->type }}" :transaction="$recurring_transaction" /> <x-transactions.show.buttons type="{{ $recurring_transaction->type }}" :transaction="$recurring_transaction" hide-divider4 hide-button-delete />
</x-slot> </x-slot>
<x-slot name="moreButtons"> <x-slot name="moreButtons">
@ -21,8 +21,8 @@
hide-button-share hide-button-share
hide-button-email hide-button-email
hide-divider-2 hide-divider-2
hide-button-delete
hide-divider-4 hide-divider-4
hide-button-delete
/> />
</x-slot> </x-slot>

View File

@ -130,8 +130,6 @@
<x-dropdown.link href="{{ route($endRoute, $document->id) }}"> <x-dropdown.link href="{{ route($endRoute, $document->id) }}">
{{ trans('recurring.end') }} {{ trans('recurring.end') }}
</x-dropdown.link> </x-dropdown.link>
<x-dropdown.divider />
@endif @endif
@stack('end_button_end') @stack('end_button_end')

View File

@ -17,7 +17,6 @@
:document="$recurring_bill" :document="$recurring_bill"
hide-divider1 hide-divider1
hide-divider2 hide-divider2
hide-divider3
hide-divider4 hide-divider4
hide-email hide-email
hide-share hide-share
@ -25,6 +24,7 @@
hide-print hide-print
hide-pdf hide-pdf
hide-cancel hide-cancel
hide-delete
/> />
</x-slot> </x-slot>

View File

@ -17,13 +17,14 @@
:document="$recurring_invoice" :document="$recurring_invoice"
hide-divider1 hide-divider1
hide-divider2 hide-divider2
hide-divider3 hide-divider4
hide-email hide-email
hide-share hide-share
hide-customize hide-customize
hide-print hide-print
hide-pdf hide-pdf
hide-cancel hide-cancel
hide-delete
/> />
</x-slot> </x-slot>