mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
change wallet send buttons
This commit is contained in:
parent
1debbc3cdb
commit
8278926e42
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@
|
|||
}
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" name="command" value="add-output" class="ml-1 btn btn-secondary" title="Add another destination"><i class="fa fa-plus"></i></button>
|
||||
<button type="button" id="bip21parse" class="ml-1 btn btn-secondary" title="Parse BIP21"><i class="fa fa-paste"></i></button>
|
||||
<button type="submit" name="command" value="add-output" class="ml-1 btn btn-secondary" >Add another destination</button>
|
||||
<button type="button" id="bip21parse" class="ml-1 btn btn-secondary" title="Paste BIP21/Address"><i class="fa fa-paste"></i></button>
|
||||
<button type="button" id="scanqrcode" class="ml-1 btn btn-secondary only-for-js" data-toggle="modal" data-target="#scanModal" title="Scan BIP21/Address with camera"><i class="fa fa-camera"></i></button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue