Changeset 6654
- Timestamp:
- 29 Aug 2011, 12:56:06 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py
r6644 r6654 227 227 """ 228 228 grok.context(IApplicantsRoot) 229 title = u'Applica tion Section'229 title = u'Applicants' 230 230 231 231 class ApplicantsContainerBreadcrumb(Breadcrumb): -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r6652 r6654 117 117 grok.require('waeup.viewStudents') 118 118 grok.template('studentscontainerpage') 119 pnav = 4 120 121 @property 122 def title(self): 123 return "Students" 124 125 @property 126 def label(self): 127 return self.title 119 label = 'Student Section' 120 title = 'Students' 121 pnav = 4 128 122 129 123 def update(self, *args, **kw):
Note: See TracChangeset for help on using the changeset viewer.