jeremy      2004/01/19 06:07:37

  Modified:    src/blocks/woody/samples/resources woody-page-styling.xsl
  Log:
  changed wi:group[wi:styling/@type='fieldset'] to use the wi:hint for the 
@title of the <legend> instead of wi:help, as wi:help will often contain markup
  
  Revision  Changes    Path
  1.13      +1 -1      
cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl
  
  Index: woody-page-styling.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-page-styling.xsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- woody-page-styling.xsl    19 Jan 2004 13:04:58 -0000      1.12
  +++ woody-page-styling.xsl    19 Jan 2004 14:07:37 -0000      1.13
  @@ -158,7 +158,7 @@
     <xsl:template match="wi:group[wi:styling/@type='fieldset']">
       <fieldset>
         <xsl:copy-of select="wi:styling/@*[name() != 'type' and name() != 
'layout']"/>
  -      <legend title="{wi:help}"><xsl:copy-of 
select="wi:label/node()"/></legend>
  +      <legend title="{wi:hint}"><xsl:copy-of 
select="wi:label/node()"/></legend>
         <xsl:apply-templates mode="group-layout" select="."/>
       </fieldset>
     </xsl:template>
  
  
  

Reply via email to