Changeset 8111


Ignore:
Timestamp:
11 Apr 2012, 14:47:38 (12 years ago)
Author:
uli
Message:

Show tables with left indentation. This will render applicant slips
different but student slips more like in the old style.

File:
1 edited

Legend:

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

    r8105 r8111  
    186186        """
    187187        table_data = []
    188         table_style = [('LEFTPADDING', (0,0), (0,-1), 0),
     188        table_style = [#('LEFTPADDING', (0,0), (0,-1), 0), # indentation
    189189                       ('VALIGN', (0,0), (-1,-1), 'TOP'),
    190190                       ]
     
    307307            showBoundary=False,
    308308            )
    309         # XXX: more things to set here, like author, etc.
    310 
    311309        # Set some attributes that are needed when rendering the background.
    312310        if headerline is not None:
Note: See TracChangeset for help on using the changeset viewer.