+ address list for recipient
+ filter table helper * copy address simply by clicking on it
This commit is contained in:
@@ -11,9 +11,10 @@
|
||||
</select>
|
||||
<label for="sendFromAddress">From address:</label>
|
||||
</div>
|
||||
<div class="input-field col s6">
|
||||
<div class="input-field col s6 addressInputWrapper">
|
||||
<input id="sendToAddress" placeholder="recipient address" type="text">
|
||||
<label for="sendToAddress" class="active">To address:</label>
|
||||
<button type="button" class="btn btn-etho addressLookup" id="btnLookForToAddress"><i class="fas fa-search"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@@ -83,4 +84,11 @@
|
||||
</div>
|
||||
<button type="button" class="btn btn-etho btn-dialog-confirm" id="btnSendWalletPasswordConfirm">Confirm</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- The modal for address list -->
|
||||
<div id="dlgAddressList" class="modalDialog" data-iziModal-title="AddressList" data-iziModal-subtitle="Please select an address from the list" data-iziModal-icon="icon-home">
|
||||
<div class="modalBodyPassword" id="dlgAddressListBody">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user