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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue May 11 06:26:02 EDT 2010


Author: dstenger
Date: 2010-05-11 06:26:00 -0400 (Tue, 11 May 2010)
New Revision: 6167

Modified:
   trunk/mapbender/http/plugins/mb_metadata_edit.php
Log:
help text added

Modified: trunk/mapbender/http/plugins/mb_metadata_edit.php
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_edit.php	2010-05-11 10:20:47 UTC (rev 6166)
+++ trunk/mapbender/http/plugins/mb_metadata_edit.php	2010-05-11 10:26:00 UTC (rev 6167)
@@ -4,7 +4,7 @@
 <fieldset class="ui-widget">
 	<input name="wms_id" id="wms_id" type="hidden"/>
 
-	<legend>Service Level Metadata: <img class="help-dialog" help="{text:'Noch ein Text.'}" src="../img/questionmark.png"></img></legend>
+	<legend>Service Level Metadata: <img class="help-dialog" title="<?php echo _mb("Help");?>" help="{text:'<?php echo _mb("Help text");?>'}" src="../img/questionmark.png"></img></legend>
 	<p>
 		<label for="wms_title"><?php echo _mb("Show original Service Metadata from last update");?></label>
 		<img class="original-metadata-wms" src="../img/book.png"></img>
@@ -53,7 +53,7 @@
 	}
 ?>
 		</select>
-    	<img class="metadata_img" src="../img/questionmark.png"></img>
+    	<img class="help-dialog" title="<?php echo _mb("Help");?>" help="{text:'<?php echo _mb("Help text");?>'}" src="../img/questionmark.png"></img>
 	</p>
 	<p>
 		<label>WMS Provider Section (OWS):</label>



More information about the Mapbender_commits mailing list