Ignore:
Timestamp:
17 Jun 2011, 07:53:17 (13 years ago)
Author:
Henrik Bettermann
Message:

Provide left sidebar links for applicants instead of action buttons. Only officers see the action buttons.

The LeftSidebarLink? baseclass does now also provide an icon_url which will be needed in the students section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/authentication.py

    r6395 r6396  
    4949    def __init__(self, access_code):
    5050        self.id = principal_id(access_code)
    51         self.title = u'Applicant'
    52         self.description = u'An Applicant'
     51        self.title = u'My Application'
     52        self.description = u'An Application Record'
    5353        self.credentialsPlugin = None
    5454        self.authenticatorPlugin = None
     
    6868        if prefix is not None:
    6969            self.id = '%s.%s' % (prefix, self.id)
    70         self.title = u'Applicant'
    71         self.description = u'An applicant'
     70        self.title = u'My Application'
     71        self.description = u'An Application Record'
    7272        self.groups = []
    7373        self.access_code = access_code
Note: See TracChangeset for help on using the changeset viewer.