[PATCH] Bedheight differences PDF-export: there might be multiple differences, so place them at the bottom of the title band
Wald Commits
scm-commit at wald.intevation.org
Wed May 6 16:23:28 CEST 2015
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1430922203 -7200
# Node ID ff33c24c2b6412caefd9e3205b5c62ba6f84ed96
# Parent 1e9667ef5742d82e3101f2cbd27732c951b376d1
Bedheight differences PDF-export: there might be multiple differences, so place them at the bottom of the title band.
diff -r 1e9667ef5742 -r ff33c24c2b64 artifacts/doc/conf/jasper/beddifference.jasper
Binary file artifacts/doc/conf/jasper/beddifference.jasper has changed
diff -r 1e9667ef5742 -r ff33c24c2b64 artifacts/doc/conf/jasper/beddifference.jrxml
--- a/artifacts/doc/conf/jasper/beddifference.jrxml Wed May 06 13:29:10 2015 +0200
+++ b/artifacts/doc/conf/jasper/beddifference.jrxml Wed May 06 16:23:23 2015 +0200
@@ -71,22 +71,22 @@
<staticText>
<reportElement x="0" y="109" width="123" height="20"/>
<textElement/>
- <text><![CDATA[Differenzen:]]></text>
+ <text><![CDATA[Bereich:]]></text>
</staticText>
- <textField isStretchWithOverflow="true">
+ <textField>
<reportElement stretchType="RelativeToTallestObject" x="123" y="109" width="392" height="20"/>
<textElement/>
- <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
+ <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
</textField>
- <textField>
+ <textField isStretchWithOverflow="true">
<reportElement x="123" y="129" width="392" height="20"/>
<textElement/>
- <textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
+ <textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="0" y="129" width="123" height="20"/>
<textElement/>
- <text><![CDATA[Bereich:]]></text>
+ <text><![CDATA[Differenzen:]]></text>
</staticText>
</band>
</title>
diff -r 1e9667ef5742 -r ff33c24c2b64 artifacts/doc/conf/jasper/beddifference_en.jasper
Binary file artifacts/doc/conf/jasper/beddifference_en.jasper has changed
diff -r 1e9667ef5742 -r ff33c24c2b64 artifacts/doc/conf/jasper/beddifference_en.jrxml
--- a/artifacts/doc/conf/jasper/beddifference_en.jrxml Wed May 06 13:29:10 2015 +0200
+++ b/artifacts/doc/conf/jasper/beddifference_en.jrxml Wed May 06 16:23:23 2015 +0200
@@ -57,22 +57,22 @@
<textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>
</textField>
<staticText>
- <reportElement x="0" y="110" width="123" height="20"/>
+ <reportElement x="0" y="130" width="123" height="20"/>
<textElement/>
<text><![CDATA[Differences:]]></text>
</staticText>
<textField isStretchWithOverflow="true">
- <reportElement stretchType="RelativeToTallestObject" x="123" y="110" width="392" height="20"/>
+ <reportElement stretchType="RelativeToTallestObject" x="122" y="130" width="392" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{differences}]]></textFieldExpression>
</textField>
<textField>
- <reportElement x="123" y="130" width="392" height="20"/>
+ <reportElement x="122" y="110" width="392" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$F{range}]]></textFieldExpression>
</textField>
<staticText>
- <reportElement x="0" y="130" width="123" height="20"/>
+ <reportElement x="0" y="110" width="123" height="20"/>
<textElement/>
<text><![CDATA[Range:]]></text>
</staticText>
More information about the Dive4Elements-commits
mailing list