qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -154,11 +154,10 @@ $ran = getName(); | ... | @@ -154,11 +154,10 @@ $ran = getName(); |
| 154 | $iframe | 154 | $iframe |
| 155 | ); | 155 | ); |
| 156 | ?> | 156 | ?> |
| 157 | <div class="modal" id="<?php echo $modalId; ?>" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> | 157 | <div class="modal" id="<?php echo $modalId; ?>" tabindex="-1" aria-hidden="true"> |
| 158 | <div class="modal-dialog modal-dialog-centered modal-xl"> | 158 | <div class="modal-dialog modal-dialog-centered modal-xl"> |
| 159 | <div class="modal-content"> | 159 | <div class="modal-content"> |
| 160 | <div class="modal-header"> | 160 | <div class="modal-header"> |
| 161 | <h5 class="modal-title"></h5> | ||
| 162 | <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> | 161 | <button type="button" class="btn-close btn-close-white" data-bs-dismiss="modal" aria-label="Close"></button> |
| 163 | </div> | 162 | </div> |
| 164 | <div class="modal-body"> | 163 | <div class="modal-body"> | ... | ... |
-
Please register or sign in to post a comment