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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue May 11 10:44:37 EDT 2010


Author: dstenger
Date: 2010-05-11 10:44:36 -0400 (Tue, 11 May 2010)
New Revision: 6176

Modified:
   trunk/mapbender/http/plugins/mb_metadata_edit.php
Log:


Modified: trunk/mapbender/http/plugins/mb_metadata_edit.php
===================================================================
--- trunk/mapbender/http/plugins/mb_metadata_edit.php	2010-05-11 13:15:17 UTC (rev 6175)
+++ trunk/mapbender/http/plugins/mb_metadata_edit.php	2010-05-11 14:44:36 UTC (rev 6176)
@@ -1,6 +1,7 @@
 <?php
 	require_once dirname(__FILE__) . "/../../core/globalSettings.php";
 ?>
+
 <fieldset class="ui-widget">
 	<input name="wms_id" id="wms_id" type="hidden"/>
 
@@ -55,10 +56,10 @@
 		</select>
     	<img class="help-dialog" title="<?php echo _mb("Help");?>" help="{text:'<?php echo _mb("Help text");?>'}" src="../img/questionmark.png"></img>
 	</p>
+</fieldset>
+<fieldset>
+	<legend>WMS Provider Section (OWS):</legend>
 	<p>
-		<label>WMS Provider Section (OWS):</label>
-	</p>
-	<p>
 		<label for="contactperson">Contact Individual Name (OWS):</label>
     	<input name="contactperson" id="contactperson"/>
 	</p>



More information about the Mapbender_commits mailing list