[richfaces-svn-commits] JBoss Rich Faces SVN: r14272 - branches/community/3.3.X/ui/tabPanel/src/main/templates.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu May 21 14:33:06 EDT 2009
Author: nbelaevski
Date: 2009-05-21 14:33:06 -0400 (Thu, 21 May 2009)
New Revision: 14272
Modified:
branches/community/3.3.X/ui/tabPanel/src/main/templates/tab.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4568
Modified: branches/community/3.3.X/ui/tabPanel/src/main/templates/tab.jspx
===================================================================
--- branches/community/3.3.X/ui/tabPanel/src/main/templates/tab.jspx 2009-05-21 18:10:32 UTC (rev 14271)
+++ branches/community/3.3.X/ui/tabPanel/src/main/templates/tab.jspx 2009-05-21 18:33:06 UTC (rev 14272)
@@ -19,7 +19,7 @@
<table border="0" cellpadding="10" cellspacing="0" width="100%" class="dr-tbpnl-cntnt-pstn rich-tabpanel-content-position" style="">
<tr>
<td class="dr-tbpnl-cntnt rich-tabpanel-content #{component.pane.attributes['contentClass']} #{component.attributes['styleClass']}"
- style="#{component.attributes['contentStyle']}; #{component.attributes['style']}"
+ style="#{component.pane.attributes['contentStyle']}; #{component.attributes['style']}"
x:passThruWithExclusions="class,style,styleClass,id"
>
<vcp:body />
More information about the richfaces-svn-commits
mailing list