|
Lines 25-31
Link Here
|
| 25 |
<div class="confirmation modal" role="dialog" v-if="confirmation"> |
25 |
<div class="confirmation modal" role="dialog" v-if="confirmation"> |
| 26 |
<div class="modal-dialog"> |
26 |
<div class="modal-dialog"> |
| 27 |
<div class="modal-content modal-lg"> |
27 |
<div class="modal-content modal-lg"> |
| 28 |
<div class="modal-header alert-warning"> |
28 |
<div class="modal-header alert-warning confirmation"> |
| 29 |
<h1 v-html="confirmation.title"></h1> |
29 |
<h1 v-html="confirmation.title"></h1> |
| 30 |
</div> |
30 |
</div> |
| 31 |
<div |
31 |
<div |
| 32 |
- |
|
|