- Timestamp:
- 11 Jun 2011, 05:59:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py
r6296 r6345 20 20 code = schema.TextLine( 21 21 title = u'Code', 22 description = u'Abbreviated code of the faculty',23 22 default = u'NA', 24 23 required = True, … … 49 48 code = schema.TextLine( 50 49 title = u'Code', 51 description = u' Abbreviated code of the faculty',50 description = u'This code will become part of the URL.', 52 51 default = u'NA', 53 52 required = True, … … 71 70 title = u'Code', 72 71 default = u'NA', 73 description = u'Abbreviated code of the department',74 72 required = True, 75 73 readonly = True, … … 102 100 code = schema.TextLine( 103 101 title = u'Code', 104 de fault = u'NA',105 de scription = u'Abbreviated code of the department',102 description = u'This code will become part of the URL.', 103 default = u'NA', 106 104 required = True, 107 105 readonly = False, … … 125 123 title = u'Code', 126 124 default = u'NA', 127 description = u'Abbreviated code of the course',128 125 required = True, 129 126 readonly = True, … … 165 162 code = schema.TextLine( 166 163 title = u'Code', 167 de fault = u'NA',168 de scription = u'Abbreviated code of the course',164 description = u'Enter unique course code which will become part of the URL.', 165 default = u'NA', 169 166 required = True, 170 167 readonly = False, … … 179 176 title = u'Code', 180 177 default = u'NA', 181 description = u'Abbreviated code of the certificate.',182 178 required = True, 183 179 readonly = True, … … 231 227 title = u'Code', 232 228 default = u'NA', 233 description = u' Abbreviated code of the certificate.',229 description = u'Enter unique certificate code which will become part of the URL.', 234 230 required = True, 235 231 readonly = False,
Note: See TracChangeset for help on using the changeset viewer.