Changeset 7551
- Timestamp:
- 2 Feb 2012, 07:18:04 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r7524 r7551 99 99 } 100 100 101 .breadcrumb .divider { 102 padding: 0 3px; 103 color: #bfbfbf; 104 } 105 101 106 /* IE doesn't like the footer tag*/ 102 107 .footer { … … 177 182 } 178 183 .student-info-bar .divider { 179 padding: 0 5px;184 padding: 0 0px; 180 185 color: #bfbfbf; 181 186 } -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7493 r7551 53 53 tal:content="structure provider:breadcrumbs" /> 54 54 <span tal:condition="layout/getStudentName" class="wfstatus"> 55 Student Id:56 55 <span tal:replace="python:context.getStudent().student_id">Id 57 </span> 58 State:56 </span> 57 | 59 58 <span tal:replace="python:context.getStudent().state">State 60 59 </span>
Note: See TracChangeset for help on using the changeset viewer.