mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-29 11:54:27 +01:00
Fix buttons in PSBT
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<form method="post" asp-action="WalletPSBT">
|
||||
<input type="hidden" asp-for="PSBT" />
|
||||
<input type="hidden" asp-for="FileName" />
|
||||
<div class="dropdown" style="margin-top:16px;">
|
||||
<div class="dropdown d-inline-block" style="margin-top:16px;">
|
||||
<button class="btn btn-primary dropdown-toggle" type="button" id="SendMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Sign with...
|
||||
</button>
|
||||
@@ -39,15 +39,14 @@
|
||||
<button name="command" type="submit" class="dropdown-item" value="save-psbt">... a wallet supporting PSBT (save as file)</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dropdown" style="margin-top:16px;">
|
||||
<button class="btn btn-primary dropdown-toggle" type="button" id="OtherActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<div class="dropdown d-inline-block">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="OtherActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
Other actions...
|
||||
</button>
|
||||
<div class="dropdown-menu" aria-labelledby="OtherActions">
|
||||
<button name="command" type="submit" class="btn btn-secondary" value="broadcast">Review</button>
|
||||
<button name="command" type="submit" class="btn btn-secondary" value="update">Update</button>
|
||||
<button name="command" type="submit" class="btn btn-secondary" value="combine">Combine</button>
|
||||
<button name="command" type="submit" class="dropdown-item" value="broadcast">Review</button>
|
||||
<button name="command" type="submit" class="dropdown-item" value="update">Update</button>
|
||||
<button name="command" type="submit" class="dropdown-item" value="combine">Combine</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user