mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
dialog element
This commit is contained in:
parent
778f5b4716
commit
0c25809159
@ -113,7 +113,7 @@
|
|||||||
[showHeader]="false"
|
[showHeader]="false"
|
||||||
[resizable]="false"
|
[resizable]="false"
|
||||||
>
|
>
|
||||||
<dialog>
|
<dialog [attr.aria-labelledby]="'nav.leave' | translate" role="dialog">
|
||||||
<ng-template pTemplate="titlebar">
|
<ng-template pTemplate="titlebar">
|
||||||
<button
|
<button
|
||||||
id="close_dialog"
|
id="close_dialog"
|
||||||
|
@ -16,17 +16,17 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<form action="#/administration/step/{{ pollService.step_current }}">
|
<form action="#/administration/step/{{ pollService.step_current }}">
|
||||||
<dialog [attr.aria-labelledby]="'popup.languages.title' | translate" role="dialog">
|
<p-dialog
|
||||||
<p-dialog
|
[modal]="true"
|
||||||
[modal]="true"
|
[(visible)]="display_lang_dialog"
|
||||||
[(visible)]="display_lang_dialog"
|
[breakpoints]="['960px']"
|
||||||
[breakpoints]="['960px']"
|
[style]="{ width: '486px' }"
|
||||||
[style]="{ width: '486px' }"
|
[draggable]="false"
|
||||||
[draggable]="false"
|
[showHeader]="false"
|
||||||
[showHeader]="false"
|
[resizable]="true"
|
||||||
[resizable]="true"
|
id="lang_selector_modale"
|
||||||
id="lang_selector_modale"
|
>
|
||||||
>
|
<dialog [attr.aria-labelledby]="'popup.languages.title' | translate" role="dialog">
|
||||||
<ng-template pTemplate="titlebar">
|
<ng-template pTemplate="titlebar">
|
||||||
<div class="">
|
<div class="">
|
||||||
<div class="">
|
<div class="">
|
||||||
@ -111,7 +111,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</p-dialog>
|
</dialog>
|
||||||
</dialog>
|
</p-dialog>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user