mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
UI: Minor fix on policies page
This commit is contained in:
parent
0238dffc7a
commit
e389d6a96b
@ -142,7 +142,7 @@
|
|||||||
<span asp-validation-for="LangDictionary" class="text-danger"></span>
|
<span asp-validation-for="LangDictionary" class="text-danger"></span>
|
||||||
<div class="form-text">Add or customize translations <a asp-action="ListDictionaries">here</a>.</div>
|
<div class="form-text">Add or customize translations <a asp-action="ListDictionaries">here</a>.</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex">
|
<div class="form-group d-flex">
|
||||||
<input asp-for="AllowSearchEngines" type="checkbox" class="btcpay-toggle me-3"/>
|
<input asp-for="AllowSearchEngines" type="checkbox" class="btcpay-toggle me-3"/>
|
||||||
<div>
|
<div>
|
||||||
<label asp-for="AllowSearchEngines" class="form-check-label"></label>
|
<label asp-for="AllowSearchEngines" class="form-check-label"></label>
|
||||||
@ -154,7 +154,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@if (ViewBag.UpdateUrlPresent)
|
@if (ViewBag.UpdateUrlPresent)
|
||||||
{
|
{
|
||||||
<div class="d-flex">
|
<div class="form-group d-flex">
|
||||||
<input asp-for="CheckForNewVersions" type="checkbox" class="btcpay-toggle me-3"/>
|
<input asp-for="CheckForNewVersions" type="checkbox" class="btcpay-toggle me-3"/>
|
||||||
<div>
|
<div>
|
||||||
<label asp-for="CheckForNewVersions" class="form-check-label"></label>
|
<label asp-for="CheckForNewVersions" class="form-check-label"></label>
|
||||||
|
Loading…
Reference in New Issue
Block a user