Migrated Manage Events to the new search based system. Core functionality works. Still a few things to tweak though.
This commit is contained in:
parent
f01e5b3074
commit
c6065852aa
2 changed files with 11 additions and 3 deletions
|
|
@ -122,7 +122,8 @@
|
|||
<th><tmpl_var requirement.label></th>
|
||||
<th><tmpl_var addToCart.label></th></tr>
|
||||
<tmpl_loop events_loop>
|
||||
<tr<tmpl_unless __ODD__> class="oddRow"<tmpl_else> class="evenRow"</tmpl_unless>><td><tmpl_var title>
|
||||
<tr<tmpl_unless __ODD__> class="oddRow"<tmpl_else> class="evenRow"</tmpl_unless>>
|
||||
<td><tmpl_if canManageEvents><tmpl_var manageToolbar> </tmpl_if><tmpl_var title>
|
||||
</td><td><tmpl_var startDate.human>
|
||||
</td><td><tmpl_var endDate.human>
|
||||
</td><td><tmpl_var seatsRemaining>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue