Merge pull request #5 from NyxiumYuuki/correction_ortho
Correction ortho
This commit is contained in:
commit
837f1056e9
11 changed files with 11 additions and 11 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<!-- filtre textuelle-->
|
<!-- filtre textuelle-->
|
||||||
<div style="margin: 10px 0px 20px 2%;">
|
<div style="margin: 10px 0px 20px 2%;">
|
||||||
<input class="textFilter" (keyup)="applyFilter($event)" placeholder="filtre...">
|
<input class="textFilter" (keyup)="applyFilter($event)" placeholder="Rechercher par mots-clés...">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- visible + interests + période -->
|
<!-- visible + interests + période -->
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
<!-- filtre textuelle-->
|
<!-- filtre textuelle-->
|
||||||
<div style="margin: 10px 0px 20px 2%;">
|
<div style="margin: 10px 0px 20px 2%;">
|
||||||
<input class="textFilter" (keyup)="applyFilter($event)" placeholder="filtre...">
|
<input class="textFilter" (keyup)="applyFilter($event)" placeholder="Rechercher par mots-clés...">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- role + actif + période -->
|
<!-- role + actif + période -->
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<!-- Deconnexion -->
|
<!-- Deconnexion -->
|
||||||
<button mat-button class="btnDeconnexion" (click)="onDeconnexion()" routerLink="/">
|
<button mat-button class="btnDeconnexion" (click)="onDeconnexion()" routerLink="/">
|
||||||
Deconnexion
|
Déconnexion
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<!-- Deconnexion -->
|
<!-- Deconnexion -->
|
||||||
<button mat-button class="btnDeconnexion" (click)="onDeconnexion()" routerLink="/">
|
<button mat-button class="btnDeconnexion" (click)="onDeconnexion()" routerLink="/">
|
||||||
Deconnexion
|
Déconnexion
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<!-- ---------------------------------------------------------------------------------- -->
|
<!-- ---------------------------------------------------------------------------------- -->
|
||||||
|
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<input (keyup)="applyFilter($event)" placeholder="filtre...">
|
<input (keyup)="applyFilter($event)" placeholder="Rechercher par mots clés...">
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<!-- Search bar -->
|
<!-- Search bar -->
|
||||||
<div class="row searchBarContainer">
|
<div class="row searchBarContainer">
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<input type="search" placeholder="recherche..." class="inputSearchBar" [(ngModel)]="search" (ngModelChange)="whileSearch()">
|
<input type="search" placeholder="Rechercher..." class="inputSearchBar" [(ngModel)]="search" (ngModelChange)="whileSearch()">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<div style="text-align: right ; margin: 0px; padding: 0px">
|
<div style="text-align: right ; margin: 0px; padding: 0px">
|
||||||
<button mat-button (click)="onAnnuler()">Annuler</button>
|
<button mat-button (click)="onAnnuler()">Annuler</button>
|
||||||
<button mat-button (click)="onValider()">
|
<button mat-button (click)="onValider()">
|
||||||
<span *ngIf="action === 'create'"> Creer </span>
|
<span *ngIf="action === 'create'"> Créer </span>
|
||||||
<span *ngIf="action === 'update'"> Modifier </span>
|
<span *ngIf="action === 'update'"> Modifier </span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</mat-chip>
|
</mat-chip>
|
||||||
|
|
||||||
<input
|
<input
|
||||||
placeholder="Tapez centres d'intérêt"
|
placeholder="Tapez un centre d'intérêt"
|
||||||
#tagInput
|
#tagInput
|
||||||
[formControl]="formControl"
|
[formControl]="formControl"
|
||||||
[matAutocomplete]="auto"
|
[matAutocomplete]="auto"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
<!-- Search bar -->
|
<!-- Search bar -->
|
||||||
<div class="input-group" style="width: 100%; margin: 0 auto;">
|
<div class="input-group" style="width: 100%; margin: 0 auto;">
|
||||||
<div class="form-outline" style="width: 100%; margin: 0 auto;">
|
<div class="form-outline" style="width: 100%; margin: 0 auto;">
|
||||||
<input type="search" placeholder="recherche..." class="inputSearchBar" [(ngModel)]="search"/>
|
<input type="search" placeholder="Rechercher..." class="inputSearchBar" [(ngModel)]="search"/>
|
||||||
<button mat-icon-button (click)="onSearch()">
|
<button mat-icon-button (click)="onSearch()">
|
||||||
<mat-icon>search</mat-icon>
|
<mat-icon>search</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
<!-- Deconnexion -->
|
<!-- Deconnexion -->
|
||||||
<button mat-button class="btnDeconnexion" (click)="onDeconnexion()" routerLink="/">
|
<button mat-button class="btnDeconnexion" (click)="onDeconnexion()" routerLink="/">
|
||||||
Deconnexion
|
Déconnexion
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<!-- Search bar -->
|
<!-- Search bar -->
|
||||||
<div class="input-group" style="width: 100%; margin: 0 auto;">
|
<div class="input-group" style="width: 100%; margin: 0 auto;">
|
||||||
<div class="form-outline" style="width: 100%; margin: 0 auto;">
|
<div class="form-outline" style="width: 100%; margin: 0 auto;">
|
||||||
<input type="search" placeholder="recherche..." class="inputSearchBar"/>
|
<input type="search" placeholder="Rechercher..." class="inputSearchBar"/>
|
||||||
<button mat-icon-button (click)="onSearch()">
|
<button mat-icon-button (click)="onSearch()">
|
||||||
<mat-icon>search</mat-icon>
|
<mat-icon>search</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Reference in a new issue