+ delete and re-sync transactions
+ add to address book from send screen
This commit is contained in:
@@ -110,11 +110,11 @@ body.pg-loaded > .inner {
|
||||
}
|
||||
|
||||
#dlgGeneralError .modalBody {
|
||||
height: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
#dlgGeneralConfirm .modalBody {
|
||||
height: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
#dlgDeleteAddressConfirm .modalBody {
|
||||
height: 100px;
|
||||
@@ -129,6 +129,7 @@ body.pg-loaded > .inner {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#dlgAddAddressToBook .modalBody,
|
||||
#dlgChangeWalletName .modalBody,
|
||||
#dlgChangeAddressName .modalBody {
|
||||
height: 150px;
|
||||
@@ -364,4 +365,13 @@ div.noAddressWrapper {
|
||||
|
||||
#addressListFilter {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.btnSendToolButton {
|
||||
width: 40px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#btnAddToAddressBook {
|
||||
margin-right: 3px;
|
||||
}
|
||||
@@ -14,7 +14,8 @@
|
||||
<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>
|
||||
<button type="button" class="btn btn-etho btnSendToolButton" id="btnAddToAddressBook"><i class="fas fa-plus"></i></button>
|
||||
<button type="button" class="btn btn-etho btnSendToolButton" id="btnLookForToAddress"><i class="fas fa-search"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@@ -91,4 +92,15 @@
|
||||
<div class="modalBody" id="dlgAddressListBody">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- The modal to add address to address book -->
|
||||
<div id="dlgAddAddressToBook" class="modalDialog" data-iziModal-title="Address Name" data-iziModal-subtitle="Enter the name for this address" data-iziModal-icon="icon-home">
|
||||
<div class="modalBody">
|
||||
<div class="form-group">
|
||||
<label for="usr">Address Name:</label>
|
||||
<input type="text" class="form-control" id="inputAddressName">
|
||||
</div>
|
||||
<button type="button" class="btn btn-etho btn-dialog-confirm" id="btnAddAddressToBookConfirm">Confirm</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user