[Mapbender-commits] r5595 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Feb 23 02:36:55 EST 2010
Author: kmq
Date: 2010-02-23 02:36:52 -0500 (Tue, 23 Feb 2010)
New Revision: 5595
Modified:
trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
Log:
Set the title of the ResultList
Modified: trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php 2010-02-22 15:27:56 UTC (rev 5594)
+++ trunk/mapbender/http/javascripts/mod_wfs_gazetteer_client.php 2010-02-23 07:36:52 UTC (rev 5595)
@@ -182,7 +182,7 @@
// make overlaytree containing only entries to be translated
var inObj = $.extend(true,{},global_wfsConfObj);
- var labels = filteredCopy(inObj,/label$/);
+ var labels = filteredCopy(inObj,/button_id$|label$/);
var req = new parent.Mapbender.Ajax.Request({
url: "../php/mod_wfs_gazetteer_l10n.php",
@@ -1196,6 +1196,7 @@
var resultList = parent.Mapbender.modules.resultList;
resultList.clear();
+ resultList.setTitle(global_wfsConfObj[global_selectedWfsConfId].wfs_conf_abstract);
resultList.setWFSconf(global_wfsConfObj[global_selectedWfsConfId]);
resultList.addFeatureCollection(geoObj);
resultList.show();
More information about the Mapbender_commits
mailing list