~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/breadcrumbs.py

  • Committer: William Grant
  • Date: 2009-12-17 05:37:21 UTC
  • mfrom: (1442.1.33 offering-home)
  • Revision ID: me@williamgrant.id.au-20091217053721-cesek4r55zbsyj4b
Replace the offering worksheets page with an offering index, including project information.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        return '%s semester %s' % (self.context.semester.year,
52
52
                                   self.context.semester.semester)
53
53
 
54
 
    @property
55
 
    def menu(self):
56
 
        return {
57
 
            'Worksheets': self.req.publisher.generate(self.context, None,
58
 
                                                   ('+worksheets')),
59
 
            }
60
 
 
61
54
class ProjectBreadcrumb(object):
62
55
    def __init__(self, req, context):
63
56
        self.req = req