1
0

Dokan api

This commit is contained in:
Scott E. Graves
2017-02-10 15:09:24 -06:00
parent 99da074b21
commit 25bb8b7cc9
20 changed files with 726 additions and 23 deletions

View File

@@ -53,10 +53,10 @@
<button ID="CreateWalletButton">Create</button>
</div>
<div id="unlock_wallet" style="display: none">
<div id="unlock_wallet" style="display: none" width="100%">
<h3>Unlock Wallet</h3>
<p>Enter wallet password and click 'Unlock' to continue.</p>
<input type="password" width="100%" id="WalletUnlockPwd" />
<input type="password" id="WalletUnlockPwd" style="width: 100%"/><br /><br />
<button ID="UnlockWalletButton">Unlock</button>
</div>