Ignore:
Timestamp:
26 Feb 2009, 15:30:11 (16 years ago)
Author:
Henrik Bettermann
Message:

remove code from student_study_level (only id is used)
define min and max for semester attribute in course
fix course_registration_slip

File:
1 edited

Legend:

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

    r3475 r3980  
    7676
    7777
    78        <span tal:repeat="sem python:('1','2')">       
    79                    
    80         <tr><th colspan="3" tal:content="python: test(sem == '1','First Semester', 'Second Semester')" /></tr>           
     78        <span tal:repeat="sem python:('1','2')">       
     79        <tr><th colspan="3" tal:content="python: test(sem == '1','First Semester Courses', 'Second Semester Courses')" /></tr>           
    8180        <tr tal:repeat="row python: test(sem == '1',info['normal1'],info['normal2'])"
    8281            tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
     
    8786          <td align="center" width="10%" tal:content="row/coe|nothing"></td>     
    8887        </tr>
     88        </span>         
    8989       
    90        
    91         <th colspan="3" tal:condition="info/normal3"> Combined</th>               
     90        <th colspan="3" tal:condition="info/normal3">Level Courses</th>               
    9291        <tr tal:condition="info/normal3" tal:repeat="row info/normal3"
    9392            tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
     
    102101        </tr>       
    103102       
    104         </span>       
     103       
    105104          <tr>
    106105            <td width="84%" colspan="2" align="right">Total Credits:</td>
Note: See TracChangeset for help on using the changeset viewer.