Added some info messages to the search screen to improve usability. Allowed events to have a price of zero.
This commit is contained in:
parent
5fa8a5e8d8
commit
8f78f92071
2 changed files with 39 additions and 7 deletions
|
|
@ -115,7 +115,8 @@
|
|||
<br /><br />
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
|
@ -143,9 +144,7 @@
|
|||
</table>
|
||||
<tmpl_if managePrereqs><tmpl_var prereqForm.submit><tmpl_var prereqForm.footer></tmpl_if>
|
||||
|
||||
<tmpl_var paginateBar>
|
||||
|
||||
|
||||
<tmpl_var paginateBar>
|
||||
~~~
|
||||
<style type="text/css">
|
||||
tr.oddRow td {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue