mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 09:19:24 +01:00
* Store selector * Footer * Notifications * Checkout Appearance * Users list * Forms * Emails * Pay Button * Edit Dictionary * Remove newlines, fix typos * Forms * Pull payments and payouts * Various pages * Use local docs link * Fix * Even more translations * Fixes #6325 * Account pages * Notifications * Placeholders * Various pages and components * Add more
11 lines
593 B
Text
11 lines
593 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="@StringLocalizer["Amount"]">
|
|
<button class="btn btn-primary" type="submit" text-translate="true">Pay</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|