Ignore:
Timestamp:
5 Feb 2018, 07:56:35 (7 years ago)
Author:
Henrik Bettermann
Message:

Remove and modify columns.

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

Legend:

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

    r14650 r14947  
    1515      <th i18n:translate="">Code</th>
    1616      <th i18n:translate="">Title</th>
    17       <th i18n:translate="">Department</th>
    18       <th i18n:translate="">Faculty</th>
    1917      <th i18n:translate="">Credits</th>
    2018      <th i18n:translate="">CO</th>
     
    3533      </a></td>
    3634      <td tal:content="value/title">TITLE</td>
    37       <td tal:content="value/dcode">DEPARTMENT</td>
    38       <td tal:content="value/fcode">FACULTY</td>
    3935      <td tal:content="value/credits">CREDITS</td>
    4036      <td tal:content="value/carry_over">CO</td>
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelmanagepage.pt

    r14650 r14947  
    4141            <th i18n:translate="">Code</th>
    4242            <th i18n:translate="">Title</th>
    43             <th i18n:translate="">Dept.</th>
    44             <th i18n:translate="">Fact.</th>
    4543            <th i18n:translate="">Cred.</th>
    4644            <th i18n:translate="">Mand.</th>
     
    6462            </a></td>
    6563            <td tal:content="value/title">TITLE</td>
    66             <td tal:content="value/dcode">DEPARTMENT</td>
    67             <td tal:content="value/fcode">FACULTY</td>
    6864            <td tal:content="value/credits">CREDITS</td>
    6965            <td tal:content="value/mandatory">MANDATORY</td>
  • main/waeup.aaue/trunk/src/waeup/aaue/students/browser_templates/studylevelpage.pt

    r14650 r14947  
    2424      <th i18n:translate="">Code</th>
    2525      <th i18n:translate="">Title</th>
    26       <th i18n:translate="">Dep.</th>
    27       <th i18n:translate="">Fac.</th>
    2826      <th i18n:translate="">Cred.</th>
    2927      <th i18n:translate="">Mand.</th>
    30       <th i18n:translate="" tal:condition="view/show_results" >Score</th>
    31       <th i18n:translate="" tal:condition="view/show_results" >CA</th>
     28      <th i18n:translate="" tal:condition="view/show_results" >Total Score</th>
    3229      <th i18n:translate="" tal:condition="view/show_results" >Grade</th>
    3330      <th i18n:translate="">CO</th>
     
    4441      </a></td>
    4542      <td tal:content="value/title">TITLE</td>
    46       <td tal:content="value/dcode">DEPARTMENT</td>
    47       <td tal:content="value/fcode">FACULTY</td>
    4843      <td tal:content="value/credits">CREDITS</td>
    4944      <td tal:content="value/mandatory">MANDATORY</td>
    50       <td tal:condition="view/show_results" tal:content="value/score|nothing">SCORE</td>
    51       <td tal:condition="view/show_results" tal:content="value/ca|nothing">CA</td>
     45      <td tal:condition="view/show_results" tal:content="value/total_score|nothing">TOTALSCORE</td>
    5246      <td tal:condition="view/show_results" tal:content="value/grade|nothing">GRADE</td>
    5347      <td tal:content="value/carry_over">CO</td>
Note: See TracChangeset for help on using the changeset viewer.