Revize 3dcfc4ab
Přidáno uživatelem Lukáš Moučka před téměř 4 roky(ů)
Re #8969 - Upravit UX Popup formulářů
- Modify HTML DOM
src/app/dashboard/components/position-insert-popup/position-insert-popup.component.html | ||
---|---|---|
1 |
<p-dialog [visible]="isVisible" [modal]="true" [closable]="false" [draggable]="false" header="Add position to unit!" [style]="{width: '50vw'}"
|
|
1 |
<p-dialog [visible]="isVisible" [modal]="true" [closable]="false" [draggable]="false" header="Add position to unit" |
|
2 | 2 |
[baseZIndex]="10000" (onShow)="clearFormArray()" [className]="'popup-form'"> |
3 | 3 |
|
4 | 4 |
<form [formGroup]="insertForm"> |
... | ... | |
71 | 71 |
placeholder="Dilution of precision"/> |
72 | 72 |
</div> |
73 | 73 |
</form> |
74 |
|
|
75 | 74 |
<p-footer> |
76 |
<div class="row justify-content-end align-items-center"> |
|
77 |
<div> |
|
78 |
<p-button icon="pi pi-times" (click)="close()" label="Close" class="pr-2"></p-button> |
|
79 |
<p-button icon="pi pi-check" (click)="processInsertion()" type="submit" label="Save" class="pr-2"></p-button> |
|
80 |
</div> |
|
75 |
<div class="popup-buttons"> |
|
76 |
<button pButton type="button" label="Close" class="p-button-primary dark" icon="pi pi-times" (click)="close()"></button> |
|
77 |
<button pButton type="submit" label="Save" class="p-button-primary dark" icon="pi pi-check" (click)="processInsertion()"></button> |
|
81 | 78 |
</div> |
82 | 79 |
</p-footer> |
83 | 80 |
</p-dialog> |
Také k dispozici: Unified diff