prevent page break in important chapters
This commit is contained in:
parent
ea807097d6
commit
5235ffbd81
@ -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}]
|
@ -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}]
|
@ -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}]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user