Changeset 6654


Ignore:
Timestamp:
29 Aug 2011, 12:56:06 (13 years ago)
Author:
Henrik Bettermann
Message:

Some title, label and breadcrumb adjustments.

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  
    227227    """
    228228    grok.context(IApplicantsRoot)
    229     title = u'Application Section'
     229    title = u'Applicants'
    230230
    231231class ApplicantsContainerBreadcrumb(Breadcrumb):
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py

    r6652 r6654  
    117117    grok.require('waeup.viewStudents')
    118118    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
    128122
    129123    def update(self, *args, **kw):
Note: See TracChangeset for help on using the changeset viewer.