Author: maksimkaszynski
Date: 2008-03-17 13:37:16 -0400 (Mon, 17 Mar 2008)
New Revision: 6879
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
Log:
http://jira.jboss.com/jira/browse/RF-2173
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
===================================================================
---
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2008-03-17
17:18:06 UTC (rev 6878)
+++
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2008-03-17
17:37:16 UTC (rev 6879)
@@ -3,14 +3,17 @@
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
- <table border="0" cellpadding="0" cellspacing="0"
class="dr-sb-int-decor-table rich-sb-int-decor-table" width="100%"
>
+ <table border="0" cellpadding="0" cellspacing="0"
width="100%" >
<f:attribute name="id">
<f:call name="getContentId"/>
</f:attribute>
<f:call name="utils.encodePassThruWithExclusions">
<f:parameter
value="styleClass,class,onclick,onselect,width,height,rows,frame,bgcolor,border,rules,cellpadding"/>
</f:call>
- <f:attribute name="class" property="styleClass"/>
+ <f:attribute name="class">
+ <f:verbatim value="dr-sb-int-decor-table rich-sb-int-decor-table
"/>
+ <f:verbatim property="styleClass"/>
+ </f:attribute>
<colgroup>
<f:attribute name="span" context="columnsCount"
mantadory="false"/>
</colgroup>