Ignore:
Timestamp:
14 Oct 2014, 10:28:24 (10 years ago)
Author:
Henrik Bettermann
Message:

Customize IFaculty and IDepartment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.pcn/trunk/src/kofacustom/pcn/applicants/browser.py

    r11832 r11840  
    2121from waeup.kofa.applicants.browser import (
    2222    ApplicantRegistrationPage, ApplicantsContainerPage)
     23from waeup.kofa.applicants.viewlets import (
     24    StudentCreateActionButton,
     25    ApplicantsRootCreateStudentsActionButton
     26    )
    2327from kofacustom.pcn.interfaces import MessageFactory as _
    2428
     29class StudentCreateActionButton(StudentCreateActionButton):
     30
     31    @property
     32    def target_url(self):
     33        """Get a URL to the target...
     34        """
     35        return
     36
     37class ApplicantsRootCreateStudentsActionButton(ApplicantsRootCreateStudentsActionButton):
     38
     39    @property
     40    def target_url(self):
     41        """Get a URL to the target...
     42        """
     43        return
Note: See TracChangeset for help on using the changeset viewer.