Ignore:
Timestamp:
7 Aug 2013, 13:32:47 (11 years ago)
Author:
Henrik Bettermann
Message:

Add (hidden) manage page for transcript request comments.

File:
1 edited

Legend:

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

    r10458 r10470  
    225225            self.widgets['next_kin_address'].height = 6
    226226        if self.widgets.get('transcript_comment'):
    227             self.widgets['transcript_comment'].cssClass = 'span8'
    228             self.widgets['transcript_comment'].height = 6
     227            self.widgets['transcript_comment'].cssClass = 'span12'
     228            self.widgets['transcript_comment'].height = 12
    229229        if self.widgets.get('notice'):
    230230            self.widgets['notice'].cssClass = 'span8'
Note: See TracChangeset for help on using the changeset viewer.