mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
send + receive constrains
This commit is contained in:
parent
14dcb58afa
commit
5ce1c9d77f
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
<div class="row no-gutters">
|
||||
<div class="col-lg-8">
|
||||
<div class="col-xl-8 col-xxl-constrain">
|
||||
<form method="post" asp-action="WalletReceive" class="text-center">
|
||||
@if (string.IsNullOrEmpty(Model.Address))
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
||||
<partial name="CameraScanner"/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-xl-7 @(!Model.InputSelection && Model.Outputs.Count == 1 ? "transaction-output-form" : "")">
|
||||
<div class="col-xl-8 col-xxl-constrain @(!Model.InputSelection && Model.Outputs.Count == 1 ? "transaction-output-form" : "")">
|
||||
<h3 class="mb-3">@ViewData["Title"]</h3>
|
||||
<form method="post" asp-action="WalletSend" asp-route-walletId="@walletId">
|
||||
<input type="hidden" asp-for="InputSelection" />
|
||||
|
Loading…
Reference in New Issue
Block a user