[rhmessaging-commits] rhmessaging commits: r3673 - mgmt/trunk/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Oct 16 16:32:03 EDT 2009


Author: eallen
Date: 2009-10-16 16:32:03 -0400 (Fri, 16 Oct 2009)
New Revision: 3673

Modified:
   mgmt/trunk/cumin/python/cumin/widgets.strings
Log:
Comment out background page when form is visible to prevent flash control from showing

Modified: mgmt/trunk/cumin/python/cumin/widgets.strings
===================================================================
--- mgmt/trunk/cumin/python/cumin/widgets.strings	2009-10-16 20:30:42 UTC (rev 3672)
+++ mgmt/trunk/cumin/python/cumin/widgets.strings	2009-10-16 20:32:03 UTC (rev 3673)
@@ -686,7 +686,7 @@
     z-index: -2;
 }
 
-div.BackgroundGlass {
+div#BackgroundGlass {
     width: 100%;
     height: 100%;
     position: absolute;
@@ -696,8 +696,8 @@
 }
 
 [BackgroundInclude.html]
-<div class="BackgroundGlass"><!-- prevents clicks since disabled doesn't work on objects --></div>
-<object class="BackgroundInclude" data="{data}" type="{type}" />
+<div id="BackgroundGlass"><!-- prevents clicks since disabled doesn't work on objects --></div>
+<!-- <object class="BackgroundInclude" data="{data}" type="{type}" /> -->
 
 [FormHelp.javascript]
 function help_window(href) {



More information about the rhmessaging-commits mailing list