diff --git a/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/host-hearing-list/host-hearing-table/host-hearing-table.component.html b/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/host-hearing-list/host-hearing-table/host-hearing-table.component.html index e363664ca5..b37bac7d68 100644 --- a/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/host-hearing-list/host-hearing-table/host-hearing-table.component.html +++ b/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/host-hearing-list/host-hearing-table/host-hearing-table.component.html @@ -1,135 +1,156 @@
-
- - - - - - - - - - - - - - +
+
{{ 'judge-hearing-table.time' | translate }}{{ 'judge-hearing-table.judge' | translate }}{{ 'judge-hearing-table.hearing' | translate }}{{ 'judge-hearing-table.attendees' | translate }}{{ 'judge-hearing-table.conference-status-heading' | translate }}
-

- {{ hearing.scheduledStartTime | date: 'HH:mm' }} - - {{ hearing.scheduledEndTime | date: 'HH:mm' }} -

-
+ + + + + + + + + + + + + - - + + - - + + - - +
+ {{ 'judge-hearing-table.judicial-consultation-room-open-until' | translate + }}{{ hearing.retrieveExpiryTime() | date: 'HH:mm' }} +
+ - - - - -
{{ 'judge-hearing-table.time' | translate }}{{ 'judge-hearing-table.judge' | translate }}{{ 'judge-hearing-table.hearing' | translate }}{{ 'judge-hearing-table.attendees' | translate }}{{ 'judge-hearing-table.conference-status-heading' | translate }}
+

+ {{ hearing.scheduledStartTime | date: 'HH:mm' }} - + {{ hearing.scheduledEndTime | date: 'HH:mm' }} +

+
-

{{ - hearing.judge?.displayName }}

-
+

{{ hearing.judge?.displayName }}

+
-

- -

-

- {{ 'case-type.' + stringToTranslateId(hearing.caseType) | translate }} -

-

- {{ 'judge-hearing-table.case-number' | translate }} -

-
+

+ +

+

+ {{ 'case-type.' + stringToTranslateId(hearing.caseType) | translate }} +

+

+ {{ 'judge-hearing-table.case-number' | translate + }} +

+
-
- - -

- - {{ hearing.panelMembers.length }} {{( hearing.panelMembers.length > 1 ? - 'judge-hearing-table.panel-members' : 'judge-hearing-table.panel-member') | translate }} - -

-
- -

- - {{ hearing.wingers.length }} {{( hearing.wingers.length > 1 ? - 'judge-hearing-table.wingers' : 'judge-hearing-table.winger') | translate }} - -

-
- -

- - {{ hearing.staffMembers.length }} {{( hearing.staffMembers.length > 1 ? - 'judge-hearing-table.staff-members' : 'judge-hearing-table.staff-member') | translate }} - -

-
- -

- - {{ hearing.nonJudicialParticipantsExcludingObservers.length }} {{( - hearing.nonJudicialParticipantsExcludingObservers.length > 1 ? - 'judge-hearing-table.participants' : 'judge-hearing-table.participant') | translate }} - -

-
-
- - {{ hearing.numberOfEndpoints }} {{( hearing.numberOfEndpoints > 1 ? - 'judge-hearing-table.video-access-points' : 'judge-hearing-table.video-access-point') | translate }} - -
- -

- - {{ hearing.observers.length }} {{( hearing.observers.length > 1 ? - 'judge-hearing-table.observers' : 'judge-hearing-table.observer') | translate }} - -

-
-
+ +
+
+ + +

+ + {{ hearing.panelMembers.length }} + {{ + (hearing.panelMembers.length > 1 ? 'judge-hearing-table.panel-members' : 'judge-hearing-table.panel-member') + | translate + }} + +

+
+ +

+ + {{ hearing.wingers.length }} + {{ (hearing.wingers.length > 1 ? 'judge-hearing-table.wingers' : 'judge-hearing-table.winger') | translate }} + +

+
+ +

+ + {{ hearing.staffMembers.length }} + {{ + (hearing.staffMembers.length > 1 ? 'judge-hearing-table.staff-members' : 'judge-hearing-table.staff-member') + | translate + }} + +

+
+ +

+ + {{ hearing.nonJudicialParticipantsExcludingObservers.length }} + {{ + (hearing.nonJudicialParticipantsExcludingObservers.length > 1 + ? 'judge-hearing-table.participants' + : 'judge-hearing-table.participant' + ) | translate + }} + +

+
+
+ + {{ hearing.numberOfEndpoints }} + {{ + (hearing.numberOfEndpoints > 1 ? 'judge-hearing-table.video-access-points' : 'judge-hearing-table.video-access-point') + | translate + }} + +
+ +

+ + {{ hearing.observers.length }} + {{ (hearing.observers.length > 1 ? 'judge-hearing-table.observers' : 'judge-hearing-table.observer') | translate }} + +

+
+
-
- {{ - 'judge-hearing-table.judicial-consultation-room-is-now-closed' | translate }} -
+
+ {{ 'judge-hearing-table.judicial-consultation-room-is-now-closed' | translate }} +
- -
-
- -
-
{{ - 'judge-hearing-table.not-ready-to-start' | translate }}
-
- +
+ +
+
{{ 'judge-hearing-table.not-ready-to-start' | translate }}
+
+ {{ 'conference-status.' + stringToTranslateId(hearing.status) | translate }} -
-
-
+ }" + >{{ 'conference-status.' + stringToTranslateId(hearing.status) | translate }} +
+ + + + + diff --git a/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/participant-hearings/hearing-list-table.component.html b/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/participant-hearings/hearing-list-table.component.html index 0228d80974..b37235611b 100644 --- a/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/participant-hearings/hearing-list-table.component.html +++ b/VideoWeb/VideoWeb/ClientApp/src/app/on-the-day/participant-hearings/hearing-list-table.component.html @@ -22,7 +22,9 @@

{{ 'hearing-list-table.case-number' | translate }}: - +

@@ -33,16 +35,16 @@ type="button" *ngIf="canStartHearing(conference)" (click)="signIntoConference(conference)" - [attr.aria-label]="('hearing-list-table.button.sign-into-hearing' | translate) + ' ' + conference.case_name" + [attr.aria-label]="('hearing-list-table.button.sign-into-hearing' | translate) + ' ' + conference.case_number" > - {{ 'hearing-list-table.button.sign-into-hearing' | translate }} + {{ 'hearing-list-table.button.sign-into-hearing' | translate }}

- {{ 'hearing-list-table.sign-in' | translate:{ date: getSignInDate(conference)} }} + {{ 'hearing-list-table.sign-in' | translate: { date: getSignInDate(conference) } }}

- {{ 'hearing-list-table.from' | translate:{ time: getSignInTime(conference) | date: 'HH:mm' } }} + {{ 'hearing-list-table.from' | translate: { time: getSignInTime(conference) | date: 'HH:mm' } }}