Ignore:
Timestamp:
24 Jan 2017, 09:32:47 (8 years ago)
Author:
Henrik Bettermann
Message:

Students must not see scores, cas and grades of their registered courses.

Location:
main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt

    r14000 r14453  
    2828      <th i18n:translate="">Cred.</th>
    2929      <th i18n:translate="">Requ.</th>
    30       <th i18n:translate="">Score</th>
    31       <th i18n:translate="">CA</th>
    32       <th i18n:translate="">Grade</th>
     30      <th i18n:translate="" tal:condition="view/show_results" >Score</th>
     31      <th i18n:translate="" tal:condition="view/show_results" >CA</th>
     32      <th i18n:translate="" tal:condition="view/show_results" >Grade</th>
    3333      <th i18n:translate="">CO</th>
    3434      <th i18n:translate="">Auto</th>
     
    4949      <td tal:condition="view/show_results" tal:content="value/ca|nothing">CA</td>
    5050      <td tal:condition="view/show_results" tal:content="value/grade|nothing">GRADE</td>
    51       <td tal:condition="view/show_results" tal:content="value/carry_over">CO</td>
     51      <td tal:content="value/carry_over">CO</td>
    5252      <td tal:content="value/automatic">AUTO</td>
    5353    </tr>
Note: See TracChangeset for help on using the changeset viewer.