diff --git a/certif/app/components/add-student-list.hbs b/certif/app/components/add-student-list.hbs index 10b682877ef..3020dc6dcfe 100644 --- a/certif/app/components/add-student-list.hbs +++ b/certif/app/components/add-student-list.hbs @@ -1,6 +1,6 @@ {{#if @studentList}} -
+
{{t "pages.sco.enrol-candidates-in-session.list.table.filter.title"}} - + {{t "pages.candidates.add.actions.select-all.label"}} - {{t "pages.sco.enrol-candidates-in-session.list.table.division"}} - {{t "pages.sco.enrol-candidates-in-session.list.table.last-name"}} - {{t "pages.sco.enrol-candidates-in-session.list.table.first-name"}} + {{t "pages.sco.enrol-candidates-in-session.list.table.division"}} + {{t "pages.sco.enrol-candidates-in-session.list.table.last-name"}} + {{t "pages.sco.enrol-candidates-in-session.list.table.first-name"}} {{t "pages.sco.enrol-candidates-in-session.list.table.birthdate"}} @@ -46,7 +46,7 @@ {{#each @studentList as |student|}} {{#if student.isEnrolled}} - + <:label> {{t @@ -60,11 +60,11 @@ {{student.division}} {{student.lastName}} {{student.firstName}} - {{dayjs-format student.birthdate "DD/MM/YYYY"}} + {{dayjs-format student.birthdate "DD/MM/YYYY"}} {{else}} - + <:label> {{t @@ -85,47 +85,47 @@
+
- + - {{#if this.showStickyBar}} -
+ {{#if this.showStickyBar}} +
-
-

- {{#if this.numberOfStudentsSelected}} - {{this.numberOfStudentsSelected}} - {{t "pages.sco.enrol-candidates-in-session.list.action-bar.candidate-selected"}} - {{else}} - {{t "pages.sco.enrol-candidates-in-session.list.action-bar.no-candidate-selected"}} - {{/if}} -

- -

- {{this.numberOfStudentsAlreadyCandidate}} - {{t "pages.sco.enrol-candidates-in-session.list.action-bar.candidate-already-enrolled"}} -

-
+
+

+ {{#if this.numberOfStudentsSelected}} + {{this.numberOfStudentsSelected}} + {{t "pages.sco.enrol-candidates-in-session.list.action-bar.candidate-selected"}} + {{else}} + {{t "pages.sco.enrol-candidates-in-session.list.action-bar.no-candidate-selected"}} + {{/if}} +

+ +

+ {{this.numberOfStudentsAlreadyCandidate}} + {{t "pages.sco.enrol-candidates-in-session.list.action-bar.candidate-already-enrolled"}} +

+
-
- - {{t "common.actions.cancel"}} - - - Inscrire - -
+
+ + {{t "common.actions.cancel"}} + + + Inscrire +
- {{/if}} -
+
+ {{/if}} {{/if}} \ No newline at end of file diff --git a/certif/app/components/layout/banners.gjs b/certif/app/components/layout/banners.gjs index f683d32d27b..9a5f55a4941 100644 --- a/certif/app/components/layout/banners.gjs +++ b/certif/app/components/layout/banners.gjs @@ -42,6 +42,7 @@ export default class Banners extends Component { @actionLabel={{t 'pages.sco.banner.url-label'}} @actionUrl={{ACTION_URL_FOR_INFORMATION_BANNER}} @canCloseBanner='true' + class='banners' > {{t 'pages.sco.banner.information'}} @@ -52,6 +53,7 @@ export default class Banners extends Component { @type='information' @canCloseBanner='true' @onCloseBannerTriggerAction={{this.closeLocaleNotSupportedBanner}} + class='banners' > {{t 'banners.language-availability.message'}} diff --git a/certif/app/components/members-list.hbs b/certif/app/components/members-list.hbs index 1ee484c67e3..ff7e4a36b3f 100644 --- a/certif/app/components/members-list.hbs +++ b/certif/app/components/members-list.hbs @@ -1,6 +1,6 @@
-
+
diff --git a/certif/app/components/sessions/session-details/enrolled-candidates/index.gjs b/certif/app/components/sessions/session-details/enrolled-candidates/index.gjs index 33a55d7425e..287a6d36935 100644 --- a/certif/app/components/sessions/session-details/enrolled-candidates/index.gjs +++ b/certif/app/components/sessions/session-details/enrolled-candidates/index.gjs @@ -347,7 +347,7 @@ export default class EnrolledCandidates extends Component { {{/if}} -
+
{{#if (or @certificationCandidates this.candidatesInStaging)}}
diff --git a/certif/app/components/sessions/session-list.gjs b/certif/app/components/sessions/session-list.gjs index 210be8e4aa8..0688f1e83b4 100644 --- a/certif/app/components/sessions/session-list.gjs +++ b/certif/app/components/sessions/session-list.gjs @@ -1,3 +1,4 @@ +import PixBlock from '@1024pix/pix-ui/components/pix-block'; import PixPagination from '@1024pix/pix-ui/components/pix-pagination'; import { action } from '@ember/object'; import { service } from '@ember/service'; @@ -78,65 +79,63 @@ export default class SessionList extends Component { }