Menu

#1007 index titlepage should respect component.titlepage.propertie

closed-fixed
nobody
XSL (1066)
5
2008-08-28
2008-08-19
No

I could not find any nice way to make the "Index" title of the index span the whole page width even if the index is in two columns.

I had to override the whole template.

searching on mailing list archives etc I found the component.titlepage.properties attribute set which is supposed to be used for that (by specifying the span="all" attribute).

However at the moment index.xsl doesn't use component.titlepage.properties

Discussion

  • Paolo Borelli

    Paolo Borelli - 2008-08-19

    proposed patch

     
  • Paolo Borelli

    Paolo Borelli - 2008-08-19

    Logged In: YES
    user_id=1070762
    Originator: YES

    I patched my local copy in the following way and it seems to work fine.

    I can specify

    <xsl:attribute-set name="component.titlepage.properties">
    <xsl:attribute name="span">all</xsl:attribute>
    </xsl:attribute-set>

    in my cutomization file
    File Added: indexspan.patch

     
  • Paolo Borelli

    Paolo Borelli - 2008-08-28
    • status: open --> closed-fixed
     
  • Paolo Borelli

    Paolo Borelli - 2008-08-28

    Logged In: YES
    user_id=1070762
    Originator: YES

    Patch has been applied in svn

     
MongoDB Logo MongoDB