Mercurial > dive4elements > gnv-client
changeset 1093:479831c0463b
Replaced the title for the coordinate input field that is written into the 'describe'-document (so it is displayed in the gui).
gnv-artifacts/trunk@1208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 14 Jun 2010 09:33:47 +0000 |
parents | a45908c89997 |
children | e71e982772a9 |
files | gnv-artifacts/ChangeLog gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml |
diffstat | 2 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Mon Jun 14 06:07:13 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Jun 14 09:33:47 2010 +0000 @@ -1,3 +1,11 @@ +2010-06-14 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml: Renamed + parameter 'coordinate' to 'mesh_coordinate', because the strings shown in + the gui depend on the parameter names. 'mesh_coordinate' matches + "Geographische Position (z.B. 56n30 6e20)" in the german resource bundle. + "Koordinate" has been displayed before this change has taken place. + 2010-06-12 Ingo Weinzierl <ingo_weinzierl@web.de> * doc/conf/products/horizontalprofile/conf_mesh_parallel.xml: Configuration
--- a/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml Mon Jun 14 06:07:13 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh_parallel.xml Mon Jun 14 09:33:47 2010 +0000 @@ -99,13 +99,13 @@ </transition> <state id="verticalcrosssection_mesh_parallel_coordinate" description="verticalcrosssection_mesh_parallel_coordinate" state="de.intevation.gnv.state.SingleInputState"> - <dataname>coordinate</dataname> + <dataname>mesh_coordinate</dataname> <data-multiselect>false</data-multiselect> <inputvalues> <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="1"/> <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/> <inputvalue name="meshid" type="Integer" multiselect="false"/> - <inputvalue name="coordinate" type="Coordinate" multiselect="false" usedinquery="0"/> + <inputvalue name="mesh_coordinate" type="Coordinate" multiselect="false" usedinquery="0"/> </inputvalues> </state> @@ -121,7 +121,7 @@ <inputvalues> <inputvalue name="sourceid" type="Integer" multiselect="false" usedinquery="0"/> <inputvalue name="meshid" type="Integer" multiselect="false"/> - <inputvalue name="coordinate" type="Coordinate" multiselect="false"/> + <inputvalue name="mesh_coordinate" type="Coordinate" multiselect="false"/> <inputvalue name="fisname" type="String" multiselect="false" usedinquery="0"/> <inputvalue name="mesh_point" type="Integer" multiselect="false" usedinquery="0"/> </inputvalues>