Changeset 8096 for main/waeup.kofa/trunk
- Timestamp:
- 10 Apr 2012, 19:17:13 (13 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r8078 r8096 408 408 def label(self): 409 409 container_title = self.context.__parent__.title 410 return _('${a} Application Record ${b}', mapping = {410 return _('${a} <br /> Application Record ${b}', mapping = { 411 411 'a':container_title, 'b':self.context.application_number}) 412 412 … … 651 651 def label(self): 652 652 container_title = self.context.__parent__.title 653 return _('${a} Application Form ${b}', mapping = {653 return _('${a} <br /> Application Form ${b}', mapping = { 654 654 'a':container_title, 'b':self.context.application_number}) 655 655 -
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.