Changeset 10470 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 7 Aug 2013, 13:32:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
r10458 r10470 225 225 self.widgets['next_kin_address'].height = 6 226 226 if self.widgets.get('transcript_comment'): 227 self.widgets['transcript_comment'].cssClass = 'span 8'228 self.widgets['transcript_comment'].height = 6227 self.widgets['transcript_comment'].cssClass = 'span12' 228 self.widgets['transcript_comment'].height = 12 229 229 if self.widgets.get('notice'): 230 230 self.widgets['notice'].cssClass = 'span8'
Note: See TracChangeset for help on using the changeset viewer.