add creation message

This commit is contained in:
Matias Alejo Garcia 2014-12-16 13:25:59 -03:00
commit 65dff2bb44
2 changed files with 21 additions and 7 deletions

View file

@ -4,6 +4,20 @@
<h1 class="hide-for-large-up size-18">{{$root.title}}</h1>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="box-notification">
<div class="box-icon error">
<i class="fi-alert size-24"></i>
</div>
<span class="text-warning size-14">
Please note the wallet creator <b>must be online</b> until all copayers have joined.
</span>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div ng-if="!$root.wallet.isComplete()">
@ -12,7 +26,7 @@
<qrcode size="250" data="{{secret}}"></qrcode>
</div>
<div class="secret m10v">
{{secret}}
{{secret}}
</div>
<div class="size-10 line-t text-center">
<h2 class="m10t">{{$root.wallet.getName()}}</h2>
@ -25,16 +39,17 @@
</div>
<div class="panel oh">
<h3>Waiting for copayers</h3>
<div ng-include="'views/includes/copayers.html'"></div>
<div ng-include="'views/includes/copayers.html'"></div>
<div class="copay-box" ng-if="!$root.wallet.isComplete()">
<span ng-include="'views/includes/photo.html'"></span>
<p class="size-12 text-white text-light m0">
<i class="fi-loop icon-rotate spinner"></i>
<span translate>Waiting...</span>
<i class="fi-loop icon-rotate spinner"></i>
<span translate>Waiting...</span>
</p>
</div>
</div>
</div>
</div> <!-- end of row -->
</div>
<!-- end of row -->
</div>

View file

@ -36,7 +36,7 @@
</label>
</div>
<div class="large-6 medium-6 columns">
<label><span translate>Select required signatures (*)</span>
<label><span translate>Select required signatures</span>
<select ng-model="requiredCopayers" ng-options="requiredCopayers as requiredCopayers for requiredCopayers in RCValues" ng-disabled="totalCopayers == 1">
</select>
</label>
@ -49,7 +49,6 @@
</div>
</div>
</div>
<p translate class="comment" ng-show="totalCopayers>1">(*) The limits are imposed by the bitcoin network.</p>
<div class="line-dashed-h m20b"></div>