[Mapbender-commits] r9195 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon May 4 23:44:56 PDT 2015


Author: armin11
Date: 2015-05-04 23:44:56 -0700 (Mon, 04 May 2015)
New Revision: 9195

Modified:
   trunk/mapbender/http/plugins/kmlTree.php
Log:
Change text

Modified: trunk/mapbender/http/plugins/kmlTree.php
===================================================================
--- trunk/mapbender/http/plugins/kmlTree.php	2015-05-05 06:44:32 UTC (rev 9194)
+++ trunk/mapbender/http/plugins/kmlTree.php	2015-05-05 06:44:56 UTC (rev 9195)
@@ -355,7 +355,7 @@
                                                         }
                                                     });
 
-                                                    var publishDlgContent = "<div style='font-size:16px;text-align:justify'><?php echo _mb("If you want to publish a datacollection, you first have to choose a license under which you want to distribute your data. Actually only OpenData compatible licences are supported in this application. Please read the licenses carefully before you activate this option. All of your data will be available for each person in the web in different formats and may be redistributed freely without any copyright. Publish datacollection");?></div>" +
+                                                    var publishDlgContent = "<div style='font-size:16px;text-align:justify'><?php echo _mb("If you want to publish a datacollection, you first have to choose a license under which you want to distribute your data. Actually only OpenData compatible licences are supported in this application. Please read the licenses carefully before you activate this option. All of your data will be available for each person in the web in different formats and may be redistributed freely without any copyright.");?></div>" +
                                                         "<table style='margin-top:7px' ><tr><th id = 'publishDenied'><img src='../img/button_digitize/geomRemove.png'></img>  <?php echo _mb("No, I don't want to publish");?></th>" +
                                                         "<th style='width:16%;visibility:hidden'>empty</th>" +
                                                         "<th id = 'publishConfirmed'><img src='../img/osgeo_graphics/check.png'></img>  <?php echo _mb("Yes, I know what I am doing");?> </th></tr></table>";



More information about the Mapbender_commits mailing list