Changeset 15007 for main/kofacustom.edopoly
- Timestamp:
- 13 May 2018, 19:59:37 (7 years ago)
- Location:
- main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/browser
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/browser/pdf.py
r10765 r15007 27 27 """ 28 28 29 #header_logo_path = os.path.join(30 #os.path.dirname(__file__), 'static', 'pdf_logo.jpg')31 #watermark_path = os.path.join(32 #os.path.dirname(__file__), 'static', 'pdf_watermark.jpg')29 header_logo_path = os.path.join( 30 os.path.dirname(__file__), 'static', 'pdf_logo.jpg') 31 watermark_path = os.path.join( 32 os.path.dirname(__file__), 'static', 'pdf_watermark.jpg') 33 33 34 watermark_pos = [ -25, 100]35 logo_pos = [5 07, 720, 40]34 watermark_pos = [120, 140] 35 logo_pos = [520, 690, 60]
Note: See TracChangeset for help on using the changeset viewer.