Changeset 6025 for main/waeup.sirp/trunk/src/waeup/sirp/university
- Timestamp:
- 3 May 2011, 10:26:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py
r6008 r6025 27 27 28 28 title = schema.TextLine( 29 title = u'Name of Faculty',29 title = u'Name of faculty', 30 30 default = u'Unnamed', 31 31 required = True, … … 33 33 34 34 title_prefix = schema.Choice( 35 title = u' Title prefix',35 title = u'Name prefix', 36 36 default = u'faculty', 37 37 vocabulary = inst_types, … … 77 77 78 78 title = schema.TextLine( 79 title = u'Name of Department',79 title = u'Name of department', 80 80 default = u'Unnamed', 81 81 required = True, … … 83 83 84 84 title_prefix = schema.Choice( 85 title = u' Title prefix',85 title = u'Name prefix', 86 86 vocabulary = inst_types, 87 87 default = u'department',
Note: See TracChangeset for help on using the changeset viewer.