Ignore:
Timestamp:
5 Jul 2007, 11:24:54 (17 years ago)
Author:
Henrik Bettermann
Message:

vocabulary courselevel renamed to levels and more

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

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_info.pt

    r1861 r1989  
    7474          </td>
    7575          <td>
    76             <span tal:content="python:context.portal_vocabularies.courselevel.get(info['student']['level'])" /> 
     76            <span tal:content="python:context.portal_vocabularies.levels.get(info['student']['level'])" /> 
    7777          </td>     
    7878        </tr>             
  • WAeUP_SRP/trunk/skins/waeup_student/layout_application_view_slip.pt

    r1861 r1989  
    6363            </tal:block>
    6464          </tr>
    65           <tr><td>Post UME Examination Date: </td><td></td></tr>
    6665        </table>
    6766      </td>
  • WAeUP_SRP/trunk/skins/waeup_student/student_view.pt

    r1985 r1989  
    5050        <tr>
    5151          <td>Current Study Level:</td>
    52           <td><span tal:content="python:context.portal_vocabularies.courselevel.get(baseinfo['student']['level'])" /></td>
     52          <td><span tal:content="python:context.portal_vocabularies.levels.get(baseinfo['student']['level'])" /></td>
    5353        </tr>
    5454        <tr>
  • WAeUP_SRP/trunk/skins/waeup_student/study_course_view.pt

    r1783 r1989  
    3333      <tr>
    3434        <td width="220px">Current Study Level:</td>
    35         <td><span tal:content="python:context.portal_vocabularies.courselevel.get(info['doc'].current_level)" /></td>
     35        <td><span tal:content="python:context.portal_vocabularies.levels.get(info['doc'].current_level)" /></td>
    3636      </tr>
    3737      <tr>
Note: See TracChangeset for help on using the changeset viewer.