diff --git a/angular-frontend/src/app/Admin/entreprise/create-entreprise/create-entreprise.component.html b/angular-frontend/src/app/Admin/entreprise/create-entreprise/create-entreprise.component.html index 090c093..0746f8f 100644 --- a/angular-frontend/src/app/Admin/entreprise/create-entreprise/create-entreprise.component.html +++ b/angular-frontend/src/app/Admin/entreprise/create-entreprise/create-entreprise.component.html @@ -5,11 +5,12 @@

Ajouter une entreprise

-
+ @@ -78,7 +79,7 @@

Ajouter une entreprise

[disabled]="isSubmitting" (click)="addEntreprise()" type="button" - class="form-control btn btn-outline-primary mt-3" + class="form-control btn btn-outline-info mt-3" > Ajouter diff --git a/angular-frontend/src/app/Admin/entreprise/edit-entreprise/edit-entreprise.component.html b/angular-frontend/src/app/Admin/entreprise/edit-entreprise/edit-entreprise.component.html index 6b07b67..cb1da4c 100644 --- a/angular-frontend/src/app/Admin/entreprise/edit-entreprise/edit-entreprise.component.html +++ b/angular-frontend/src/app/Admin/entreprise/edit-entreprise/edit-entreprise.component.html @@ -5,11 +5,12 @@

Modifier une entreprise

-
+ @@ -76,7 +77,7 @@

Modifier une entreprise

[disabled]="isSubmitting" (click)="editentreprise()" type="button" - class="btn btn-outline-primary mt-3" + class="btn btn-outline-info mt-3" > Modifier diff --git a/angular-frontend/src/app/Admin/formation/create-formation/create-formation.component.html b/angular-frontend/src/app/Admin/formation/create-formation/create-formation.component.html index d31d93c..c5da414 100644 --- a/angular-frontend/src/app/Admin/formation/create-formation/create-formation.component.html +++ b/angular-frontend/src/app/Admin/formation/create-formation/create-formation.component.html @@ -5,10 +5,10 @@

Ajouter une formation

-
+
Toutes les formations @@ -54,7 +54,7 @@

Ajouter une formation

accept="image/*" />
@@ -195,7 +195,7 @@

Ajouter une formation

diff --git a/angular-frontend/src/app/Admin/formation/dashboard/dashboard.component.html b/angular-frontend/src/app/Admin/formation/dashboard/dashboard.component.html index c4c62df..71a0316 100644 --- a/angular-frontend/src/app/Admin/formation/dashboard/dashboard.component.html +++ b/angular-frontend/src/app/Admin/formation/dashboard/dashboard.component.html @@ -8,23 +8,35 @@ >Ajouter Formation

- - - - +
+ Green: Formateur and entreprise are affected + Orange: Formateur affected but entreprise NOT affected + Red: Formateur and entreprise are NOT affected
-Green: Formateur and entreprise are affected - Orange: Formateur affected but entreprise NOT affected - Red: Formateur and entreprise are NOT affected \ No newline at end of file diff --git a/angular-frontend/src/app/Admin/formation/edit-formation/edit-formation.component.html b/angular-frontend/src/app/Admin/formation/edit-formation/edit-formation.component.html index f8eefc5..2554550 100644 --- a/angular-frontend/src/app/Admin/formation/edit-formation/edit-formation.component.html +++ b/angular-frontend/src/app/Admin/formation/edit-formation/edit-formation.component.html @@ -5,10 +5,10 @@

Modifier une formation

-
+
Toutes les formations @@ -154,7 +154,7 @@

Modifier une formation

[disabled]="isSubmitting" (click)="editFormation()" type="button" - class="form-control btn btn-outline-primary mt-3" + class="form-control btn btn-outline-info mt-3" > Modifier la formation