[Mapbender-commits] r3884 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Apr 16 04:12:55 EDT 2009
Author: verenadiewald
Date: 2009-04-16 04:12:55 -0400 (Thu, 16 Apr 2009)
New Revision: 3884
Modified:
branches/2.6/http/javascripts/mod_wfs_client.html
Log:
changed static encoding to utf8 + renamed list entry "All wfs configurations" to all assigned list configurations
Modified: branches/2.6/http/javascripts/mod_wfs_client.html
===================================================================
--- branches/2.6/http/javascripts/mod_wfs_client.html 2009-04-16 08:08:54 UTC (rev 3883)
+++ branches/2.6/http/javascripts/mod_wfs_client.html 2009-04-16 08:12:55 UTC (rev 3884)
@@ -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