You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/04/28 21:10:08 UTC

svn commit: rev 10369 - in xml/forrest/trunk: . src/core/context/skins/common/xslt/fo

Author: cheche
Date: Wed Apr 28 12:10:07 2004
New Revision: 10369

Modified:
   xml/forrest/trunk/src/core/context/skins/common/xslt/fo/document2fo.xsl
   xml/forrest/trunk/status.xml
Log:
[#FOR-136] warning labeled "Note" in PDF


Modified: xml/forrest/trunk/src/core/context/skins/common/xslt/fo/document2fo.xsl
==============================================================================
--- xml/forrest/trunk/src/core/context/skins/common/xslt/fo/document2fo.xsl	(original)
+++ xml/forrest/trunk/src/core/context/skins/common/xslt/fo/document2fo.xsl	Wed Apr 28 12:10:07 2004
@@ -587,7 +587,7 @@
       color="#ffffff">
       <xsl:choose>
         <xsl:when test="@label"><xsl:value-of select="@label"/></xsl:when>
-        <xsl:otherwise>Note: </xsl:otherwise>
+        <xsl:otherwise>Warning: </xsl:otherwise>
       </xsl:choose><xsl:value-of select="title"/>       
     </fo:block>
     <fo:block

Modified: xml/forrest/trunk/status.xml
==============================================================================
--- xml/forrest/trunk/status.xml	(original)
+++ xml/forrest/trunk/status.xml	Wed Apr 28 12:10:07 2004
@@ -44,6 +44,9 @@
 
   <changes>
     <release version="0.6-dev" date="unreleased">
+      <action dev="JJP" type="fix" context="core" due-to="Nick Chalko" fixes-bug="FOR-136">
+        warning labeled "Note" in PDF
+      </action>
       <action dev="JJP" type="fix" context="core" fixes-bug="FOR-69">
         site2book.xsl handle all menu-item and menu attributes
       </action>