diff --git a/src/app/features/administration/form/date-select/date-select.component.html b/src/app/features/administration/form/date-select/date-select.component.html index 542a61ef..25f05af7 100644 --- a/src/app/features/administration/form/date-select/date-select.component.html +++ b/src/app/features/administration/form/date-select/date-select.component.html @@ -30,7 +30,6 @@
-
-
-
-
-

- - {{ 'dates.count_time' | translate }} - (identique pour chaque jour) - -

-
- - {{ timeList.length }} - - - +
+
+

+ + {{ 'dates.count_time' | translate }} + +

+
+ + {{ timeList.length }} + + + +
-
-
+ + +
diff --git a/src/app/features/administration/form/date-select/date-select.component.scss b/src/app/features/administration/form/date-select/date-select.component.scss index d56fe360..a0c7f53e 100644 --- a/src/app/features/administration/form/date-select/date-select.component.scss +++ b/src/app/features/administration/form/date-select/date-select.component.scss @@ -52,4 +52,9 @@ .movable { cursor: move; } + + app-time-list { + margin-top: 1em; + display: block; + } } diff --git a/src/app/features/administration/form/date-select/date-select.component.ts b/src/app/features/administration/form/date-select/date-select.component.ts index a35591ff..8e77b534 100644 --- a/src/app/features/administration/form/date-select/date-select.component.ts +++ b/src/app/features/administration/form/date-select/date-select.component.ts @@ -26,8 +26,8 @@ export class DateSelectComponent implements OnInit { @Input() form: FormGroup; - displaySeveralHoursChoice = false; - allowSeveralHours = false; + displaySeveralHoursChoice = true; + allowSeveralHours = true; today = new Date(); endDateInterval: string; diff --git a/src/app/features/administration/form/date/list/time/time-list.component.html b/src/app/features/administration/form/date/list/time/time-list.component.html index 63911963..104b726d 100644 --- a/src/app/features/administration/form/date/list/time/time-list.component.html +++ b/src/app/features/administration/form/date/list/time/time-list.component.html @@ -1,6 +1,5 @@ -

time-list works!

-
-