mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
* Newlines * Dashboard * Add more translations * Moar * Remove from translated texts * Dictionary controller translations * Batch 1 of controller updates * Batch 2 of controller updates * Component translations * Batch 3 of controller updates * Fixes
11 lines
573 B
Text
11 lines
573 B
Text
<div class="container p-0 l-pos-wrapper my-0 mx-auto">
|
|
<div class="py-5 px-3">
|
|
<form method="post" asp-action="ViewPointOfSale" asp-route-appId="@Model.AppId" asp-antiforgery="false">
|
|
<div class="input-group">
|
|
<span class="input-group-text">@Model.CurrencySymbol</span>
|
|
<input class="form-control" type="number" step="@Model.Step" name="amount" placeholder="Amount">
|
|
<button class="btn btn-primary" type="submit" text-translate="true">Pay</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|