Changeset 8096 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 10 Apr 2012, 19:17:13 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/staffsitelayout.pt
r8065 r8096 108 108 </div> 109 109 <h1 tal:condition="view/label|nothing" 110 tal:content=" view/label">LABEL</h1>110 tal:content="structure view/label">LABEL</h1> 111 111 <div tal:content="structure view/content"> THE CONTENT 112 112 </div> -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/studentsitelayout.pt
r8065 r8096 93 93 </div> 94 94 <h1 tal:condition="view/label|nothing" 95 tal:content=" view/label">Label</h1>95 tal:content="structure view/label">Label</h1> 96 96 <div tal:content="structure view/content"> 97 97 THE CONTENT
Note: See TracChangeset for help on using the changeset viewer.