Changeset 16864 for main/waeup.aaue/trunk/src/waeup
- Timestamp:
- 8 Mar 2022, 08:30:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/applicants/interfaces.py
r16803 r16864 172 172 173 173 fst_sit_fname = schema.TextLine( 174 title = _(u' Full Name'),174 title = _(u'Name in Full'), 175 175 required = False, 176 176 readonly = False, … … 218 218 219 219 scd_sit_fname = schema.TextLine( 220 title = _(u' Full Name'),220 title = _(u'Name in Full'), 221 221 required = False, 222 222 readonly = False, … … 264 264 265 265 alr_fname = schema.TextLine( 266 title = _(u' Full Name'),266 title = _(u'Name in Full'), 267 267 required = False, 268 268 readonly = False, … … 298 298 299 299 hq_fname = schema.TextLine( 300 title = _(u' Full Name'),300 title = _(u'Name in Full'), 301 301 required = False, 302 302 readonly = False, … … 342 342 343 343 hq_fname2 = schema.TextLine( 344 title = _(u' Full Name'),344 title = _(u'Name in Full'), 345 345 required = False, 346 346 readonly = False, … … 386 386 387 387 hq_fname3 = schema.TextLine( 388 title = _(u' Full Name'),388 title = _(u'Name in Full'), 389 389 required = False, 390 390 readonly = False, … … 599 599 ) 600 600 abstract = schema.Text( 601 title = _(u' Abstract'),601 title = _(u'Summary of Research Proposal'), 602 602 description = _(u'Brief abstract of intended project/research work'), 603 603 required = False, 604 604 ) 605 605 fst_sit_fname = schema.TextLine( 606 title = _(u' Full Name'),606 title = _(u'Name in Full'), 607 607 required = False, 608 608 readonly = False, … … 633 633 ) 634 634 scd_sit_fname = schema.TextLine( 635 title = _(u' Full Name'),635 title = _(u'Name in Full'), 636 636 required = False, 637 637 readonly = False, … … 668 668 ) 669 669 hq_fname = schema.TextLine( 670 title = _(u' Full Name'),670 title = _(u'Name in Full'), 671 671 required = False, 672 672 readonly = False, … … 706 706 707 707 hq_fname2 = schema.TextLine( 708 title = _(u' Full Name'),708 title = _(u'Name in Full'), 709 709 required = False, 710 710 readonly = False, … … 750 750 751 751 hq_fname3 = schema.TextLine( 752 title = _(u' Full Name'),752 title = _(u'Name in Full'), 753 753 required = False, 754 754 readonly = False, … … 794 794 795 795 hq_fname4 = schema.TextLine( 796 title = _(u' Full Name'),796 title = _(u'Name in Full'), 797 797 required = False, 798 798 readonly = False, … … 1605 1605 1606 1606 fst_sit_fname = schema.TextLine( 1607 title = _(u' Full Name'),1607 title = _(u'Name in Full'), 1608 1608 required = True, 1609 1609 readonly = False,
Note: See TracChangeset for help on using the changeset viewer.