Changeset 14158 for main/waeup.kofa


Ignore:
Timestamp:
5 Sep 2016, 08:31:02 (8 years ago)
Author:
Henrik Bettermann
Message:

Name viewlet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py

    r13936 r14158  
    376376class StudyCourseTranscriptActionButton(ManageActionButton):
    377377    grok.order(2)
     378    grok.name('transcript')
    378379    grok.context(IStudentStudyCourse)
    379380    grok.view(StudyCourseDisplayFormPage)
     
    392393class TranscriptSlipActionButton(ManageActionButton):
    393394    grok.order(1)
     395    grok.name('transcript_slip')
    394396    grok.context(IStudentStudyCourse)
    395397    grok.view(StudyCourseTranscriptPage)
Note: See TracChangeset for help on using the changeset viewer.