[Mapbender-commits] r5471 - trunk/mapbender/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Feb 1 04:01:14 EST 2010


Author: astrid_emde
Date: 2010-02-01 04:01:12 -0500 (Mon, 01 Feb 2010)
New Revision: 5471

Modified:
   trunk/mapbender/http/html/mod_treefolderPlain.php
Log:
show Style title in dialog not name

Modified: trunk/mapbender/http/html/mod_treefolderPlain.php
===================================================================
--- trunk/mapbender/http/html/mod_treefolderPlain.php	2010-02-01 08:59:09 UTC (rev 5470)
+++ trunk/mapbender/http/html/mod_treefolderPlain.php	2010-02-01 09:01:12 UTC (rev 5471)
@@ -463,7 +463,7 @@
 		if(my.layer_style[i].name == my.gui_layer_style) {
 			dialogHtml += " selected";
 		}
-		dialogHtml += ">" + my.layer_style[i].name + "</option>";
+		dialogHtml += ">" + my.layer_style[i].title + "</option>";
 	}
 	dialogHtml += "</select>";
 	



More information about the Mapbender_commits mailing list