- Timestamp:
- 14 Dec 2014, 15:45:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/browser/layout.py
r11958 r12229 201 201 if 'address' in widget.name or \ 202 202 'comment' in widget.name or \ 203 'description' in widget.name or \ 203 204 'notice' in widget.name: 204 widget.height = 6 205 if self.widgets.get('transcript_comment'): 206 self.widgets['transcript_comment'].height = 12 207 if self.widgets.get('jamb_subjects'): 208 self.widgets['jamb_subjects'].height = 6 205 widget.height = 3 209 206 210 207 class IkobaAddFormPage(UtilityView,AddForm):
Note: See TracChangeset for help on using the changeset viewer.