Fixed wallet refresh
This commit is contained in:
@@ -70,15 +70,15 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td style="text-align: right">Available:</td>
|
||||
<td id="WalletBalanceConfirmed"></td>
|
||||
<td id="ID_WalletConfirmedBalance"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right">Pending:</td>
|
||||
<td id="WalletBalanceUnconfirmed"></td>
|
||||
<td id="ID_WalletBalanceUnconfirmed"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: right">Total:</td>
|
||||
<td id="WalletBalanceTotal"></td>
|
||||
<td id="ID_WalletTotalBalance"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@@ -101,7 +101,7 @@
|
||||
<div id="unlock_wallet" style="display: none" class="fill">
|
||||
<h3>Unlock Wallet</h3>
|
||||
<p>Enter wallet password and click 'Unlock' to continue.</p>
|
||||
<input type="password" id="WalletUnlockPwd" style="width: inherit"/><br/><br/>
|
||||
<input type="password" id="ID_WalletUnlockPwd" style="width: inherit"/><br/><br/>
|
||||
<button ID="UnlockWalletButton">Unlock</button>
|
||||
</div>
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
<div id="tab_view" style="display: none" class="fill">
|
||||
<h3>Receive Address</h3>
|
||||
<label id="WalletAddress"></label><br/><br/>
|
||||
<label id="ID_WalletReceiveAddress"></label><br/><br/>
|
||||
<TABLE class="fill">
|
||||
<TR>
|
||||
<TD ALIGN=CENTER VALIGN=TOP>
|
||||
|
Reference in New Issue
Block a user