You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2004/03/11 20:18:40 UTC

cvs commit: cocoon-2.1/src/blocks/forms/samples/resources forms-field-styling.xsl

reinhard    2004/03/11 11:18:40

  Modified:    src/blocks/forms/samples/resources forms-field-styling.xsl
  Log:
  add text attribute (any reason why it is missing?)
  
  Revision  Changes    Path
  1.4       +2 -2      cocoon-2.1/src/blocks/forms/samples/resources/forms-field-styling.xsl
  
  Index: forms-field-styling.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/samples/resources/forms-field-styling.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- forms-field-styling.xsl	11 Mar 2004 02:56:31 -0000	1.3
  +++ forms-field-styling.xsl	11 Mar 2004 19:18:40 -0000	1.4
  @@ -39,7 +39,7 @@
         | Generic fi:field : produce an <input>
         +-->
     <xsl:template match="fi:field">
  -    <input name="{@id}" id="{@id}" value="{fi:value}" title="{fi:hint}">
  +    <input name="{@id}" id="{@id}" value="{fi:value}" title="{fi:hint}" type="text">
         <xsl:apply-templates select="." mode="styling"/>
       </input>
       <xsl:apply-templates select="." mode="common"/>
  
  
  

Re: cvs commit: cocoon-2.1/src/blocks/forms/samples/resources forms-field-styling.xsl

Posted by Reinhard Pötz <re...@apache.org>.
Joerg Heinicke wrote:

> On 11.03.2004 20:18, reinhard@apache.org wrote:
>
>>   Modified:    src/blocks/forms/samples/resources 
>> forms-field-styling.xsl
>>   Log:
>>   add text attribute (any reason why it is missing?)
>
>
> I guess not, it's just the default.
>
> Joerg
>
Okay, I added it because I want to use it to be more specific in a 
custom CSS.

-- 
Reinhard


Re: cvs commit: cocoon-2.1/src/blocks/forms/samples/resources forms-field-styling.xsl

Posted by Joerg Heinicke <jo...@gmx.de>.
On 11.03.2004 20:18, reinhard@apache.org wrote:

>   Modified:    src/blocks/forms/samples/resources forms-field-styling.xsl
>   Log:
>   add text attribute (any reason why it is missing?)

I guess not, it's just the default.

Joerg