[Mapbender-commits] r4032 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 17 09:26:26 EDT 2009


Author: verenadiewald
Date: 2009-06-17 09:26:25 -0400 (Wed, 17 Jun 2009)
New Revision: 4032

Modified:
   trunk/mapbender/http/php/mod_wfs_conf_featuretype_elements.html
Log:
correct order for fields showDetail and detailPos

Modified: trunk/mapbender/http/php/mod_wfs_conf_featuretype_elements.html
===================================================================
--- trunk/mapbender/http/php/mod_wfs_conf_featuretype_elements.html	2009-06-17 12:25:10 UTC (rev 4031)
+++ trunk/mapbender/http/php/mod_wfs_conf_featuretype_elements.html	2009-06-17 13:26:25 UTC (rev 4032)
@@ -52,9 +52,9 @@
 			<th class='wfs_conf_label'>label</th>
 			<th class='wfs_conf_labelId'>label_id</th>
 			<th class='wfs_conf_show'>show</th>
+			<th class='wfs_conf_respos'>position</th>
 			<th class='wfs_conf_showDetail'>show_detail</th>
-			<th class='wfs_conf_detailPos'>show_detail</th>
-			<th class='wfs_conf_respos'>position</th>
+			<th class='wfs_conf_detailPos'>detail_position</th>
 			<th class='wfs_conf_mandatory'>mandatory</th>
 			<th class='wfs_conf_edit'>edit</th>
 			<th class='wfs_conf_formElementHtml'>html</th>



More information about the Mapbender_commits mailing list