[richfaces-svn-commits] JBoss Rich Faces SVN: r5008 - trunk/docs/xslt/en/src/main/xslt.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 26 10:25:59 EST 2007


Author: artdaw
Date: 2007-12-26 10:25:59 -0500 (Wed, 26 Dec 2007)
New Revision: 5008

Modified:
   trunk/docs/xslt/en/src/main/xslt/html.xsl
   trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl
Log:
http://jira.jboss.com/jira/browse/RF-1770 - add <xsl:param name="ignore.image.scaling" select="1"/> for restriction image scaling in HTML versions

Modified: trunk/docs/xslt/en/src/main/xslt/html.xsl
===================================================================
--- trunk/docs/xslt/en/src/main/xslt/html.xsl	2007-12-26 15:24:19 UTC (rev 5007)
+++ trunk/docs/xslt/en/src/main/xslt/html.xsl	2007-12-26 15:25:59 UTC (rev 5008)
@@ -84,5 +84,8 @@
     </xsl:param>    
     <xsl:template match="section[@role = 'NotInToc']//*"  mode="toc" />
     <xsl:template match="chapter[@role = 'NotInToc']//section//*"  mode="toc" />
-	    
+    
+    <!-- Ignore image scaling in html version -->
+    <xsl:param name="ignore.image.scaling" select="1"/>	    
+    
 </xsl:stylesheet>

Modified: trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl
===================================================================
--- trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl	2007-12-26 15:24:19 UTC (rev 5007)
+++ trunk/docs/xslt/en/src/main/xslt/html_chunk.xsl	2007-12-26 15:25:59 UTC (rev 5008)
@@ -90,7 +90,10 @@
     <xsl:template match="section[@role = 'NotInToc']//*"  mode="toc" />
     <xsl:template match="chapter[@role = 'NotInToc']//section//*"  mode="toc" />
     <xsl:template match="book" mode="object.title.markup"/>
-
+  
+  <!-- Ignore image scaling in html version -->
+  <xsl:param name="ignore.image.scaling" select="1"/>	   
+  
 <!--###################################################
                           Forse chunks
     ################################################### -->   




More information about the richfaces-svn-commits mailing list