Author: sergeyhalipov
Date: 2007-03-13 14:22:23 -0400 (Tue, 13 Mar 2007)
New Revision: 56
Modified:
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
Wrapper CSS class "rich-modalpanel" was added to the top <div> element.
Modified:
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
---
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2007-03-13
18:20:24 UTC (rev 55)
+++
trunk/richfaces/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx 2007-03-13
18:22:23 UTC (rev 56)
@@ -27,7 +27,8 @@
<div id="#{clientId}"
name="#{clientId}"
x:passThruWithExclusions="value,name,type,id"
- style="position: relative; display: none;"
+ style="position: relative; display: none;"
+ class="rich-modalpanel"
<f:call name="checkOptions" />