diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-02-19 11:37:46 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-02-19 11:37:46 +1100 |
commit | a2e3e8198943be8b30f4ed3f92d6e8b40836b6be (patch) | |
tree | a2176ce166b31ccbbc634ac41640e9e78fe47ac6 /src | |
parent | 5de5781ad732f71ba62d8a1640eb946e853e3c8a (diff) | |
download | BIP39-a2e3e8198943be8b30f4ed3f92d6e8b40836b6be.tar.gz BIP39-a2e3e8198943be8b30f4ed3f92d6e8b40836b6be.tar.zst BIP39-a2e3e8198943be8b30f4ed3f92d6e8b40836b6be.zip |
Coin Client select moved to BIP32 tab
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/index.html b/src/index.html index 7dc53a7..a5ac637 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -254,14 +254,6 @@ | |||
254 | </div> | 254 | </div> |
255 | </div> | 255 | </div> |
256 | <div class="form-group"> | 256 | <div class="form-group"> |
257 | <label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label> | ||
258 | <div class="col-sm-10"> | ||
259 | <select id="client-phrase" class="client form-control"> | ||
260 | <!-- populated by javascript --> | ||
261 | </select> | ||
262 | </div> | ||
263 | </div> | ||
264 | <div class="form-group"> | ||
265 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> | 257 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> |
266 | <div class="col-sm-10"> | 258 | <div class="col-sm-10"> |
267 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> | 259 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> |
@@ -376,6 +368,14 @@ | |||
376 | </p> | 368 | </p> |
377 | </div> | 369 | </div> |
378 | <div class="form-group"> | 370 | <div class="form-group"> |
371 | <label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label> | ||
372 | <div class="col-sm-10"> | ||
373 | <select id="client-phrase" class="client form-control"> | ||
374 | <!-- populated by javascript --> | ||
375 | </select> | ||
376 | </div> | ||
377 | </div> | ||
378 | <div class="form-group"> | ||
379 | <label for="bip32-path" class="col-sm-2 control-label" data-translate>BIP32 Derivation Path</label> | 379 | <label for="bip32-path" class="col-sm-2 control-label" data-translate>BIP32 Derivation Path</label> |
380 | <div class="col-sm-10"> | 380 | <div class="col-sm-10"> |
381 | <input id="bip32-path" type="text" class="path form-control" value="m/0"> | 381 | <input id="bip32-path" type="text" class="path form-control" value="m/0"> |