Whole bunch of EMS bug fixes
This commit is contained in:
parent
3e8d8ae580
commit
2e0da40b11
4 changed files with 106 additions and 43 deletions
|
|
@ -4,28 +4,11 @@
|
|||
#url:default-ems-template-checkout
|
||||
#namespace:EventManagementSystem_checkout
|
||||
#create
|
||||
<tmpl_if resolveConflicts>
|
||||
<tmpl_var form.header>
|
||||
<table width="100%" border="0">
|
||||
<tr><td><tmpl_var message></td></tr>
|
||||
|
||||
<tmpl_if chooseSubevents>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%">
|
||||
<tmpl_loop subevents_loop>
|
||||
<tr<tmpl_unless __ODD__> class="evenRow"<tmpl_else> class="oddRow"</tmpl_unless>>
|
||||
<td><tmpl_var form.checkBox></td>
|
||||
<td><tmpl_var title></td>
|
||||
<td><tmpl_var description></td>
|
||||
<td><tmpl_var price></td>
|
||||
</tr>
|
||||
</tmpl_loop>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tmpl_if>
|
||||
|
||||
<tmpl_if resolveConflicts>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%">
|
||||
|
|
@ -40,11 +23,13 @@
|
|||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tmpl_if>
|
||||
|
||||
<tr><td><tmpl_var form.submit></td></tr>
|
||||
</table>
|
||||
<tmpl_var form.footer>
|
||||
</tmpl_if>
|
||||
|
||||
|
||||
|
||||
|
||||
<tmpl_if registration>
|
||||
<tmpl_var form.header>
|
||||
|
|
@ -120,4 +105,4 @@ tr.oddRow td {
|
|||
tr.evenRow td {
|
||||
background-color:#E8E8E8;
|
||||
border-right:solid gray 1px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -118,6 +118,8 @@
|
|||
<tmpl_if managePrereqs><p><tmpl_var managePrereqsMessage></p><tmpl_var prereqForm.header></tmpl_if>
|
||||
<p><tmpl_var message></p>
|
||||
<p>Your search returned <tmpl_var numberOfSearchResults> results.</p>
|
||||
<p><tmpl_var addToBadgeMessage></p>
|
||||
|
||||
<table width="100%" border="0" cellpadding="8" cellspacing="0" style="border-top:solid gray 2px;border-bottom:solid gray 2px;">
|
||||
<tr>
|
||||
<tmpl_if managePrereqs><th> </th></tmpl_if>
|
||||
|
|
@ -145,7 +147,11 @@
|
|||
</table>
|
||||
<tmpl_if managePrereqs><tmpl_var prereqForm.submit><tmpl_var prereqForm.footer></tmpl_if>
|
||||
|
||||
<tmpl_var paginateBar>
|
||||
<table width="100%">
|
||||
<tr><td align="right"><a href='<tmpl_var continue.url>'><tmpl_var continue.label></a></td></tr>
|
||||
</table>
|
||||
<tmpl_var paginateBar>
|
||||
|
||||
~~~
|
||||
<style type="text/css">
|
||||
tr.oddRow td {
|
||||
|
|
|
|||
|
|
@ -25,10 +25,16 @@
|
|||
</tr>
|
||||
<tr class="softGray">
|
||||
<td colspan="2" class="purchase">
|
||||
<tmpl_unless eventIsFull>
|
||||
<a href="<tmpl_var purchase.url>"><tmpl_var purchase.label></a>
|
||||
<tmpl_else>
|
||||
<tmpl_var purchase.label><br />
|
||||
<tmpl_unless eventIsFull>
|
||||
<a onclick="
|
||||
if( confirm('<tmpl_var purchase.message>')) {
|
||||
window.location = '<tmpl_var purchase.wantToSearch.url>';
|
||||
}
|
||||
else {
|
||||
window.location = '<tmpl_var purchase.wantToContinue.url>';
|
||||
}"><tmpl_var purchase.label></a>
|
||||
<tmpl_else>
|
||||
<tmpl_var purchase.label><br />
|
||||
</tmpl_unless>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue