Changeset 1423 for WAeUP_SRP


Ignore:
Timestamp:
15 Feb 2007, 14:30:16 (18 years ago)
Author:
Henrik Bettermann
Message:

syntax error fixed

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

Legend:

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

    r1422 r1423  
    5757
    5858info['session'] = False
    59 if st_brain.matric_no
     59if st_brain.matric_no:
    6060    res = context.results_import(matric_no = st_brain.matric_no)
    6161    if res:
  • WAeUP_SRP/trunk/skins/waeup_student/search_students_form.pt

    r1420 r1423  
    1919      <span tal:condition="allowed" tal:omit-tag="">
    2020        <a href="statistics_new_view"><strong>New Student Statistics</strong></a>
    21         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     21        &nbsp;&nbsp;&nbsp;&nbsp;
    2222        <a href="statistics_ret_view"><strong>Returning Student Statistics</strong></a>
    23         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     23        &nbsp;&nbsp;&nbsp;&nbsp;
    2424        <a href="list_students"><strong>Cleared Student Export</strong></a>
    25         &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     25        &nbsp;&nbsp;&nbsp;&nbsp;
    2626        <a href="add_student"><strong>Add Student Record</strong></a>       
    2727     
Note: See TracChangeset for help on using the changeset viewer.