Ignore:
Timestamp:
14 Dec 2014, 15:45:55 (10 years ago)
Author:
Henrik Bettermann
Message:

We do not need the HTMLDisplayWidget. Use simple helper function instead. Tests will follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/browser/layout.py

    r11958 r12229  
    201201            if 'address' in widget.name or \
    202202                'comment' in widget.name or \
     203                'description' in widget.name or \
    203204                '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
    209206
    210207class IkobaAddFormPage(UtilityView,AddForm):
Note: See TracChangeset for help on using the changeset viewer.