Ignore:
Timestamp:
22 Jul 2019, 19:22:40 (5 years ago)
Author:
Henrik Bettermann
Message:

Change admission slip and add watermark.

File:
1 edited

Legend:

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

    r9982 r15507  
    2828    header_logo_path = os.path.join(
    2929        os.path.dirname(__file__), 'static', 'pdf_logo.jpg')
    30 
     30    watermark_path = os.path.join(
     31        os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')
     32    watermark_pos = [130, 190]
    3133    logo_pos = [510, 750, 60]
    3234
     
    4648
    4749    logo_left_pos = [15, 750, 60]
    48 
    49 
    50 
Note: See TracChangeset for help on using the changeset viewer.