|
|
|
@ -18,12 +18,16 @@
|
|
|
|
|
[(ngModel)]="config.pollType"
|
|
|
|
|
autofocus="autofocus"
|
|
|
|
|
id="selector"
|
|
|
|
|
name="selector"
|
|
|
|
|
name='polltype'
|
|
|
|
|
>
|
|
|
|
|
<option value="dates" >
|
|
|
|
|
<option
|
|
|
|
|
value="dates"
|
|
|
|
|
name='polltype_date' >
|
|
|
|
|
{{"creation.kind.date"|translate}}
|
|
|
|
|
</option >
|
|
|
|
|
<option value="classic" >
|
|
|
|
|
<option
|
|
|
|
|
value="classic"
|
|
|
|
|
name='polltype_classic' >
|
|
|
|
|
{{"creation.kind.classic"|translate}}
|
|
|
|
|
</option >
|
|
|
|
|
</select >
|
|
|
|
@ -101,12 +105,23 @@
|
|
|
|
|
<button
|
|
|
|
|
[routerLink]="'/step/answers'"
|
|
|
|
|
class="btn btn--primary btn--full"
|
|
|
|
|
*ngIf="config.pollType == 'classic'"
|
|
|
|
|
i18n
|
|
|
|
|
>
|
|
|
|
|
Continuer
|
|
|
|
|
<i class='fa fa-file-text' ></i >
|
|
|
|
|
</button >
|
|
|
|
|
<button
|
|
|
|
|
[routerLink]="'/step/date'"
|
|
|
|
|
class="btn btn--primary btn--full"
|
|
|
|
|
*ngIf="config.pollType == 'dates'"
|
|
|
|
|
i18n
|
|
|
|
|
>
|
|
|
|
|
Continuer
|
|
|
|
|
<i class='fa fa-calendar-check-o' ></i >
|
|
|
|
|
</button >
|
|
|
|
|
<a
|
|
|
|
|
[routerLink]="'/step/answers'"
|
|
|
|
|
[routerLink]="'/step/creation'"
|
|
|
|
|
class="prev"
|
|
|
|
|
i18n
|
|
|
|
|
>
|
|
|
|
|