Changeset 6132 for main/waeup.sirp
- Timestamp:
- 18 May 2011, 20:27:02 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/layout.py
r6030 r6132 106 106 if self.widgets.get('title'): 107 107 self.widgets['title'].displayWidth = 80 108 if self.widgets.get('frontpage'): 109 self.widgets['frontpage'].width = 70 108 110 109 111 class WAeUPAddFormPage(AddForm, UtilityView): -
main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
r6065 r6132 56 56 57 57 frontpage = schema.Text( 58 title = u' Human readable frontpagein reST format',58 title = u'Content in reST format', 59 59 required = False, 60 60 default = u'This is the SIRP frontpage.'
Note: See TracChangeset for help on using the changeset viewer.