Changeset 16299 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 4 Nov 2020, 17:52:22 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r16059 r16299 508 508 ) 509 509 510 bcc_to = schema.Text( 511 title = _(u'Bcc to:'), 512 required = True, 513 #readonly = True, 514 ) 515 510 516 subject = schema.TextLine( 511 517 title = _(u'Subject:'), … … 519 525 title = _(u'Text:'), 520 526 required = True,) 527 521 528 522 529 class IKofaPrincipalInfo(IPrincipalInfo):
Note: See TracChangeset for help on using the changeset viewer.