예제 #1
0
 def listCollabTypes(self):
     """ Vocabulary list to populate collaborator column in collaborators datagrid field
         I choose to set this in stone.
     """
     return atapi.DisplayList(
         (("member", _(u"Group Member"),),
          ("past", _(u"Past Group Member"),),
          ("collaborator", _(u"Collaborator"),),
          
          ))    
예제 #2
0
 def title(self):
     return _(u'Researcher info')