[Mapbender-commits] r7985 - branches/2.7/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jul 20 12:28:09 EDT 2011


Author: marc
Date: 2011-07-20 09:28:09 -0700 (Wed, 20 Jul 2011)
New Revision: 7985

Modified:
   branches/2.7/http/php/mod_wfs_conf_client.php
   branches/2.7/http/php/mod_wfs_conf_interface.js
Log:
#840

Modified: branches/2.7/http/php/mod_wfs_conf_client.php
===================================================================
--- branches/2.7/http/php/mod_wfs_conf_client.php	2011-07-20 14:21:12 UTC (rev 7984)
+++ branches/2.7/http/php/mod_wfs_conf_client.php	2011-07-20 16:28:09 UTC (rev 7985)
@@ -37,8 +37,7 @@
 div.helptext {
 	display: none;
 	position: absolute;
-	margin-top: -200px;
-	margin-left: -275px;
+	float:right;
 	padding: 0 5px;
 	color: #000;
 	background-color: #CCC;
@@ -60,6 +59,7 @@
 }
 
 div.helptext input {
+	float:left;
 	display: block;
 	margin: 5px auto;
 }
@@ -105,4 +105,4 @@
 </head>
 <body>
 	<div id='wfs_conf_tabs'></div>
-</body>
\ No newline at end of file
+</body>

Modified: branches/2.7/http/php/mod_wfs_conf_interface.js
===================================================================
--- branches/2.7/http/php/mod_wfs_conf_interface.js	2011-07-20 14:21:12 UTC (rev 7984)
+++ branches/2.7/http/php/mod_wfs_conf_interface.js	2011-07-20 16:28:09 UTC (rev 7985)
@@ -544,12 +544,12 @@
 				html += ">";
 				break;
 			case "textarea":
-				html += "<input type='button' value='Set' />";
 				html += "<div name='helptext' class='helptext'>";
 				html += "<strong>Helptext<em></em>:</strong>";
 				html += "<textarea cols='15' rows='1'></textarea><br />";
 				html += "<input type='button' value='OK' />";
 				html += "</div>";
+				html += "<input type='button' value='Set' />";
 				break;
 			case "htmlTemplate":
 				html += "<input type='button' value='Set' />";



More information about the Mapbender_commits mailing list