[Mpuls-commits] r3644 - jmd/trunk/jmdweb/public/formed
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 15 10:47:06 CEST 2010
Author: torsten
Date: 2010-09-15 10:47:06 +0200 (Wed, 15 Sep 2010)
New Revision: 3644
Modified:
jmd/trunk/jmdweb/public/formed/formedtree.xml
Log:
Issue1160
Modified: jmd/trunk/jmdweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdweb/public/formed/formedtree.xml 2010-09-15 08:14:57 UTC (rev 3643)
+++ jmd/trunk/jmdweb/public/formed/formedtree.xml 2010-09-15 08:47:06 UTC (rev 3644)
@@ -1587,20 +1587,20 @@
<choice description="Zielerreichung Ziel 1" flags="required:phase_3" name="ziel1_erreicht" size="1">
<bool checked="True" description="Keine Angabe" name="bool-244" value="-1"/>
<bool description="Unbekannt" name="bool-243" value="-3"/>
- <bool description="voll erreicht" name="bool-239" value="1"/>
- <bool description="überhaupt nicht erreicht" name="bool-242" value="4"/>
+ <bool description="erreicht" name="bool-239" value="1"/>
+ <bool description="nicht erreicht" name="bool-242" value="4"/>
</choice>
<choice description="Zielerreichung Ziel 2" flags="required:phase_3" name="ziel2_erreicht" size="1">
<bool checked="True" description="Keine Angabe" name="bool-874" value="-1"/>
<bool description="Unbekannt" name="bool-838" value="-3"/>
- <bool description="voll erreicht" name="bool-753" value="1"/>
- <bool description="überhaupt nicht erreicht" name="bool-869" value="4"/>
+ <bool description="erreicht" name="bool-753" value="1"/>
+ <bool description="nicht erreicht" name="bool-869" value="4"/>
</choice>
<choice description="Zielerreichung Ziel 3" flags="required:phase_3" name="ziel3_erreicht" size="1">
<bool checked="True" description="Keine Angabe" name="bool-875" value="-1"/>
<bool description="Unbekannt" name="bool-839" value="-3"/>
- <bool description="voll erreicht" name="bool-754" value="1"/>
- <bool description="überhaupt nicht erreicht" name="bool-870" value="4"/>
+ <bool description="erreicht" name="bool-754" value="1"/>
+ <bool description="nicht erreicht" name="bool-870" value="4"/>
</choice>
<rule expr="$ziel1_erreicht -1 == not" mark="warning:ziel1_erreicht" name="required-rule-37" value="Fehlende Pflichtfeldangabe"/>
<rule expr="$ziel2_erreicht -1 == not" mark="warning:ziel2_erreicht" name="required-rule-38" value="Fehlende Pflichtfeldangabe"/>
More information about the Mpuls-commits
mailing list