Author: d.bulahov
Date: 2007-03-07 05:27:57 -0500 (Wed, 07 Mar 2007)
New Revision: 28
Modified:
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
Log:
RFA-299 fixed
Modified:
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
---
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-03-07
09:55:45 UTC (rev 27)
+++
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-03-07
10:27:57 UTC (rev 28)
@@ -23,8 +23,9 @@
<div id="#{clientId}"
name="#{clientId}"
x:passThruWithExclusions="value,name,type,id"
- >
- <table id="#{clientId}_table" border="0"
cellpadding="0" cellspacing="1" class="dr-dscr-t
rich-dtascroller-table #{component.attributes['tableStyleClass']}">
+ class="dr-dscr rich-datascr #{component.attributes['styleClass']}"
+ style="#{component.attributes['style']};">
+ <table id="#{clientId}_table" align="center"
border="0" cellpadding="0" cellspacing="1"
class="dr-dscr-t rich-dtascroller-table
#{component.attributes['tableStyleClass']}">
<tbody>
<tr>
<jsp:scriptlet><![CDATA[
Show replies by date