Changeset 7687 for main/waeup.sirp/trunk/src/waeup/sirp/students
- Timestamp:
- 23 Feb 2012, 10:18:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r7681 r7687 41 41 ISIRPObject, IUserAccount, IExtFileStore, IPasswordValidator, IContactForm, 42 42 ISIRPUtils, IUniversity) 43 from waeup.sirp.interfaces import MessageFactory as _ 43 44 from waeup.sirp.widgets.datewidget import ( 44 45 FriendlyDateWidget, FriendlyDateDisplayWidget, … … 341 342 """ 342 343 allowed_transitions = self.wf_info.getManualTransitions() 343 return [dict(name='', title= 'No transition')] +[344 return [dict(name='', title=_('No transition'))] +[ 344 345 dict(name=x, title=y) for x, y in allowed_transitions] 345 346
Note: See TracChangeset for help on using the changeset viewer.