Skip to content

Commit

Permalink
Use keepInFrame around address in other documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragotin committed Feb 25, 2018
1 parent a43a12f commit d57edc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions reports/de/invoice.trml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
</stylesheet>
<story>
<!-- Address Frame -->
<keepInFrame frame="address" onOverflow="shrink">
<xpre style="addressStyle">
<br />
<br />
<br />
{{ADDRESS}}
</xpre>

</keepInFrame>
<nextFrame/>
<!-- Info Frame -->
<para style="text" alignment="right">{{DATE}}</para>
Expand Down
3 changes: 2 additions & 1 deletion reports/de/lieferschein.trml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@
</stylesheet>
<story>
<!-- Address Frame -->
<keepInFrame frame="address" onOverflow="shrink">
<xpre style="addressStyle">
<br />
<br />
<br />
{{ADDRESS}}
</xpre>
</keepInFrame>

<nextFrame/>
<!-- Info Frame -->
Expand Down
4 changes: 2 additions & 2 deletions reports/delivery_receipt.trml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
</stylesheet>
<story>
<!-- Address Frame -->
<keepInFrame frame="address" onOverflow="shrink">
<xpre style="addressStyle">
<br />
<br />
<br />
{{ADDRESS}}
</xpre>

</keepInFrame>
<nextFrame/>
<!-- Info Frame -->
<para style="text" alignment="right">{{DATE}}</para>
Expand Down

0 comments on commit d57edc8

Please sign in to comment.