[Mapbender-commits] r1080 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jan 29 05:16:09 EST 2007
Author: astrid_emde
Date: 2007-01-29 05:16:08 -0500 (Mon, 29 Jan 2007)
New Revision: 1080
Modified:
trunk/mapbender/http/php/mod_editWMS_Metadata.php
Log:
only some css-styling
Modified: trunk/mapbender/http/php/mod_editWMS_Metadata.php
===================================================================
--- trunk/mapbender/http/php/mod_editWMS_Metadata.php 2007-01-26 18:11:40 UTC (rev 1079)
+++ trunk/mapbender/http/php/mod_editWMS_Metadata.php 2007-01-29 10:16:08 UTC (rev 1080)
@@ -261,10 +261,10 @@
<table>
-<td WIDTH="300">
+<td WIDTH="380">
<B><FONT FACE="Arial">WMS Metadaten<FONT/><B/>
<td/>
-<td WIDTH="200">
+<td WIDTH="160">
<input type='button' style='width:100px;height:40px;' value='save' onclick='save()'>
<td/>
@@ -283,8 +283,8 @@
#wms-selection
?>
- <br/>
- <select size='4' name='wmsList' style='width:200px' onchange='submit()'>
+ <br/>
+ <select size='6' name='wmsList' style='width:300px' onchange='submit()'>
<?php
@@ -328,7 +328,7 @@
?>
<br/>
<br/>
- <table cellpadding='3' cellspacing='3' border='0' class='table_top'>
+ <table cellpadding='3' cellspacing='3' border='0' class='table_top' style="font-family: Arial, Helvetica, sans-serif;">
<tr>
<td>WMS-Titel:<td><td/>
<input type='text' name='wms_title_box' value='<?php echo $selected_row["wms_title"];?>' /><td/>
@@ -395,7 +395,7 @@
<td>Date:<td><td/>
<input type='text' name='wms_timestamp_box' value='<?php echo $datum?>' onClick='pick_the_date(document.form1.wms_timestamp_box)'/><td/>
<tr/>
- <table border='1' cellpadding='1'>
+ <table border='1' cellpadding='1' style="font-family: Arial, Helvetica, sans-serif;">
<tr><td>Nr.</td><td>Title</td><td>Abstract</td><td>Keywords</td><td></td></tr>
More information about the Mapbender_commits
mailing list