- Timestamp:
- 3 Jan 2023, 17:40:18 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/viewlets.py
r17145 r17255 206 206 target = 'medical_questionnaire_slip.pdf' 207 207 208 class 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 208 217 class PlagTestLinkActionButton(ManageActionButton): 209 218 grok.order(10)
Note: See TracChangeset for help on using the changeset viewer.