mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
id step buttons
This commit is contained in:
parent
0afad9c7a3
commit
e5f7e6bb83
@ -2,7 +2,7 @@
|
|||||||
<div class="contained-in-main-column">
|
<div class="contained-in-main-column">
|
||||||
<button
|
<button
|
||||||
*ngIf="display_previous_button"
|
*ngIf="display_previous_button"
|
||||||
id="button_next_step"
|
id="button_prev_step"
|
||||||
class="button-previous is-secondary"
|
class="button-previous is-secondary"
|
||||||
[routerLink]="['/administration/step/' + previous_step_number]"
|
[routerLink]="['/administration/step/' + previous_step_number]"
|
||||||
>
|
>
|
||||||
@ -10,7 +10,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
*ngIf="display_next_button"
|
*ngIf="display_next_button"
|
||||||
id=""
|
id="button_next_step"
|
||||||
class="button-next pull-right"
|
class="button-next pull-right"
|
||||||
[disabled]="next_is_disabled"
|
[disabled]="next_is_disabled"
|
||||||
[ngClass]="{ 'is-finish': is_finish_step, 'is-primary': !is_finish_step }"
|
[ngClass]="{ 'is-finish': is_finish_step, 'is-primary': !is_finish_step }"
|
||||||
|
@ -102,7 +102,6 @@
|
|||||||
<div class="step-bar-progress" [ngStyle]="{ width: (step_current / step_max) * 100 + '%' }"></div>
|
<div class="step-bar-progress" [ngStyle]="{ width: (step_current / step_max) * 100 + '%' }"></div>
|
||||||
|
|
||||||
<!-- modale pour quitter la création-->
|
<!-- modale pour quitter la création-->
|
||||||
<dialog>
|
|
||||||
<p-dialog
|
<p-dialog
|
||||||
id="close_stepper"
|
id="close_stepper"
|
||||||
[modal]="true"
|
[modal]="true"
|
||||||
@ -114,6 +113,7 @@
|
|||||||
[showHeader]="false"
|
[showHeader]="false"
|
||||||
[resizable]="false"
|
[resizable]="false"
|
||||||
>
|
>
|
||||||
|
<dialog>
|
||||||
<ng-template pTemplate="titlebar">
|
<ng-template pTemplate="titlebar">
|
||||||
<button
|
<button
|
||||||
id="close_dialog"
|
id="close_dialog"
|
||||||
@ -142,8 +142,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</p-dialog>
|
|
||||||
</dialog>
|
</dialog>
|
||||||
|
</p-dialog>
|
||||||
<!-- menu mobile-->
|
<!-- menu mobile-->
|
||||||
<div id="mobile_menu" *ngIf="display_mobile_menu">
|
<div id="mobile_menu" *ngIf="display_mobile_menu">
|
||||||
<div class="menu-content">
|
<div class="menu-content">
|
||||||
|
Loading…
Reference in New Issue
Block a user