Changeset 12621 for main/ikobacustom.pcn/trunk
- Timestamp:
- 17 Feb 2015, 14:46:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/interfaces.py
r12618 r12621 333 333 referee1_name = schema.TextLine( 334 334 title = _(u'First Referee Name'), 335 description= _('This referee must be a pharmacist.'), 335 336 required = False, 336 337 readonly = False, … … 369 370 internship_address = schema.Text( 370 371 title = _(u'Internship'), 371 description = u'Enter name and address of company where you want to serve your internship.', 372 description = _('Enter name and address of company where you want to ' 373 'serve your internship.'), 372 374 required = False, 373 375 readonly = False, … … 429 431 430 432 nationality_aquired = schema.Choice( 431 values=[_(u'birth'), _(u'naturalization') ],433 values=[_(u'birth'), _(u'naturalization'), _(u'marriage')], 432 434 title = _(u'Nationality acquired by'), 433 435 required = False, … … 1033 1035 1034 1036 nationality_aquired = schema.Choice( 1035 values=[_(u'birth'), _(u'naturalization') ],1037 values=[_(u'birth'), _(u'naturalization'), _(u'marriage')], 1036 1038 title = _(u'Nationality acquired by'), 1037 1039 required = False, … … 1078 1080 referee1_name = schema.TextLine( 1079 1081 title = _(u'First Referee Name'), 1082 description= _('This referee must be a pharmacist.'), 1080 1083 required = False, 1081 1084 readonly = False, … … 1156 1159 ) 1157 1160 1158 employ ed = schema.Bool(1161 employment = schema.Text 1159 1162 title= _('Employment'), 1160 description= _('Tick box if you were employed last year.'), 1163 description= _('Enter the name and address of where you ' 1164 'was employed last year.'), 1161 1165 required = False, 1162 1166 ) … … 1164 1168 supervisor = schema.TextLine( 1165 1169 title = _(u'Supervisor'), 1166 description= _(' Enter name of supervisor.'),1170 description= _('Who was your supervisor?'), 1167 1171 required = False, 1168 1172 readonly = False, … … 1178 1182 title = _(u'Reason for Leaving'), 1179 1183 description= _('Tell the reason for leaving employment last ' 1180 'year (if applicable)'), 1181 required = False, 1182 readonly = False, 1183 ) 1184 1184 'year (if applicable).'), 1185 required = False, 1186 readonly = False, 1187 ) 1185 1188 1186 1189 courses_attended = schema.Text(
Note: See TracChangeset for help on using the changeset viewer.