mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Adapted fields
This commit is contained in:
parent
2f26114110
commit
93dfe178e0
@ -19,6 +19,8 @@
|
||||
{{ ctrans('texts.sepa') }} ({{ ctrans('texts.bank_transfer') }})
|
||||
@endcomponent
|
||||
|
||||
@include('portal.ninja2020.gateways.stripe.sepa.sepa_debit')
|
||||
|
||||
@include('portal.ninja2020.gateways.includes.pay_now')
|
||||
@endsection
|
||||
|
||||
|
@ -1,16 +1,19 @@
|
||||
<div id="stripe--payment-container">
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
|
||||
<label for="sepa-name">
|
||||
<input class="input w-full" id="sepa-name" type="text" placeholder="{{ ctrans('texts.name') }}">
|
||||
<input class="input mr-4" id="sepa-name" type="text" placeholder="{{ ctrans('texts.name') }}">
|
||||
</label>
|
||||
<label for="sepa-email">
|
||||
<input class="input w-full" id="sepa-email-address" type="email" placeholder="{{ ctrans('texts.email') }}">
|
||||
<input class="input mr-4" id="sepa-email-address" type="email" placeholder="{{ ctrans('texts.email') }}">
|
||||
</label>
|
||||
<label for="sepa-iban">
|
||||
<input class="input w-full" id="sepa-iban" type="text">
|
||||
<input class="input w-full" id="sepa-iban" type="text" placeholder="{{ctrans('texts.iban')}}">
|
||||
</label>
|
||||
<br>
|
||||
<div id="mandate-acceptance">
|
||||
{{ctrans('texts.sepa_mandat')}}
|
||||
<input type="checkbox" id="sepa-mandate-acceptance">
|
||||
<label for="sepa-mandate-acceptance">{{ctrans('texts.sepa_mandat')}}</label>
|
||||
</div>
|
||||
|
||||
@endcomponent
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user