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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 28 07:01:41 PDT 2014


Author: armin11
Date: 2014-10-28 07:01:41 -0700 (Tue, 28 Oct 2014)
New Revision: 9116

Modified:
   trunk/mapbender/http/plugins/mb_downloadFeedClient.php
Log:
Show length of file if given in iso19139 metadata (transferSize)

Modified: trunk/mapbender/http/plugins/mb_downloadFeedClient.php
===================================================================
--- trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2014-10-28 14:00:54 UTC (rev 9115)
+++ trunk/mapbender/http/plugins/mb_downloadFeedClient.php	2014-10-28 14:01:41 UTC (rev 9116)
@@ -125,7 +125,7 @@
 	<div id="input_feed_url">
 	<p>    
 		<form id="service_feed_form">
-		<label for="download_feed_url"><?php echo _mb("ATOM Feed url");?></label>
+		<label for="download_feed_url"><?php echo _mb("ATOM Service Feed url");?>:</label>
 		<input name="download_feed_url" id="download_feed_url" class="required" <?php if (isset($url)) {echo " value=\"".htmlspecialchars($url)."\"";} else { echo " value=\"\"";}?>/><img src="../img/gnome/process-stop.png" width="20px" onclick="$('#download_feed_url').val('');"/><input type="button" title="Get Feed" id="download_feed_button" value="<?php echo _mb("Get feed content");?>"/>
 		</form>
 	</p>



More information about the Mapbender_commits mailing list