Changeset 10145


Ignore:
Timestamp:
2 May 2013, 15:13:36 (11 years ago)
Author:
Henrik Bettermann
Message:

Add pdf logo.

Location:
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/browser
Files:
1 added
1 edited

Legend:

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

    r8639 r10145  
    2727    """
    2828
    29     #header_logo_path = os.path.join(
    30     #    os.path.dirname(__file__), 'static', 'pdf_logo.jpg')
     29    header_logo_path = os.path.join(
     30        os.path.dirname(__file__), 'static', 'pdf_logo.png')
    3131    #watermark_path = os.path.join(
    3232    #    os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')
    3333
    3434    #watermark_pos = [-25, 100]
    35     #logo_pos = [507, 720, 40]
     35    logo_pos = [507, 740, 70]
Note: See TracChangeset for help on using the changeset viewer.