pdfdokumente/views/smarty/documents/deliverynote/deliverynote.tpl

46 lines
1.7 KiB
Smarty
Raw Permalink Normal View History

2020-07-02 01:21:14 +02:00
[{assign var="pagePadding" value=","|explode:"45,15,30,25"}] [{* top, right, bottom, left *}]
2020-06-29 00:28:32 +02:00
[{assign var="showLogo" value=$showLogo|default:true}]
2020-06-29 00:28:32 +02:00
[{capture append="pdfBlock_style"}]
[{block name="pdfStyles"}]
[{include file="@d3PdfDocuments/assets/d3pdfstyles.css.tpl"}]
2020-06-29 00:28:32 +02:00
[{/block}]
[{/capture}]
[{capture append="pdfBlock_header"}]
[{block name="pdfHeader"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/page/header.tpl" showLogo=$showLogo}]
2020-06-29 00:28:32 +02:00
[{/block}]
[{/capture}]
2020-06-29 00:28:32 +02:00
[{capture append="pdfBlock_content"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/foldmarks.tpl" pagePadding=$pagePadding}]
2020-06-29 00:28:32 +02:00
[{block name="pdfAddressArea"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/addressarea.tpl" addressfile="@d3PdfDocuments/documents/deliverynote/recipientAddress.tpl"}]
[{/block}]
2020-06-29 00:28:32 +02:00
[{block name="pdfInformations"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/informations.tpl" documentinformationfile="@d3PdfDocuments/documents/deliverynote/informations.tpl"}]
[{/block}]
2020-06-29 00:28:32 +02:00
[{block name="pdfSalutation"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/deliverynote/salutation.tpl"}]
2020-06-29 00:28:32 +02:00
[{/block}]
[{block name="pdfArticleList"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/elements/articlelist.tpl" showPrices=false}]
2020-06-29 00:28:32 +02:00
[{/block}]
[{block name="pdfConclusion"}]
[{include file="@d3PdfDocuments/documents/deliverynote/conclusion.tpl"}]
2020-06-29 00:28:32 +02:00
[{/block}]
[{/capture}]
[{capture append="pdfBlock_footer"}]
[{block name="pdfFooter"}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/page/footer.tpl" pagePadding=$pagePadding}]
2020-06-29 00:28:32 +02:00
[{/block}]
[{/capture}]
2024-09-10 09:15:51 +02:00
[{include file="@d3PdfDocuments/documents/inc/page/base.tpl" pagePadding=$pagePadding}]