Ignore:
Timestamp:
12 Jan 2012, 11:53:01 (13 years ago)
Author:
Henrik Bettermann
Message:

Show student id and state in breadcrumbs bar.

All tests pass. Ready to merge branch with trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/staffsitelayout.pt

    r7451 r7454  
    4545            tal:condition="python: layout.isAuthenticated()"
    4646            tal:content="structure provider:breadcrumbs" />
     47      <span tal:condition="layout/getStudentName" class="wfstatus">
     48            Student Id:
     49          <span tal:replace="python:context.getStudent().student_id">Id
     50          </span>&nbsp;&nbsp;
     51          State:
     52          <span tal:replace="python:context.getStudent().state">State
     53          </span>
     54      </span>
    4755    </ul>
    4856
Note: See TracChangeset for help on using the changeset viewer.