[richfaces-svn-commits] JBoss Rich Faces SVN: r2772 - trunk/ui/scrollableDataTable/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Sep 5 10:41:29 EDT 2007


Author: ilya_shaikovsky
Date: 2007-09-05 10:41:29 -0400 (Wed, 05 Sep 2007)
New Revision: 2772

Modified:
   trunk/ui/scrollableDataTable/src/main/templates/org/richfaces/scrollable-data-table.jspx
Log:
2 rich classes added

Modified: trunk/ui/scrollableDataTable/src/main/templates/org/richfaces/scrollable-data-table.jspx
===================================================================
--- trunk/ui/scrollableDataTable/src/main/templates/org/richfaces/scrollable-data-table.jspx	2007-09-05 14:38:49 UTC (rev 2771)
+++ trunk/ui/scrollableDataTable/src/main/templates/org/richfaces/scrollable-data-table.jspx	2007-09-05 14:41:29 UTC (rev 2772)
@@ -82,7 +82,7 @@
 							</jsp:scriptlet>					
 							
 							<thead>
-								<tr class="dr-sdt-hr #{component.attributes['headerClass']}">
+								<tr class="dr-sdt-hr rich-std-header-row #{component.attributes['headerClass']}">
 									<jsp:scriptlet>
 				                   		<![CDATA[
 											renderHeaders(context, component, true);
@@ -103,7 +103,7 @@
 							</jsp:scriptlet>					
 							<col width="1"/>
 							<thead>
-								<tr class="dr-sdt-hr  #{component.attributes['headerClass']}">
+								<tr class="dr-sdt-hr rich-std-header-row #{component.attributes['headerClass']}">
 									<jsp:scriptlet>
 				                   		<![CDATA[
 											renderHeaders(context, component, false);
@@ -176,7 +176,7 @@
 							]]>
 						</jsp:scriptlet>					
 						<tfoot>
-							<tr class="dr-sdt-fr #{component.attributes['footerClass']}">	
+							<tr class="dr-sdt-fr rich-std-footer-row #{component.attributes['footerClass']}">	
 								<jsp:scriptlet>
 				        	        <![CDATA[
 										renderFooters(context, component,true);	
@@ -197,7 +197,7 @@
 						</jsp:scriptlet>					
 						<col width="1"/>												
 						<tfoot>
-							<tr class="dr-sdt-fr #{component.attributes['footerClass']}">
+							<tr class="dr-sdt-fr rich-std-footer-row #{component.attributes['footerClass']}">
 								<jsp:scriptlet>
 				        	        <![CDATA[
 										renderFooters(context, component,false);	




More information about the richfaces-svn-commits mailing list