Ignore:
Timestamp:
30 Jul 2013, 07:53:02 (11 years ago)
Author:
Henrik Bettermann
Message:

Add trimester structure. Adjust to changes made in base package.

Location:
main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/studyleveleditpage.pt

    r9902 r10441  
    1212    <tr>
    1313      <th>&nbsp;</th>
    14       <th i18n:translate="">Sem.</th>
     14      <th i18n:translate="">Term</th>
    1515      <th i18n:translate="">Code</th>
    1616      <th i18n:translate="">Title</th>
     
    2929        tal:condition="value/removable_by_student" />
    3030      </td>
    31       <td tal:content="value/semester">SEMESTER</td>
     31      <td tal:content="value/semester" nowrap>TERM</td>
    3232      <td> <a tal:attributes="href value/__name__">
    3333      <span tal:content="value/code">CODE</span>
  • main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/studylevelpage.pt

    r9691 r10441  
    2323  <thead>
    2424    <tr>
    25       <th i18n:translate="">Sem.</th>
     25      <th i18n:translate="">Term</th>
    2626      <th i18n:translate="">Code</th>
    2727      <th i18n:translate="">Title</th>
     
    3737  <tbody>
    3838    <tr tal:repeat="value view/translated_values" class="gradeC">
    39       <td tal:content="value/semester">SEMESTER</td>
     39      <td tal:content="value/semester" nowrap>TERM</td>
    4040      <td> <a tal:attributes="href value/__name__">
    4141      <span tal:content="value/code">CODE</span>
Note: See TracChangeset for help on using the changeset viewer.