Coin select input moved below passphrase input

This commit is contained in:
Ian Coleman
2014-10-13 11:13:22 +11:00
parent d9ca839792
commit 4d457a3836

View File

@@ -51,17 +51,6 @@
<p>You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)</p>
<p>For more info see the <a href="https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki" target="_blank">BIP39 spec</a></p>
</div>
<div class="form-group">
<label for="network-phrase" class="col-sm-2 control-label">Coin</label>
<div class="col-sm-10">
<select id="network-phrase" class="network form-control">
<option value="bitcoin">Bitcoin</option>
<option value="bitcoin-testnet">Bitcoin Testnet</option>
<option value="litecoin">Litecoin</option>
<option value="dogecoin">Dogecoin</option>
</select>
</div>
</div>
<div class="form-group">
<label for="phrase" class="col-sm-2 control-label">BIP39 Mnemonic</label>
<div class="col-sm-10">
@@ -85,6 +74,17 @@
<textarea id="passphrase" class="passphrase form-control"></textarea>
</div>
</div>
<div class="form-group">
<label for="network-phrase" class="col-sm-2 control-label">Coin</label>
<div class="col-sm-10">
<select id="network-phrase" class="network form-control">
<option value="bitcoin">Bitcoin</option>
<option value="bitcoin-testnet">Bitcoin Testnet</option>
<option value="litecoin">Litecoin</option>
<option value="dogecoin">Dogecoin</option>
</select>
</div>
</div>
<div class="form-group">
<label for="root-key" class="col-sm-2 control-label">BIP32 Root Key</label>
<div class="col-sm-10">