Ignore:
Timestamp:
25 Jun 2015, 17:55:31 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/applicants
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r13100 r13101  
    581581    """Create all student objects from applicant data
    582582    in the root container or in a specific  applicants container only.
    583 
    584583    Only PortalManagers can do this.
    585584    """
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/viewlets.py

    r13076 r13101  
    165165
    166166class ApplicantsContainerCreateStudentsActionButton(ManageActionButton):
    167     grok.order(1)
    168     grok.context(IApplicantsContainer)
    169     grok.view(ApplicantsStatisticsPage)
     167    grok.order(5)
     168    grok.context(IApplicantsContainer)
     169    grok.view(ApplicantsContainerPage)
    170170    grok.require('waeup.managePortal')
    171171    icon = 'actionicon_entrance.png'
Note: See TracChangeset for help on using the changeset viewer.