diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-29 03:14:01 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-29 03:14:01 +0200 |
| commit | 84d5c050479a2efea8e1c017ac27c9c551e11bc2 (patch) | |
| tree | 7b671fce69843ff607ead32daff6f3da96068c0d /ishtar/templates/sheet_operation_pdf.html | |
| parent | e7579f6221a1f98302ef62b33295fd5a997d1729 (diff) | |
| download | Ishtar-84d5c050479a2efea8e1c017ac27c9c551e11bc2.tar.bz2 Ishtar-84d5c050479a2efea8e1c017ac27c9c551e11bc2.zip | |
Correct PDF export (closes #306)
Diffstat (limited to 'ishtar/templates/sheet_operation_pdf.html')
| -rw-r--r-- | ishtar/templates/sheet_operation_pdf.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar/templates/sheet_operation_pdf.html b/ishtar/templates/sheet_operation_pdf.html index 30f9595bf..3397d5f43 100644 --- a/ishtar/templates/sheet_operation_pdf.html +++ b/ishtar/templates/sheet_operation_pdf.html @@ -1,10 +1,14 @@ {% extends "sheet_operation.html" %} +{% block css_head %} +<link rel="stylesheet" href="{{MEDIA_URL}}/media/style_basic.css" /> +{% endblock %} {% block main_head %} {{ block.super }} <div id="pdfheader"> Ishtar – {{APP_NAME}} – {{item}} </div> {% endblock %} +{%block head_sheet%}{%endblock%} {%block main_foot%} <div id="pdffooter"> – <pdf:pagenumber/> – |
