Ignore:
Timestamp:
16 Nov 2005, 20:25:54 (19 years ago)
Author:
Henrik Bettermann
Message:

minor modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/Students.py

    r179 r181  
    197197    security = ClassSecurityInfo()
    198198
     199    security.declareProtected(View,"Title")
     200    def Title(self):
     201        """compose title"""
     202        return "Eligibility Data"
     203
    199204
    200205InitializeClass(StudentEligibility)
     
    206211
    207212###)
    208  
     213
    209214studentdocuments_fti = { ###(
    210215    'title': 'WAeUP StudentDocuments',
Note: See TracChangeset for help on using the changeset viewer.