You are here

Copy tmBoxOfficePolicyCovid19Modal.html

Subscribe to Syndicate
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Copy the file tmBoxOfficePolicyCovid19Modal.html from the sample webpages tmFee folder and put it into the same place in your website
  2. The file look like the code below - you do not need to make any changes
<div aria-labelledby="AccountModalDialog" class="modal fade" id="Covid19Policy" role="dialog" tabindex="-1">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button aria-label="Close" class="close" data-dismiss="modal" type="button">
<span aria-hidden="true">
×
</span>
</button>
<h3 class="modal-title modal-info">
Box Office Policies
</h3>
<div class="modal-body">
<!--#include virtual="tmFee/tmBoxOfficePolicyCovid19.html" -->
</div>
<div class="modal-footer">
<button class="btn btn-info" data-dismiss="modal" type="button">
Close
</button>
</div>
</div>
</div>
</div>
</div>