Fix Conflicts:

views/modals/qr-address.html
This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-01 11:28:16 -03:00
commit 1cd1ad2ff8
3 changed files with 15 additions and 2 deletions

View File

@ -258,6 +258,11 @@ a:hover {
margin-bottom: 20px;
}
.box-setup label small.has-error {
font-size: 11px;
color: #FFA59B;
}
.last-transactions {
margin-bottom: 2rem;
background-color: #E8EAEF;

View File

@ -11,7 +11,15 @@
<div class="box-setup">
<h1 class="text-primary line-sidebar-b">Join a Wallet in Creation</h1>
<form name="joinForm" ng-submit="join(joinForm)" novalidate>
<label for="connectionId"> Wallet Setting </label>
<label for="connectionId"> Wallet Setting
<small class="has-error" ng-show="joinForm.connectionId.$invalid
&& !joinForm.connectionId.$pristine">Wallet Secret is not valid!</small>
<small data-options="disable_for_touch:true"
ng-show="joinForm.connectionId.$pristine" class="has-tip
text-gray" tooltip="Paste wallet secret here" >Required</small>
</label>
<input id="connectionId" type="text" class="small-9 columns" placeholder="Paste wallet secret here" name="connectionId" ng-model="connectionId" wallet-secret required style="width:85%;">
<div class="small-2 columns" style="padding:0px;width:15%;" ng-hide="showScanner">
<a class="postfix button primary" ng-click="openScanner()"><i class="fi-camera">&nbsp;</i></a>

View File

@ -1,5 +1,5 @@
<div class="text-center">
<qrcode size="160" data="{{address.address}}"></qrcode>
<qrcode size="160" data="bitcoin:{{address.address}}"></qrcode>
<h4>{{address.address}} <span class="btn-copy" clip-copy="address.address"></span></h4>
<div>