derniere version finale 17 10 2017

thierry
Tmadkaud 7 years ago
parent a3fd412697
commit 195492c616

@ -50,9 +50,9 @@
<label>Avantage filleul: {{op.avantageFilleul === ''? '0' : op.avantageFilleul}} €</label>
</div>
<div id="opLogs">
<label>Carte(s) envoyée(s): {{op.nbEnvoie}}</label>
<label>Carte(s) scannée(s): {{op.nbScan}}</label>
<label>Carte(s) débitée(s): {{op.nbDebiter}}</label>
<label>Carte(s) envoyée(s): {{op.nbEnvoie === ''? '0' : op.nbEnvoie}}</label>
<label>Carte(s) scannée(s): {{op.nbScan === ''? '0' : op.nbScan}}</label>
<label>Carte(s) débitée(s): {{op.nbDebiter === ''? '0' : op.nbDebiter}}</label>
</div>
</div>
<div class="btn-block d-flex flex-lg-row flex-md-column flex-sm-row" id="subCard2Part2">

@ -140,7 +140,7 @@
</div>
</div>
-->
<p>Vous avez selectionné {{parSelect}}</p>
<p>Vous avez selectionné le parrain {{parSelect}}</p>
<div class="md-form">
<i class="fa fa-user prefix grey-text"></i>
<input

@ -74,7 +74,7 @@
<!-- Si cest un filleul existant -->
<div *ngIf="true">
<p *ngIf="filleulSelect != ''">Vous avez selectionné {{filleulSelect}}</p>
<p *ngIf="filleulSelect != ''">Vous avez selectionné le filleul : {{filleulSelect}}</p>
<div class="md-form">
@ -92,7 +92,7 @@
<button class="btn btn-light-green waves-light" (click)="filleulAnonymous()">Filleul anonyme ?</button>
<p *ngIf="ParrainCarteSelect != ''">Vous avez selectionné {{ParrainCarteSelect}}</p>
<p *ngIf="ParrainCarteSelect != ''">Vous avez selectionné le parrain : {{ParrainCarteSelect}}</p>
<div class="md-form">
<i class="fa fa-address-card prefix grey-text"></i>
<input

Loading…
Cancel
Save