Implemented icon for copy to clipboard in join, address book, transactions and addresses.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-31 16:40:26 -03:00
commit 87f196ebf4
6 changed files with 68 additions and 34 deletions

View file

@ -11,7 +11,10 @@
<h3>Share this secret with your other copayers</h3>
<div class="panel">
<qrcode size="250" data="{{$root.wallet.getSecret()}}"></qrcode>
<div class="secret text-gray size-14">{{$root.wallet.getSecret()}}</div>
<div class="secret text-gray size-14">
{{$root.wallet.getSecret()}}
<span class="btn-copy" clip-copy="$root.wallet.getSecret()"></span>
</div>
<div style="clear:both;"></div>
</div>
</div>