mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
title in p
This commit is contained in:
parent
7e973408fa
commit
24907bfe04
@ -25,20 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column">
|
<div class="column"></div>
|
||||||
<!-- <mat-form-field appearance="fill">-->
|
|
||||||
<!-- <mat-label>Enter a date range</mat-label>-->
|
|
||||||
<!-- <mat-date-range-input [formGroup]="form" [rangePicker]="picker">-->
|
|
||||||
<!-- <input matStartDate formControlName="startDateInterval" placeholder="Start date">-->
|
|
||||||
<!-- <input matEndDate formControlName="endDateInterval" placeholder="End date">-->
|
|
||||||
<!-- </mat-date-range-input>-->
|
|
||||||
<!-- <mat-datepicker-toggle matSuffix [for]="picker"></mat-datepicker-toggle>-->
|
|
||||||
<!-- <mat-date-range-picker #picker></mat-date-range-picker>-->
|
|
||||||
|
|
||||||
<!-- <mat-error *ngIf="form.controls.startDateInterval.hasError('matStartDateInvalid')">Invalid start date</mat-error>-->
|
|
||||||
<!-- <mat-error *ngIf="form.controls.endDateInterval.hasError('matEndDateInvalid')">Invalid end date</mat-error>-->
|
|
||||||
<!-- </mat-form-field>-->
|
|
||||||
</div>
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<label for="start_interval" class="hidden">start</label>
|
<label for="start_interval" class="hidden">start</label>
|
||||||
{{ form.value.startDateInterval }}
|
{{ form.value.startDateInterval }}
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
alt="accueil {{ environment.appTitle }}"
|
alt="accueil {{ environment.appTitle }}"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<h1 class="title-section">
|
<p class="title-section">
|
||||||
<span class="logo-home-link pull-left">
|
<span class="logo-home-link pull-left">
|
||||||
<span class="step-title-poll" *ngIf="pollService.step_current == 1">
|
<span class="step-title-poll" *ngIf="pollService.step_current == 1">
|
||||||
{{ 'creation.title' | translate }}
|
{{ 'creation.title' | translate }}
|
||||||
@ -78,7 +78,7 @@
|
|||||||
<span class="step-counter-text">
|
<span class="step-counter-text">
|
||||||
{{ 'nav.step' | translate }} {{ step_current }} {{ 'nav.on' | translate }} {{ step_max }}
|
{{ 'nav.step' | translate }} {{ step_current }} {{ 'nav.on' | translate }} {{ step_max }}
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</p>
|
||||||
<button class="is-visible-smallest-screen pull-right menu-button" (click)="toggle_mobile_menu()">
|
<button class="is-visible-smallest-screen pull-right menu-button" (click)="toggle_mobile_menu()">
|
||||||
{{ 'nav.menu' | translate }}
|
{{ 'nav.menu' | translate }}
|
||||||
<img class="icon" aria-hidden="true" src="assets/icons/book.svg" />
|
<img class="icon" aria-hidden="true" src="assets/icons/book.svg" />
|
||||||
|
Loading…
Reference in New Issue
Block a user