Ignore:
Timestamp:
2 Feb 2012, 08:14:29 (13 years ago)
Author:
Henrik Bettermann
Message:

Show reg_state in students tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/containerpage.pt

    r7477 r7553  
    2626      <tr>
    2727        <th>Student Id</th>
    28         <th>Registration Number</th>
    29         <th>Matriculation Number</th>
    30         <th>Fullname</th>
     28        <th>Reg. Number</th>
     29        <th>Matric. Number</th>
     30        <th>State</th>
     31        <th>Full Name</th>
    3132      </tr>
    3233      </thead>
     
    3637          <span tal:content="item/student_id">A123456</span></a>
    3738        </td>
    38         <td> <a tal:attributes="href item/url">
     39        <td class="center"> <a tal:attributes="href item/url">
    3940          <span tal:content="item/reg_number">9999999</span></a>
    4041        </td>
    41         <td> <a tal:attributes="href item/url">
     42        <td class="center"> <a tal:attributes="href item/url">
    4243          <span tal:content="item/matric_number">9999999</span></a>
    4344        </td>
     45        <td tal:content="item/state">admitted</td>
    4446        <td tal:content="item/display_fullname">Bob</td>
    4547      </tr>
Note: See TracChangeset for help on using the changeset viewer.