Changeset 10619 for main/waeup.kwarapoly/trunk/src
- Timestamp:
- 11 Sep 2013, 06:38:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/interfaces.py
r10594 r10619 133 133 default = [], 134 134 ) 135 olevel_type2 = schema.Choice( 136 title = _(u'2nd Qualification Obtained'), 137 required = False, 138 readonly = False, 139 vocabulary = exam_types, 140 ) 141 olevel_school2 = schema.TextLine( 142 title = _(u'2nd Institution Attended'), 143 required = False, 144 readonly = False, 145 ) 146 olevel_exam_number2 = schema.TextLine( 147 title = _(u'2nd Exam Number'), 148 required = False, 149 readonly = False, 150 ) 151 olevel_exam_date2 = FormattedDate( 152 title = _(u'2nd Exam Date'), 153 required = False, 154 readonly = False, 155 show_year = True, 156 ) 157 olevel_results2 = schema.List( 158 title = _(u'2nd Exam Results'), 159 value_type = ResultEntryField(), 160 required = False, 161 readonly = False, 162 default = [], 163 ) 135 164 hq_type = schema.Choice( 136 165 title = _(u'Qualification Obtained'),
Note: See TracChangeset for help on using the changeset viewer.