Correction ortho #5

Merged
will82-code merged 4 commits from correction_ortho into main 2021-12-13 11:28:47 +01:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit a2c9dc2502 - Show all commits

View file

@ -4,7 +4,7 @@
<!-- Search bar -->
<div class="row searchBarContainer">
<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>

View file

@ -11,7 +11,7 @@
<div style="text-align: right ; margin: 0px; padding: 0px">
<button mat-button (click)="onAnnuler()">Annuler</button>
<button mat-button (click)="onValider()">
<span *ngIf="action === 'create'"> Creer </span>
<span *ngIf="action === 'create'"> Créer </span>
<span *ngIf="action === 'update'"> Modifier </span>
</button>
</div>

View file

@ -16,7 +16,7 @@
<!-- Search bar -->
<div class="input-group" 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()">
<mat-icon>search</mat-icon>
</button>

View file

@ -17,7 +17,7 @@
<!-- Search bar -->
<div class="input-group" 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()">
<mat-icon>search</mat-icon>
</button>