~ubuntu-branches/ubuntu/trusty/schooltool.lyceum.journal/trusty-proposed

« back to all changes in this revision

Viewing changes to src/schooltool/lyceum/journal/browser/templates/f_journal_help.pt

  • Committer: Gediminas Paulauskas
  • Date: 2013-10-10 18:00:43 UTC
  • mfrom: (1.1.19)
  • Revision ID: menesis@pov.lt-20131010180043-05nwgedh4a6yhe8o
Tags: 2.6.0-0ubuntu1
* New upstream release
  - Name column split
  - Score system and i18n fixes
* debian/control: requires python-schooltool (>= 1:2.6)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div i18n:domain="schooltool.lyceum.journal">
2
 
  <h3 i18n:translate="">Legend</h3>
3
 
  <table>
4
 
    <thead>
5
 
      <tr>
6
 
        <th i18n:translate="" colspan="2">Attendance / grade</th>
7
 
      </tr>
8
 
    </thead>
9
 
    <tbody>
10
 
      <tr tal:repeat="item view/getLegendItems">
11
 
        <td tal:content="item/value" />
12
 
        <td tal:content="item/description" />
13
 
      </tr>
14
 
    </tbody>
15
 
  </table>
16
 
</div>