Changeset 4504 for waeup/branches


Ignore:
Timestamp:
31 Jul 2009, 10:22:53 (15 years ago)
Author:
uli
Message:

Add edit-action bar for certificates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/viewlets.py

    r4498 r4504  
    88from waeup.interfaces import (IUniversity, IWAeUPObject, IWAeUPXMLExporter,
    99                              IWAeUPXMLImporter, IFacultyContainer, IFaculty,
    10                               IDepartment, ICourse)
     10                              IDepartment, ICourse, ICertificate)
    1111from waeup.utils.helpers import getInnerHTMLPart
    1212
     
    258258class ManageCourseAction(ManageUniversityAction):
    259259    grok.context(ICourse)
    260    
     260
     261class ManageCertificateAction(ManageUniversityAction):
     262    grok.context(ICertificate)
     263
    261264class ExportXMLAction(grok.Viewlet):
    262265    grok.viewletmanager(ActionBar)
Note: See TracChangeset for help on using the changeset viewer.