[Mapbender-commits] r10259 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Sep 17 07:02:32 PDT 2019
Author: armin11
Date: 2019-09-17 07:02:32 -0700 (Tue, 17 Sep 2019)
New Revision: 10259
Modified:
trunk/mapbender/http/javascripts/mod_wfsGazetteerEditor_client_flst.php
Log:
more fixes for new client - thanx to karlo
Modified: trunk/mapbender/http/javascripts/mod_wfsGazetteerEditor_client_flst.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_wfsGazetteerEditor_client_flst.php 2019-09-17 13:38:44 UTC (rev 10258)
+++ trunk/mapbender/http/javascripts/mod_wfsGazetteerEditor_client_flst.php 2019-09-17 14:02:32 UTC (rev 10259)
@@ -596,7 +596,7 @@
helptext.innerHTML += '<a href="#" class="close" onclick="hideHelptext(' + i + ')">close</a>';
helptextDisplay.appendChild(helptext);
- helptextNode.innerHTML = ' <a href="#" onclick="showHelptext(' + i + ')"><img src="../img/help.png" width="16" height="16" alt="?" /></a> ';
+ helptextNode.innerHTML = ' <a class="wfsConfHelpButton" href="#" onclick="showHelptext(' + i + ')"><img src="../img/geoportal2019/help.svg" width="16" height="16" alt="?" /></a> ';
}
form.appendChild(spanNode);
More information about the Mapbender_commits
mailing list