membershipworks: Fix scope
attribute in event report templates
This commit is contained in:
parent
599b7f7785
commit
c489c492b2
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user