Changeset 6457 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 22 Jun 2011, 21:38:19 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r6397 r6457 562 562 code = course_admitted.code 563 563 return '<a href="%s">%s - %s</a>' %(url,code,title) 564 return ' not yet admitted'564 return '' 565 565 566 566 class PDFActionButton(ManageActionButton): -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/searchpage.pt
r6447 r6457 7 7 <br /> 8 8 <span tal:condition="view/hitlist"> 9 <h3> Results:</h3>9 <h3>Search Results</h3> 10 10 <table class="display dataTable"> 11 11 <thead>
Note: See TracChangeset for help on using the changeset viewer.