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> <h1 class="hide-for-large-up size-18">{{$root.title}}</h1>
</div> </div>
</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="row">
<div class="large-12 columns"> <div class="large-12 columns">
<div ng-if="!$root.wallet.isComplete()"> <div ng-if="!$root.wallet.isComplete()">
@ -29,12 +43,13 @@
<div class="copay-box" ng-if="!$root.wallet.isComplete()"> <div class="copay-box" ng-if="!$root.wallet.isComplete()">
<span ng-include="'views/includes/photo.html'"></span> <span ng-include="'views/includes/photo.html'"></span>
<p class="size-12 text-white text-light m0"> <p class="size-12 text-white text-light m0">
<i class="fi-loop icon-rotate spinner"></i> <i class="fi-loop icon-rotate spinner"></i>
<span translate>Waiting...</span> <span translate>Waiting...</span>
</p> </p>
</div> </div>
</div> </div>
</div> </div>
</div> <!-- end of row --> </div>
<!-- end of row -->
</div> </div>

View file

@ -36,7 +36,7 @@
</label> </label>
</div> </div>
<div class="large-6 medium-6 columns"> <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 ng-model="requiredCopayers" ng-options="requiredCopayers as requiredCopayers for requiredCopayers in RCValues" ng-disabled="totalCopayers == 1">
</select> </select>
</label> </label>
@ -49,7 +49,6 @@
</div> </div>
</div> </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> <div class="line-dashed-h m20b"></div>