Ignore:
Timestamp:
27 Sep 2011, 08:00:33 (13 years ago)
Author:
Henrik Bettermann
Message:

Replace student's name attribute by fullname attributes to avoid confusion.

File:
1 edited

Legend:

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

    r6765 r6818  
    99  <select name="searchtype">
    1010    <option value="student_id">with id</option>
    11     <option value="name">with name</option>
     11    <option value="fullname">with name</option>
    1212    <option value="reg_number">with registration number</option>
    1313    <option value="matric_number">with matriculation number</option>
     
    2323    <input type="hidden" name="old_searchtype"
    2424         tal:attributes="value view/searchtype" />
    25     <table class="display dataTableManage">
     25    <table class="display dataTable">
    2626      <thead>
    2727      <tr>
     
    2929        <th>Registration Number</th>
    3030        <th>Matriculation Number</th>
    31         <th>Name</th>
     31        <th>Fullname</th>
    3232      </tr>
    3333      </thead>
     
    4343          <span tal:content="item/matric_number">9999999</span></a>
    4444        </td>
    45         <td tal:content="item/name">Bob</td>
     45        <td tal:content="item/fullname">Bob</td>
    4646      </tr>
    4747      </tbody>
Note: See TracChangeset for help on using the changeset viewer.