|
|
|
@ -66,12 +66,12 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="modal-body"> |
|
|
|
You have unsaved changes, do you want to close the current content view?` |
|
|
|
You have unsaved changes, do you want to close the current content view? |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="modal-footer"> |
|
|
|
<button type="button" class="btn btn-danger" (click)="confirmLeave()">Yes</button> |
|
|
|
<button type="button" class="btn btn-success" (click)="cancelLeave()">No</button> |
|
|
|
<button type="button" class="btn btn-secondary" (click)="cancelLeave()">No</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|