Skip to content

Commit d57edc8

Browse files
committed
Use keepInFrame around address in other documents.
1 parent a43a12f commit d57edc8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

reports/de/invoice.trml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@
102102
</stylesheet>
103103
<story>
104104
<!-- Address Frame -->
105+
<keepInFrame frame="address" onOverflow="shrink">
105106
<xpre style="addressStyle">
106107
<br />
107108
<br />
108-
<br />
109109
{{ADDRESS}}
110110
</xpre>
111-
111+
</keepInFrame>
112112
<nextFrame/>
113113
<!-- Info Frame -->
114114
<para style="text" alignment="right">{{DATE}}</para>

reports/de/lieferschein.trml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,13 @@
9090
</stylesheet>
9191
<story>
9292
<!-- Address Frame -->
93+
<keepInFrame frame="address" onOverflow="shrink">
9394
<xpre style="addressStyle">
9495
<br />
9596
<br />
96-
<br />
9797
{{ADDRESS}}
9898
</xpre>
99+
</keepInFrame>
99100

100101
<nextFrame/>
101102
<!-- Info Frame -->

reports/delivery_receipt.trml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090
</stylesheet>
9191
<story>
9292
<!-- Address Frame -->
93+
<keepInFrame frame="address" onOverflow="shrink">
9394
<xpre style="addressStyle">
9495
<br />
9596
<br />
96-
<br />
9797
{{ADDRESS}}
9898
</xpre>
99-
99+
</keepInFrame>
100100
<nextFrame/>
101101
<!-- Info Frame -->
102102
<para style="text" alignment="right">{{DATE}}</para>

0 commit comments

Comments
 (0)