mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 09:29:10 +01:00
Inline "allow custom payment amount" checkbox with label
This commit is contained in:
parent
2c14cece6b
commit
9cd64bf81a
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@
|
|||
<input asp-for="Currency" class="form-control" />
|
||||
<span asp-validation-for="Currency" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="AllowCustomPaymentAmounts"></label>
|
||||
<input asp-for="AllowCustomPaymentAmounts" type="checkbox" class="form-check" />
|
||||
<div class="form-group form-check">
|
||||
<input asp-for="AllowCustomPaymentAmounts" type="checkbox" class="form-check-input" />
|
||||
<label asp-for="AllowCustomPaymentAmounts" class="form-check-label"></label>
|
||||
<span asp-validation-for="AllowCustomPaymentAmounts" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Reference in a new issue