[Mapbender-commits] r7950 - branches/2.7/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 18 12:11:52 EDT 2011


Author: marc
Date: 2011-07-18 09:11:52 -0700 (Mon, 18 Jul 2011)
New Revision: 7950

Modified:
   branches/2.7/http/javascripts/mod_featureInfo.php
   branches/2.7/http/javascripts/mod_featureInfoTunnel.php
Log:
#765

Modified: branches/2.7/http/javascripts/mod_featureInfo.php
===================================================================
--- branches/2.7/http/javascripts/mod_featureInfo.php	2011-07-18 09:20:49 UTC (rev 7949)
+++ branches/2.7/http/javascripts/mod_featureInfo.php	2011-07-18 16:11:52 UTC (rev 7950)
@@ -108,6 +108,7 @@
 						bgiframe: true,
 						autoOpen: true,
 						modal: false,
+						title: '<?php echo _mb("Information");?>',
 						width:parseInt(featureInfoPopupWidth, 10),
 						height:parseInt(featureInfoPopupHeight, 10),
 						position:dialogPosition,
@@ -116,7 +117,8 @@
 								$(this).dialog('close').remove();
 							}
 						}
-					});
+					}).parent().css({position:"fixed"});
+
 				}
 				else
 					window.open(urls[i], "" , "width="+featureInfoPopupWidth+",height="+featureInfoPopupHeight+",scrollbars=yes,resizable=yes");

Modified: branches/2.7/http/javascripts/mod_featureInfoTunnel.php
===================================================================
--- branches/2.7/http/javascripts/mod_featureInfoTunnel.php	2011-07-18 09:20:49 UTC (rev 7949)
+++ branches/2.7/http/javascripts/mod_featureInfoTunnel.php	2011-07-18 16:11:52 UTC (rev 7950)
@@ -151,7 +151,8 @@
 									close: function() {
 										$(this).remove();
 									}
-								});
+								}).parent().css({position:"fixed"});
+
 								
 								$(".noResultFound").dialog("close");
 							}



More information about the Mapbender_commits mailing list