Changeset 5620
- Timestamp:
- 27 Dec 2010, 17:26:24 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins/waeup_student
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentFolderInfo.py
r5616 r5620 82 82 row = {} 83 83 row['id'] = subobject.getId() 84 #if subobject.portal_type == 'StudentAccommodation': #and member_id != 'admin':85 #continue84 if subobject.portal_type == 'StudentAccommodation' and member_id != 'admin': 85 continue 86 86 if subobject.portal_type == 'StudentAccommodation': 87 87 row['title'] = s_view_titles.get(subobject.portal_type,'') +' for Session %s' %\ -
WAeUP_SRP/trunk/skins/waeup_student/student_view.pt
r5616 r5620 61 61 <br /> 62 62 <table tal:condition="is_staff" class="contentListing" width="100%" summary="content layout" id="folder_content"> 63 <tr tal:condition="python:False"class='even ajaxtd'>63 <tr class='even ajaxtd'> 64 64 <td><a href="view" tal:attributes="href string:${context/absolute_url}/accommodations"> 65 65 <strong>Accommodation Data</strong></a> </td>
Note: See TracChangeset for help on using the changeset viewer.