From dbfec39b57feee38c8b09a1979d79ebaf70cc452 Mon Sep 17 00:00:00 2001 From: Walid BOUSSOU <121355412+walidbosso@users.noreply.github.com> Date: Thu, 8 Feb 2024 02:58:50 +0100 Subject: [PATCH] Dashboard design, + detail --- .../create-entreprise.component.html | 7 +- .../edit-entreprise.component.html | 7 +- .../create-formation.component.html | 8 +- .../dashboard/dashboard.component.html | 77 ++++++++----------- .../edit-formation.component.html | 6 +- 5 files changed, 46 insertions(+), 59 deletions(-) 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