You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1.1 KiB
20 lines
1.1 KiB
<!-- PE Cancellation Modal -->
|
|
<div class="pe-cancel-reservation-modal-view">
|
|
<div class="modal fade" id="pe-cancel-reservation-modal" tabindex="-1" role="dialog" aria-labelledby="pe-cancel-reservation-modal" aria-hidden="true">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
<h5 class="modal-title" id="pe-cancel-reservation-modal-title-view">MODIFIER OU ANNULER MA RÉSERVATION</h5>
|
|
</div>
|
|
<div id="announcement-content-holder" class="modal-body">
|
|
<div id="announcement-content" class="pl-3 pr-3">
|
|
Sorry, cancellation of reservation is currently not allowed for Paid Events. Please contact Lemonde.fr for more details.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|