8
0
Fork 0

prevent page break in important chapters

Dieser Commit ist enthalten in:
Daniel Seifert 2020-06-30 23:37:08 +02:00
Ursprung 2cf6ce6f4f
Commit 7c3608efaf
Signiert von: DanielS
GPG-Schlüssel-ID: 6A513E13AEE66170
3 geänderte Dateien mit 34 neuen und 28 gelöschten Zeilen

Datei anzeigen

@ -1,4 +1,5 @@
[{block name="conclusion"}] [{block name="conclusion"}]
<nobreak>
<table class="conclusion_table"> <table class="conclusion_table">
<tr> <tr>
<td> <td>
@ -6,4 +7,5 @@
</td> </td>
</tr> </tr>
</table> </table>
</nobreak>
[{/block}] [{/block}]

Datei anzeigen

@ -125,10 +125,12 @@
[{/block}] [{/block}]
[{if $showPrices}] [{if $showPrices}]
[{block name="articleCosts"}] [{block name="articleCosts"}]
<nobreak>
<table class="article_costs_table"> <table class="article_costs_table">
[{block name="d3_article_costs_summary"}] [{block name="d3_article_costs_summary"}]
[{include file="d3pdfarticlecostsummary.tpl"}] [{include file="d3pdfarticlecostsummary.tpl"}]
[{/block}] [{/block}]
</table> </table>
</nobreak>
[{/block}] [{/block}]
[{/if}] [{/if}]

Datei anzeigen

@ -1,4 +1,5 @@
[{block name="conclusion"}] [{block name="conclusion"}]
<nobreak>
<table class="conclusion_table"> <table class="conclusion_table">
[{block name="conclusion_paymethod"}] [{block name="conclusion_paymethod"}]
<tr> <tr>
@ -19,4 +20,5 @@
</td> </td>
</tr> </tr>
</table> </table>
</nobreak>
[{/block}] [{/block}]