[Mapbender-commits] r7951 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Mon Jul 18 12:21:13 EDT 2011
Author: marc
Date: 2011-07-18 09:21:12 -0700 (Mon, 18 Jul 2011)
New Revision: 7951
Modified:
trunk/mapbender/http/javascripts/mod_featureInfo.php
trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php
Log:
#765
Modified: trunk/mapbender/http/javascripts/mod_featureInfo.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_featureInfo.php 2011-07-18 16:11:52 UTC (rev 7950)
+++ trunk/mapbender/http/javascripts/mod_featureInfo.php 2011-07-18 16:21:12 UTC (rev 7951)
@@ -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,7 @@
$(this).dialog('close').remove();
}
}
- });
+ }).parent().css({position:"fixed"});
}
else
window.open(urls[i], "" , "width="+featureInfoPopupWidth+",height="+featureInfoPopupHeight+",scrollbars=yes,resizable=yes");
Modified: trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php 2011-07-18 16:11:52 UTC (rev 7950)
+++ trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php 2011-07-18 16:21:12 UTC (rev 7951)
@@ -151,7 +151,7 @@
close: function() {
$(this).remove();
}
- });
+ }).parent().css({position:"fixed"});
$(".noResultFound").dialog("close");
}
More information about the Mapbender_commits
mailing list