Ignore:
Timestamp:
29 Jan 2014, 11:23:13 (11 years ago)
Author:
Henrik Bettermann
Message:

Further adjustments of forms, tables and buttons in browser module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/findstudentspage.pt

    r10646 r10999  
    2020    <input type="hidden" name="old_searchtype"
    2121         tal:attributes="value view/searchtype" />
    22     <table class="display dataTable">
     22    <table class="dataTable">
    2323      <thead>
    2424      <tr>
     
    3131      </thead>
    3232      <tbody>
    33       <tr tal:repeat="item view/hitlist" class="gradeC">
     33      <tr tal:repeat="item view/hitlist">
    3434        <td> <a tal:attributes="href item/url">
    3535          <span tal:content="item/student_id">A123456</span></a>
Note: See TracChangeset for help on using the changeset viewer.