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/11/22 23:12:29 UTC

svn commit: r106225 - /cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl

Author: reinhard
Date: Mon Nov 22 14:12:28 2004
New Revision: 106225

Modified:
   cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl
Log:
use the same style for validation-error as used at validation-message

Modified: cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl
Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl?view=diff&rev=106225&p1=cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl&r1=106224&p2=cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl&r2=106225
==============================================================================
--- cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl	(original)
+++ cocoon/trunk/src/blocks/forms/samples/resources/forms-field-styling.xsl	Mon Nov 22 14:12:28 2004
@@ -121,7 +121,7 @@
   <!--+
       |
       +-->
-  <xsl:template match="fi:validation-message">
+  <xsl:template match="fi:validation-message | fi:validation-error">
     <a href="#" class="forms-validation-message" onclick="alert('{normalize-space(.)}');return false;">&#160;!&#160;</a>
   </xsl:template>