vgritsenko    2004/01/26 13:27:21

  Modified:    src/blocks/woody/samples/resources
                        woody-calendar-styling.xsl
  Log:
  Missing hint on calendar input
  
  Revision  Changes    Path
  1.10      +1 -1      
cocoon-2.1/src/blocks/woody/samples/resources/woody-calendar-styling.xsl
  
  Index: woody-calendar-styling.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-calendar-styling.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- woody-calendar-styling.xsl        26 Jan 2004 17:33:57 -0000      1.9
  +++ woody-calendar-styling.xsl        26 Jan 2004 21:27:21 -0000      1.10
  @@ -43,7 +43,7 @@
       </xsl:variable>
       
       <!-- regular input -->
  -    <input id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]" 
value="{wi:value}" type="text">
  +    <input id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]" 
value="{wi:value}" title="{normalize-space(wi:hint)}" type="text">
         <xsl:apply-templates select="." mode="styling"/>
       </input>
       
  
  
  

Reply via email to