mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-04 14:44:30 +01:00
Remove dollar sign in textbox
This commit is contained in:
@@ -154,12 +154,7 @@
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<label>Price</label>*
|
||||
<div class="input-group mb-2">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-usd"></i></span>
|
||||
</div>
|
||||
<input type="text" class="js-product-price form-control" value="{price}" />
|
||||
</div>
|
||||
<input type="text" class="js-product-price form-control mb-2" value="{price}" />
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<label>Custom price</label>
|
||||
|
||||
Reference in New Issue
Block a user