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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jan 12 15:09:02 PST 2016


Author: armin11
Date: 2016-01-12 15:09:02 -0800 (Tue, 12 Jan 2016)
New Revision: 9356

Modified:
   trunk/mapbender/http/plugins/mb_downloadFeedClient.php
Log:
Option to show the number of single tiles

Modified: trunk/mapbender/http/plugins/mb_downloadFeedClient.php
===================================================================
--- trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2016-01-12 22:38:12 UTC (rev 9355)
+++ trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2016-01-12 23:09:02 UTC (rev 9356)
@@ -218,7 +218,7 @@
     </div>
     <br>
     <div id="representation_info">
-      <p><?php echo _mb("Select to download dataset");?>:</p>
+      <p><?php echo _mb("Select to download dataset");?><span id="number_of_tiles"></span></p>
       <div id="mapframe_file_list"></div>
       <br>
       <!--<label for="section_list"><?php echo _mb("List of files");?>:</label>-->



More information about the Mapbender_commits mailing list