Ignore:
Timestamp:
8 Mar 2016, 17:19:16 (9 years ago)
Author:
Henrik Bettermann
Message:

Beautify editscorespage.pt.

File:
1 edited

Legend:

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

    r13761 r13769  
    1818        <tr tal:repeat="ticket view/tickets">
    1919      <td tal:content="ticket/student/matric_number">MATRIC_NUMBER</td>
    20           <td tal:condition="ticket/editable_by_lecturer">
    21           <input type="text" name="scores" class="span1"
     20          <td tal:condition="ticket/editable_by_lecturer" style="width: 65px;">
     21          <input type="text" name="scores" class="form-control"
    2222                     tal:attributes="value ticket/score" />
    2323      </td>
Note: See TracChangeset for help on using the changeset viewer.