- Timestamp:
- 29 Sep 2020, 11:06:48 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.iuokada/trunk/src/kofacustom/iuokada/students/viewlets.py
r16252 r16256 37 37 38 38 class StudentPersonalEditActionButton(StudentPersonalEditActionButton): 39 text = _('Edit personal /bio data')39 text = _('Edit registration bio data') 40 40 41 41 class SwitchLibraryAccessActionButton(ManageActionButton): … … 57 57 icon = 'actionicon_pay.png' 58 58 59 class Edit PersonalActionButton(ManageActionButton):59 class EditBioDataActionButton(ManageActionButton): 60 60 grok.order(9) 61 61 grok.context(ICustomStudent) 62 62 grok.view(StudentBaseDisplayFormPage) 63 63 grok.require('waeup.handleStudent') 64 text = _('Edit personal/bio data now')64 text = _('Edit registration bio data now') 65 65 target = 'edit_personal' 66 #icon = 'actionicon_edit.png'67 66 68 67 class PersonalDataSlipActionButton(ManageActionButton): … … 71 70 grok.view(StudentBaseDisplayFormPage) 72 71 grok.require('waeup.viewStudent') 73 text = _('Download personal /bio data slip')72 text = _('Download bio data slip') 74 73 target = 'personal_slip.pdf' 75 74 icon = 'actionicon_pdf.png'
Note: See TracChangeset for help on using the changeset viewer.