User: stark   
  Date: 01/03/06 01:00:54

  Modified:    src/docs/docbook/html param.xsl
  Log:
  Update the images path for the jboss document structure
  
  Revision  Changes    Path
  1.2       +4 -4      manual/src/docs/docbook/html/param.xsl
  
  Index: param.xsl
  ===================================================================
  RCS file: /products/cvs/ejboss/manual/src/docs/docbook/html/param.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- param.xsl 2001/02/11 00:05:20     1.1
  +++ param.xsl 2001/03/06 09:00:53     1.2
  @@ -5,7 +5,7 @@
                   version='1.0'>
   
   <!-- ********************************************************************
  -     $Id: param.xsl,v 1.1 2001/02/11 00:05:20 tobias Exp $
  +     $Id: param.xsl,v 1.2 2001/03/06 09:00:53 stark Exp $
        ********************************************************************
   
        This file is part of the XSL DocBook Stylesheet distribution.
  @@ -17,7 +17,7 @@
   <doc:reference xmlns="">
   <referenceinfo>
   <releaseinfo role="meta">
  -$Id: param.xsl,v 1.1 2001/02/11 00:05:20 tobias Exp $
  +$Id: param.xsl,v 1.2 2001/03/06 09:00:53 stark Exp $
   </releaseinfo>
   <author><surname>Walsh</surname>
   <firstname>Norman</firstname></author>
  @@ -226,7 +226,7 @@
   </doc:param>
   
   <!-- ==================================================================== -->
  -<xsl:param name="admon.graphics.path">../images/</xsl:param>
  +<xsl:param name="admon.graphics.path">images/</xsl:param>
   
   <doc:param name="admon.graphics.path" xmlns="">
   <refpurpose>Path to admonition graphics</refpurpose>
  @@ -630,7 +630,7 @@
   </doc:param>
   
   <!-- ==================================================================== -->
  -<xsl:param name="callout.graphics.path" select="'../images/callouts/'"/>
  +<xsl:param name="callout.graphics.path" select="'images/callouts/'"/>
   
   <doc:param name="callout.graphics.path" xmlns="">
   <refpurpose>Path to callout graphics</refpurpose>
  
  
  

Reply via email to