mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
/client/quotes
This commit is contained in:
parent
8085311b98
commit
ec090152d5
@ -15,12 +15,16 @@
|
||||
<div class="flex justify-between items-center">
|
||||
<form action="{{ route('client.quotes.bulk') }}" method="post" id="bulkActions">
|
||||
@csrf
|
||||
<button type="submit" class="button button-primary bg-primary" name="action"
|
||||
<button type="submit"
|
||||
onclick="setTimeout(() => this.disabled = true, 0); setTimeout(() => this.disabled = false, 5000); return true;"
|
||||
class="button button-primary bg-primary" name="action"
|
||||
value="download">{{ ctrans('texts.download') }}</button>
|
||||
<button type="submit" class="button button-primary bg-primary" name="action"
|
||||
<button type="submit" onclick="setTimeout(() => this.disabled = true, 0); return true;"
|
||||
class="button button-primary bg-primary" name="action"
|
||||
value="approve">{{ ctrans('texts.approve') }}</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col mt-4">
|
||||
@livewire('quotes-table', ['company' => $company])
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user