Changeset 5620 for WAeUP_SRP


Ignore:
Timestamp:
27 Dec 2010, 17:26:24 (14 years ago)
Author:
Henrik Bettermann
Message:

final step

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudentFolderInfo.py

    r5616 r5620  
    8282    row = {}
    8383    row['id'] = subobject.getId()
    84     #if subobject.portal_type == 'StudentAccommodation': #and member_id != 'admin':
    85     #    continue
     84    if subobject.portal_type == 'StudentAccommodation' and member_id != 'admin':
     85        continue
    8686    if subobject.portal_type == 'StudentAccommodation':
    8787        row['title'] = s_view_titles.get(subobject.portal_type,'') +' for Session %s' %\
  • WAeUP_SRP/trunk/skins/waeup_student/student_view.pt

    r5616 r5620  
    6161        <br />
    6262        <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'>
    6464            <td><a href="view" tal:attributes="href string:${context/absolute_url}/accommodations">
    6565                <strong>Accommodation Data</strong></a> </td>
Note: See TracChangeset for help on using the changeset viewer.