[richfaces-svn-commits] JBoss Rich Faces SVN: r546 - trunk/richfaces/panel/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Apr 24 20:00:03 EDT 2007


Author: ishabalov
Date: 2007-04-24 20:00:02 -0400 (Tue, 24 Apr 2007)
New Revision: 546

Modified:
   trunk/richfaces/panel/src/main/templates/panel.jspx
Log:
revert changes for RF-96

Modified: trunk/richfaces/panel/src/main/templates/panel.jspx
===================================================================
--- trunk/richfaces/panel/src/main/templates/panel.jspx	2007-04-24 22:53:47 UTC (rev 545)
+++ trunk/richfaces/panel/src/main/templates/panel.jspx	2007-04-25 00:00:02 UTC (rev 546)
@@ -10,33 +10,21 @@
 	class="org.richfaces.renderkit.html.PanelRenderer">
 
 	<f:clientid var="clientId"/>
-    <h:styles>css/panel.xcss</h:styles>
-        <div  id="#{clientId}" x:passThruWithExclusions="id,value,styleClass,class"
-        class="dr-pnl rich-panel #{component.attributes['styleClass']}">
-	<jsp:scriptlet>
-		<![CDATA[if(component.getFacet("header")!=null && component.getFacet("header").isRendered()) {]]>
-	</jsp:scriptlet>
-	   <div id="#{clientId}_header" class="dr-pnl-h rich-panel-header #{component.attributes['headerClass']}">
-           <u:insertFacet name="header" />
-           </div>
-	<jsp:scriptlet>
-		<![CDATA[}]]>
-	</jsp:scriptlet>
-
-       
-        <div id="#{clientId}_body"
-             style="overflow: auto; width: 100%;">
-           <table cellpadding="0" style="width: 100%" >
-             <tr>
-             <td class="dr-pnl-b rich-panel-body #{component.attributes['bodyClass']}">
-            <vcp:body>
-		        <f:call name="renderChildren" />
-            </vcp:body>
-             </td>
-             </tr>
-           </table>
-        </div>
-       
+        <h:styles>css/panel.xcss</h:styles>
+        <div id="#{clientId}" x:passThruWithExclusions="id,value,styleClass,class" class="dr-pnl rich-panel #{component.attributes['styleClass']}">
+		<jsp:scriptlet>
+			<![CDATA[if(component.getFacet("header")!=null && component.getFacet("header").isRendered()) {]]>
+		</jsp:scriptlet>
+		   <div id="#{clientId}_header" class="dr-pnl-h rich-panel-header #{component.attributes['headerClass']}">
+	              <u:insertFacet name="header" />
+        	   </div>
+		<jsp:scriptlet>
+			<![CDATA[}]]>
+		</jsp:scriptlet>
+		<div id="#{clientId}_body" class="dr-pnl-b rich-panel-body #{component.attributes['bodyClass']}">
+			<vcp:body>
+				<f:call name="renderChildren" />
+			</vcp:body>
+	        </div>
 	</div> 
-
-</f:root>
\ No newline at end of file
+</f:root>




More information about the richfaces-svn-commits mailing list