Author: afedosik
Date: 2008-01-23 11:20:30 -0500 (Wed, 23 Jan 2008)
New Revision: 5912
Modified:
trunk/jsf/docs/resources/styles/en/fopdf.xsl
trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml
trunk/jsf/docs/userguide/en/modules/jsf_support.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-162 Table parameters correction
Modified: trunk/jsf/docs/resources/styles/en/fopdf.xsl
===================================================================
--- trunk/jsf/docs/resources/styles/en/fopdf.xsl 2008-01-23 15:54:13 UTC (rev 5911)
+++ trunk/jsf/docs/resources/styles/en/fopdf.xsl 2008-01-23 16:20:30 UTC (rev 5912)
@@ -280,12 +280,27 @@
<xsl:attribute name="padding-top">4pt</xsl:attribute>
<xsl:attribute name="padding-bottom">4pt</xsl:attribute>
</xsl:attribute-set>
+
+ <xsl:param name="table.cell.border.color">black</xsl:param>
+ <xsl:param name="table.frame.border.color">black</xsl:param>
+
<!-- Only hairlines as frame and cell borders in tables -->
+
+
<xsl:param
name="table.frame.border.thickness">0.1pt</xsl:param>
<xsl:param
name="table.cell.border.thickness">0.1pt</xsl:param>
+
+ <xsl:attribute-set name="table.table.properties">
+ <xsl:attribute
name="keep-together.within-column">auto</xsl:attribute>
+ </xsl:attribute-set>
+ <xsl:attribute-set name="table.properties">
+ <xsl:attribute
name="keep-together.within-column">auto</xsl:attribute>
+ </xsl:attribute-set>
+
+
<!--###################################################
Labels
################################################### -->
Modified: trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml 2008-01-23 15:54:13 UTC (rev
5911)
+++ trunk/jsf/docs/userguide/en/modules/Visual_Web_Tools.xml 2008-01-23 16:20:30 UTC (rev
5912)
@@ -31,9 +31,16 @@
<section id="key_features">
<title>Key Features of Visual Web Tools</title>
<para>Here is the table of main features of Visual Web Tools:</para>
+
<table>
+
<title>Key Functionality for Visual Web Tools</title>
<tgroup cols="3">
+
+ <colspec colnum="1" colwidth="2*"/>
+ <colspec colnum="2" colwidth="4*"/>
+ <colspec colnum="3" colwidth="2*"/>
+
<thead>
<row>
<entry>Feature</entry>
Modified: trunk/jsf/docs/userguide/en/modules/jsf_support.xml
===================================================================
--- trunk/jsf/docs/userguide/en/modules/jsf_support.xml 2008-01-23 15:54:13 UTC (rev
5911)
+++ trunk/jsf/docs/userguide/en/modules/jsf_support.xml 2008-01-23 16:20:30 UTC (rev
5912)
@@ -117,7 +117,7 @@
<table>
<title>Facelets Templates</title>
<tgroup cols="2">
- <colspec colnum="1"
colwidth="1*"/>
+ <colspec colnum="1"
colwidth="2*"/>
<colspec colnum="2"
colwidth="3*"/>