mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
remove several hours by default step 3
This commit is contained in:
parent
7e96b88890
commit
c393bee2b4
@ -1,14 +1,4 @@
|
|||||||
<div class="day-list-container">
|
<div class="day-list-container">
|
||||||
<div class="columns">
|
|
||||||
<div class="column">
|
|
||||||
<!-- ajouter une date-->
|
|
||||||
<button class="button is-primary" (click)="addChoice()">
|
|
||||||
<i class="fa fa-plus"></i>
|
|
||||||
{{ 'dates.add' | translate }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="columns days-list"
|
class="columns days-list"
|
||||||
cdkDropList
|
cdkDropList
|
||||||
@ -65,6 +55,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="columns">
|
||||||
<br />
|
<div class="column">
|
||||||
|
<!-- ajouter une date-->
|
||||||
|
<button class="button is-primary" (click)="addChoice()">
|
||||||
|
<i class="fa fa-plus"></i>
|
||||||
|
{{ 'dates.add' | translate }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -29,10 +29,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-date-list" *ngIf="!pollService.mode_calendar">
|
<div class="text-date-list" *ngIf="!pollService.mode_calendar">
|
||||||
<app-day-list
|
<app-day-list [form]="pollService.form"></app-day-list>
|
||||||
[form]="pollService.form"
|
<!-- [hasSeveralHours]="pollService.form.value.hasSeveralHours"-->
|
||||||
[hasSeveralHours]="pollService.form.value.hasSeveralHours"
|
|
||||||
></app-day-list>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<app-nav-steps
|
<app-nav-steps
|
||||||
|
Loading…
Reference in New Issue
Block a user