mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-15 03:04:30 +01:00
Minor toggle improvement
This commit is contained in:
committed by
Andrew Camilleri
parent
494739f771
commit
04cb8a2fe0
@@ -89,12 +89,12 @@
|
||||
<h3 class="mt-5 mb-4">Discounts</h3>
|
||||
<div class="form-group d-flex align-items-center">
|
||||
<input asp-for="ShowDiscount" type="checkbox" class="btcpay-toggle me-3" />
|
||||
<label asp-for="ShowDiscount" class="form-label mb-0"></label>
|
||||
<div>
|
||||
<label asp-for="ShowDiscount" class="form-label mb-0"></label>
|
||||
<div class="text-muted">Not recommended for customer self-checkout.</div>
|
||||
</div>
|
||||
<span asp-validation-for="ShowDiscount" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<span class="text-secondary">Not recommended for customer self-checkout.</span>
|
||||
</div>
|
||||
</section>
|
||||
<section id="custom-payments" class="p-0">
|
||||
<h3 class="mt-5 mb-4">Custom Payments</h3>
|
||||
|
||||
Reference in New Issue
Block a user