couple more gui changes
This commit is contained in:
parent
effdb84f24
commit
7ef0046fe3
2 changed files with 9 additions and 15 deletions
16
index.html
16
index.html
|
@ -741,15 +741,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<label for="signTransaction">Transaction</label>
|
||||
<div class="input-group">
|
||||
<textarea type="text" id="signTransaction" class="form-control" style="height:125px"></textarea>
|
||||
<span class="input-group-btn">
|
||||
<button class="qrcodeBtn btn btn-default" type="button" data-toggle="modal" data-target="#modalQrcode"><span class="glyphicon glyphicon-qrcode"></span></button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
@ -760,13 +756,11 @@
|
|||
|
||||
<div class="alert alert-success hidden" id="signedData">
|
||||
<label>Signed transaction</label>
|
||||
<button class="qrcodeBtn btn btn-default" type="button" data-toggle="modal" data-target="#modalQrcode" style="float:right;"><span class="glyphicon glyphicon-qrcode"></span></button>
|
||||
<p>The above transaction has been signed:</p>
|
||||
<div class="input-group">
|
||||
|
||||
<textarea class="form-control script" style="height:160px" readonly></textarea>
|
||||
<span class="input-group-btn">
|
||||
<button class="qrcodeBtn btn btn-default" type="button" data-toggle="modal" data-target="#modalQrcode"><span class="glyphicon glyphicon-qrcode"></span></button>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<p class="text-muted">Size: <span class="txSize">0</span> <i>bytes</i></p>
|
||||
</div>
|
||||
|
||||
|
|
4
sha1sum
4
sha1sum
|
@ -11,7 +11,7 @@ ad038e1f39646b68ae666324ed4c2882a8c42474 ./js/qrcode.js
|
|||
64eb4ea5c882f8bce3e1885bf00728455f1c2f4c ./js/ripemd160.js
|
||||
114089ef2a3feb6d4db4f9cabcb186d7750d5884 ./js/sha512.js
|
||||
782ecafc45b2e791451b9d43659c815c76d4816d ./js/coin.js
|
||||
8b773f26bf402a99404b967009b83d7d0741d392 ./js/coinbin.js
|
||||
a979f7ac0f1f2d9e2edad7b3d10e13fedc2695ae ./js/coinbin.js
|
||||
ae49e56999d82802727455f0ba83b63acd90a22b ./js/jquery-1.9.1.min.js
|
||||
5f570018ed044eafd464f7e0ab1783b966224055 ./LICENCE
|
||||
ed29315e0ffb3f14382431f2724235bf67f44eb3 ./css/bootstrap.min.css
|
||||
|
@ -25,4 +25,4 @@ de51a8494180a6db074af2dee2383f0a363c5b08 ./fonts/glyphicons-halflings-regular.s
|
|||
278e49a86e634da6f2a02f3b47dd9d2a8f26210f ./fonts/glyphicons-halflings-regular.woff
|
||||
44bc1850f570972267b169ae18f1cb06b611ffa2 ./fonts/glyphicons-halflings-regular.ttf
|
||||
fe8d57914bb036ab94e86ec35b2671eeb6d20d0d ./README.md
|
||||
954c6edeac5881c4e12b3db46875a6eab18239b8 ./index.html
|
||||
f96bf532933abcdf8fe48ba8a1d22ab003ec6426 ./index.html
|
||||
|
|
Loading…
Reference in a new issue