[Mapbender-commits] r3885 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Apr 16 04:13:55 EDT 2009


Author: verenadiewald
Date: 2009-04-16 04:13:55 -0400 (Thu, 16 Apr 2009)
New Revision: 3885

Modified:
   trunk/mapbender/http/javascripts/mod_wfs_client.html
Log:
changed static encoding to utf8 + renamed list entry "All wfs configurations" to all assigned list configurations

Modified: trunk/mapbender/http/javascripts/mod_wfs_client.html
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfs_client.html	2009-04-16 08:12:55 UTC (rev 3884)
+++ trunk/mapbender/http/javascripts/mod_wfs_client.html	2009-04-16 08:13:55 UTC (rev 3885)
@@ -1,6 +1,6 @@
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html;CHARSET=iso-8859-1">
+<meta http-equiv="content-type" content="text/html;CHARSET=utf-8">
 
 <link rel="stylesheet" type="text/css" media="screen,projection" href="../css/admin.screen.css" title="screen" />
 
@@ -292,7 +292,7 @@
 	for(var i=0; i<o.id.length; i++){
 		appendOption(document.forms[0].wfsList, o.title[i], o.id[i], false);
 	}
-	appendOption(document.forms[0].wfsList, "all WFS Configurations", "-1", false);
+	appendOption(document.forms[0].wfsList, "all assigned WFS Configurations", "-1", false);
 }
 
 function appendWfsConfData(dsJson){



More information about the Mapbender_commits mailing list