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">
|
||||
<button
|
||||
*ngIf="display_previous_button"
|
||||
id="button_next_step"
|
||||
id="button_prev_step"
|
||||
class="button-previous is-secondary"
|
||||
[routerLink]="['/administration/step/' + previous_step_number]"
|
||||
>
|
||||
@ -10,7 +10,7 @@
|
||||
</button>
|
||||
<button
|
||||
*ngIf="display_next_button"
|
||||
id=""
|
||||
id="button_next_step"
|
||||
class="button-next pull-right"
|
||||
[disabled]="next_is_disabled"
|
||||
[ngClass]="{ 'is-finish': is_finish_step, 'is-primary': !is_finish_step }"
|
||||
|
@ -102,18 +102,18 @@
|
||||
<div class="step-bar-progress" [ngStyle]="{ width: (step_current / step_max) * 100 + '%' }"></div>
|
||||
|
||||
<!-- modale pour quitter la création-->
|
||||
<dialog>
|
||||
<p-dialog
|
||||
id="close_stepper"
|
||||
[modal]="true"
|
||||
[(visible)]="display_cancel_dialog"
|
||||
[breakpoints]="{ '600px': '75vw', '400px': '95vw' }"
|
||||
[style]="{ width: '486px', 'border-radius': '1rem' }"
|
||||
[styleClass]="'roundToPercentWidth-borders'"
|
||||
[draggable]="false"
|
||||
[showHeader]="false"
|
||||
[resizable]="false"
|
||||
>
|
||||
<p-dialog
|
||||
id="close_stepper"
|
||||
[modal]="true"
|
||||
[(visible)]="display_cancel_dialog"
|
||||
[breakpoints]="{ '600px': '75vw', '400px': '95vw' }"
|
||||
[style]="{ width: '486px', 'border-radius': '1rem' }"
|
||||
[styleClass]="'roundToPercentWidth-borders'"
|
||||
[draggable]="false"
|
||||
[showHeader]="false"
|
||||
[resizable]="false"
|
||||
>
|
||||
<dialog>
|
||||
<ng-template pTemplate="titlebar">
|
||||
<button
|
||||
id="close_dialog"
|
||||
@ -142,8 +142,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</p-dialog>
|
||||
</dialog>
|
||||
</dialog>
|
||||
</p-dialog>
|
||||
<!-- menu mobile-->
|
||||
<div id="mobile_menu" *ngIf="display_mobile_menu">
|
||||
<div class="menu-content">
|
||||
|
Loading…
Reference in New Issue
Block a user