[Mpuls-commits] r5030 - in jmd/trunk: . jmdweb/public/formed

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon May 30 15:53:43 CEST 2011


Author: roland
Date: 2011-05-30 15:53:42 +0200 (Mon, 30 May 2011)
New Revision: 5030

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdweb/public/formed/formedtree.xml
Log:
issue2166: Increase the length of field from 60 to 180 characters

Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2011-05-30 13:22:17 UTC (rev 5029)
+++ jmd/trunk/ChangeLog	2011-05-30 13:53:42 UTC (rev 5030)
@@ -1,5 +1,10 @@
 2011-05-30 Roland Geider  <roland.geider at intevation.de>
 
+	* jmdweb/public/formed/formedtree.xml: issue2166: Increase the
+	  length of the field "Art der Unterstützung" from 60 to 180 characters
+
+2011-05-30 Roland Geider  <roland.geider at intevation.de>
+
 	* jmdweb/public/formed/formedtree.xml:  issue2159: change occurences
 	  of "obdachlos" with "wohnungslos"
 

Modified: jmd/trunk/jmdweb/public/formed/formedtree.xml
===================================================================
--- jmd/trunk/jmdweb/public/formed/formedtree.xml	2011-05-30 13:22:17 UTC (rev 5029)
+++ jmd/trunk/jmdweb/public/formed/formedtree.xml	2011-05-30 13:53:42 UTC (rev 5030)
@@ -1441,7 +1441,7 @@
                 <bool description="Nein" name="bool-207" value="0"/>
               </choice>
               <conditional description="Nur anzeigen wenn Angebot vorhanden" expr="$fp_uziel1_angebot 1 ==" name="conditional-50">
-                <text description="Art der Unterstützung" function="suppress_value" maxlength="60" name="ua_uziel1_art" size="40" target="b"/>
+                <text description="Art der Unterstützung" function="suppress_value" maxlength="180" name="ua_uziel1_art" size="40" target="b"/>
                 <date description="Datum Beginn" name="ua_uziel1_datum_start" target="c"/>
                 <date description="Datum vorauss. Ende" name="ua_uziel1_datum_ende" target="c"/>
                 <group containers="a" description="Externe Einrichtung" name="group-95">
@@ -1467,7 +1467,7 @@
                 <bool description="Nein" name="bool-208" value="0"/>
               </choice>
               <conditional description="Nur anzeigen wenn angebot vorhanden" expr="$fp_uziel2_angebot 1 ==" name="conditional-51">
-                <text description="Art der Unterstützung" function="suppress_value" maxlength="60" name="ua_uziel2_art" size="40" target="b"/>
+                <text description="Art der Unterstützung" function="suppress_value" maxlength="180" name="ua_uziel2_art" size="40" target="b"/>
                 <date description="Datum Beginn" name="ua_uziel2_datum_start" target="c"/>
                 <date description="Datum vorauss. Ende" name="ua_uziel2_datum_ende" target="c"/>
                 <group containers="a" description="Externe Einrichtung" name="group-96" target="d">
@@ -1493,7 +1493,7 @@
                 <bool description="Nein" name="bool-209" value="0"/>
               </choice>
               <conditional containers="Nur anzeigen wenn Angebot vorhanden" expr="$fp_uziel3_angebot 1 ==" name="conditional-52">
-                <text description="Art der Unterstützung" function="suppress_value" maxlength="60" name="ua_uziel3_art" size="40" target="b"/>
+                <text description="Art der Unterstützung" function="suppress_value" maxlength="180" name="ua_uziel3_art" size="40" target="b"/>
                 <date description="Datum Beginn" name="ua_uziel3_datum_start" target="c"/>
                 <date description="Datum vorauss. Ende" name="ua_uziel3_datum_ende" target="c"/>
                 <group containers="a" description="Externe Einrichtung" name="group-97">



More information about the Mpuls-commits mailing list