[Mapbender-commits] r7959 - in branches/2.7/http: javascripts php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 18 17:59:44 EDT 2011


Author: marc
Date: 2011-07-18 14:59:44 -0700 (Mon, 18 Jul 2011)
New Revision: 7959

Modified:
   branches/2.7/http/javascripts/mod_addWMSfromTree.js
   branches/2.7/http/javascripts/mod_searchCSW_ajax_button.php
   branches/2.7/http/php/mod_gazetteerMetadata.php
Log:
#765

Modified: branches/2.7/http/javascripts/mod_addWMSfromTree.js
===================================================================
--- branches/2.7/http/javascripts/mod_addWMSfromTree.js	2011-07-18 21:42:21 UTC (rev 7958)
+++ branches/2.7/http/javascripts/mod_addWMSfromTree.js	2011-07-18 21:59:44 UTC (rev 7959)
@@ -187,7 +187,7 @@
 							height :600,
 							left : 250, 
 							top : 100
-						});
+						}).parent().css({position:"absolute"});
 					}
 				}
 			},

Modified: branches/2.7/http/javascripts/mod_searchCSW_ajax_button.php
===================================================================
--- branches/2.7/http/javascripts/mod_searchCSW_ajax_button.php	2011-07-18 21:42:21 UTC (rev 7958)
+++ branches/2.7/http/javascripts/mod_searchCSW_ajax_button.php	2011-07-18 21:59:44 UTC (rev 7959)
@@ -53,7 +53,7 @@
 		width: 720,
 		height: 600,
 		pos: [300,100]
-	});
+	}).parent().css({position:"absolute"});
 };
 
 eventLocalize.register(function () {
@@ -83,4 +83,4 @@
 
 function mod_searchCSW_out(){
 	document.getElementById(searchCSWId).src = mod_searchCSW_img.src;
-}
\ No newline at end of file
+}

Modified: branches/2.7/http/php/mod_gazetteerMetadata.php
===================================================================
--- branches/2.7/http/php/mod_gazetteerMetadata.php	2011-07-18 21:42:21 UTC (rev 7958)
+++ branches/2.7/http/php/mod_gazetteerMetadata.php	2011-07-18 21:59:44 UTC (rev 7959)
@@ -234,7 +234,7 @@
 		width: 550,
 		height: 450,
 		pos: [300,100]
-	});
+	}).parent().css({position:"absolute"});
 }
 
 function openMetadataPopup (layerId) {
@@ -250,7 +250,7 @@
 		width: 450,
 		height: 600,
 		pos: [400,100]
-	});
+	}).parent().css({position:"absolute"});
 }
 
 function validate(){



More information about the Mapbender_commits mailing list