[mapguide-commits] r8996 - trunk/MgDev/Web/src/mapadmin

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 26 09:24:07 PDT 2016


Author: jng
Date: 2016-07-26 09:24:07 -0700 (Tue, 26 Jul 2016)
New Revision: 8996

Modified:
   trunk/MgDev/Web/src/mapadmin/performanceReport.php
Log:
#2729: Apply z-index to OK/Cancel buttons in performance report map viewer

Modified: trunk/MgDev/Web/src/mapadmin/performanceReport.php
===================================================================
--- trunk/MgDev/Web/src/mapadmin/performanceReport.php	2016-07-26 15:56:42 UTC (rev 8995)
+++ trunk/MgDev/Web/src/mapadmin/performanceReport.php	2016-07-26 16:24:07 UTC (rev 8996)
@@ -1148,10 +1148,10 @@
             var buttonPanelInnerHtml="<table>";
             buttonPanelInnerHtml+="<tr>";
             buttonPanelInnerHtml+="<td>";
-            buttonPanelInnerHtml+='<button type="button" id="mapViewerAutoFocusBtn" style="width: 57px; height: 22px; border-style:none;border: 1px solid #000000;" onclick="window.parent.parent.MapViewerBtnOKClicked()" tabindex="1">OK</button>';
+            buttonPanelInnerHtml+='<button type="button" id="mapViewerAutoFocusBtn" style="z-index: 50; width: 57px; height: 22px; border-style:none;border: 1px solid #000000;" onclick="window.parent.parent.MapViewerBtnOKClicked()" tabindex="1">OK</button>';
             buttonPanelInnerHtml+="</td>";
             buttonPanelInnerHtml+="<td>";
-            buttonPanelInnerHtml+='<button type="button" style="width: 57px; height: 22px; border-style:none;border: 1px solid #000000;margin-left:10px;" onclick="window.parent.parent.MapViewerBtnCloseClicked()"  tabindex="2">Cancel</button>';
+            buttonPanelInnerHtml+='<button type="button" style="z-index: 50; width: 57px; height: 22px; border-style:none;border: 1px solid #000000;margin-left:10px;" onclick="window.parent.parent.MapViewerBtnCloseClicked()"  tabindex="2">Cancel</button>';
             buttonPanelInnerHtml+="</td>";
             buttonPanelInnerHtml+="</tr>";
             buttonPanelInnerHtml+="</table>";



More information about the mapguide-commits mailing list