Skip to content

Commit 93ecfec

Browse files
committed
Swapping button locations
1 parent 161a714 commit 93ecfec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site/assigned-site-dialog.component.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -587,17 +587,17 @@
587587
</mat-tab-group>
588588
</div>
589589
<div mat-dialog-actions class="d-flex flex-row justify-content-end">
590+
<button
591+
class="btn-cancel"
592+
mat-dialog-close
593+
id="cancelButton">
594+
{{ 'Cancel' | translate }}
595+
</button>
590596
<button
591597
class="btn-primary btn-primary--icon-left"
592598
id="saveButton"
593599
(click)="updateAssignedSite()"
594600
[mat-dialog-close]="data">
595601
<span>{{ 'Save' | translate }}</span>
596602
</button>
597-
<button
598-
class="btn-cancel"
599-
mat-dialog-close
600-
id="cancelButton">
601-
{{ 'Cancel' | translate }}
602-
</button>
603603
</div>

0 commit comments

Comments
 (0)