]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Format BIP85 help text similar to entropy section
authorIan Coleman <ian@iancoleman.io>
Mon, 30 Nov 2020 00:19:39 +0000 (00:19 +0000)
committerIan Coleman <ian@iancoleman.io>
Mon, 30 Nov 2020 00:19:39 +0000 (00:19 +0000)
src/index.html

index 654828867423d6656341c6bdc7e3900bf0f44c1a..c45b1dc930e893f39db1a74917d7de029617080f 100644 (file)
                             <div class="col-sm-10">
                                 <label class="control-label text-weight-normal">
                                     <input type="checkbox" class="showBip85" />
-                                    Show <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85</a>
+                                    Show BIP85
                                 </label>
                             </div>
                         </div>
 
                         <div class="form-group bip85 hidden">
+                            <div class="form-group text-danger">
+                                <label class="col-sm-2 control-label">Warning</label>
+                                <div class="col-sm-10 form-control-static">
+                                    This is an advanced feature and should only be used if you understand what it does.
+                                </div>
+                            </div>
+                            <div class="form-group">
+                                <label class="col-sm-2"></label>
+                                <div class="col-sm-10">
+                                    <p>
+                                    The value of the "BIP85 Child Key" field shown below is not used
+                                    elsewhere on this page. It can be used as a new key.
+                                    </p>
+                                    <p>
+                                    In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic"
+                                    field to use it as a new mnemonic.
+                                    </p>
+                                    <p>
+                                    Please read the
+                                    <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki" target="_blank">
+                                        BIP85 spec
+                                    </a>
+                                    for more information.
+                                    </p>
+                                </div>
+                            </p>
                             <label for="bip85-application" class="col-sm-2 control-label">BIP85 Application</label>
                             <div class="col-sm-10">
                                 <select id="bip85-application" class="form-control">
                                     title="BIP85 Child Key"
                                     rows="3"
                                 ></textarea>
-                                <p class="help-block">
-                                    <span id="bip85Warn" class="text-danger">The value of the "BIP85 Child Key" field shown above is not used
-                                        anywhere on this page. It can be used as a new key.
-                                        (In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic"
-                                        field to use it as a new mnemonic). Please read the
-                                        <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85 specs</a>
-                                        for more information. This is an advanced feature and should only be used if you understand what it does.
-                                    </span>
-                                </p>
                             </div>
                         </div>