- Timestamp:
- 2 Oct 2012, 16:50:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/viewlets.py
r9257 r9273 166 166 target = 'manage_base' 167 167 168 class StudentTrigTransActionButton(ManageActionButton): 169 grok.order(2) 170 grok.context(IStudent) 171 grok.view(StudentBaseDisplayFormPage) 172 grok.require('waeup.triggerTransition') 173 icon = 'actionicon_trigtrans.png' 174 text = _(u'Trigger transition') 175 target = 'trigtrans' 176 168 177 class AdmissionSlipActionButton(ManageActionButton): 169 178 grok.order(4)
Note: See TracChangeset for help on using the changeset viewer.