Ignore:
Timestamp:
26 Aug 2013, 19:43:33 (11 years ago)
Author:
Henrik Bettermann
Message:

Remove deprecated page template.

Add matric number column.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/filterstudentspage.pt

    r9819 r10536  
    5555        <tr>
    5656          <th i18n:translate="">Student Id</th>
     57        <th i18n:translate="">Matric No.</th>
    5758        <th i18n:translate="">Fullname</th>
    5859        <th i18n:translate="">Status</th>
     
    6970          <span tal:content="item/student_id">A123456</span></a>
    7071        </td>
     72        <td tal:content="item/matric_number">MATRIC_NUMBER</td>
    7173          <td tal:content="item/display_fullname">FULLNAME</td>
    7274        <td tal:content="item/translated_state">STATE</td>
Note: See TracChangeset for help on using the changeset viewer.