Ignore:
Timestamp:
3 Jan 2023, 17:40:18 (23 months ago)
Author:
Henrik Bettermann
Message:

Add ExportPDFTishipSlip.

File:
1 edited

Legend:

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

    r17145 r17255  
    206206    target = 'medical_questionnaire_slip.pdf'
    207207
     208class TishipSlipActionButton(ManageActionButton):
     209    grok.order(2)
     210    grok.context(ICustomStudent)
     211    grok.view(StudentMedicalHistoryEditFormPage)
     212    grok.require('waeup.viewStudent')
     213    icon = 'actionicon_pdf.png'
     214    text = _('Download TISHIP registration slip')
     215    target = 'tiship_slip.pdf'
     216
    208217class PlagTestLinkActionButton(ManageActionButton):
    209218    grok.order(10) 
Note: See TracChangeset for help on using the changeset viewer.