Changeset 181 for waeup_product/trunk/Students.py
- Timestamp:
- 16 Nov 2005, 20:25:54 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/Students.py
r179 r181 197 197 security = ClassSecurityInfo() 198 198 199 security.declareProtected(View,"Title") 200 def Title(self): 201 """compose title""" 202 return "Eligibility Data" 203 199 204 200 205 InitializeClass(StudentEligibility) … … 206 211 207 212 ###) 208 213 209 214 studentdocuments_fti = { ###( 210 215 'title': 'WAeUP StudentDocuments',
Note: See TracChangeset for help on using the changeset viewer.