Changeset 7630 for main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Timestamp:
- 11 Feb 2012, 07:04:56 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/staffsitelayout.pt
r7469 r7630 92 92 </span> 93 93 </div> 94 <h 2i18n:translate="" tal:condition="view/label|nothing"95 tal:content="view/label">Label</h 2>94 <h1 i18n:translate="" tal:condition="view/label|nothing" 95 tal:content="view/label">Label</h1> 96 96 <div tal:content="structure view/content"> THE CONTENT 97 97 </div> -
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/studentsitelayout.pt
r7551 r7630 77 77 </span> 78 78 </div> 79 <h 2i18n:translate="" tal:condition="view/label|nothing"80 tal:content="view/label">Label</h 2>79 <h1 i18n:translate="" tal:condition="view/label|nothing" 80 tal:content="view/label">Label</h1> 81 81 <div tal:content="structure view/content"> THE CONTENT 82 82 </div>
Note: See TracChangeset for help on using the changeset viewer.