membershipworks: Fix scope attribute in event report templates

This commit is contained in:
Adam Goldsmith 2024-01-22 00:45:13 -05:00
parent 599b7f7785
commit c489c492b2
3 changed files with 25 additions and 25 deletions

View File

@ -11,14 +11,14 @@
<table class="table">
<thead>
<tr>
<th for="column">Month</th>
<th for="column">Events</th>
<th for="column">Canceled Events</th>
<th for="column">Tickets</th>
<th for="column">Unique Instructors</th>
<th for="column">Meetings</th>
<th for="column">Total Hours</th>
<th for="column">Total Person Hours</th>
<th scope="column">Month</th>
<th scope="column">Events</th>
<th scope="column">Canceled Events</th>
<th scope="column">Tickets</th>
<th scope="column">Unique Instructors</th>
<th scope="column">Meetings</th>
<th scope="column">Total Hours</th>
<th scope="column">Total Person Hours</th>
</tr>
</thead>
<tbody>

View File

@ -15,15 +15,15 @@
<table class="table">
<thead>
<tr>
<th for="column">Title</th>
<th for="column">Date</th>
<th for="column">Instructor</th>
<th for="column">Category</th>
<th for="column">Ticket Count</th>
<th for="column">Ticket Cap</th>
<th for="column">Meetings</th>
<th for="column">Total Duration</th>
<th for="column">Person Hours</th>
<th scope="column">Title</th>
<th scope="column">Date</th>
<th scope="column">Instructor</th>
<th scope="column">Category</th>
<th scope="column">Ticket Count</th>
<th scope="column">Ticket Cap</th>
<th scope="column">Meetings</th>
<th scope="column">Total Duration</th>
<th scope="column">Person Hours</th>
</tr>
</thead>
<tbody>

View File

@ -12,14 +12,14 @@
<table class="table">
<thead>
<tr>
<th for="column">Month</th>
<th for="column">Events</th>
<th for="column">Canceled Events</th>
<th for="column">Tickets</th>
<th for="column">Unique Instructors</th>
<th for="column">Meetings</th>
<th for="column">Total Hours</th>
<th for="column">Total Person Hours</th>
<th scope="column">Month</th>
<th scope="column">Events</th>
<th scope="column">Canceled Events</th>
<th scope="column">Tickets</th>
<th scope="column">Unique Instructors</th>
<th scope="column">Meetings</th>
<th scope="column">Total Hours</th>
<th scope="column">Total Person Hours</th>
</tr>
</thead>
<tbody>