bruno 2003/11/07 08:38:02
Modified: src/blocks/woody/samples/resources woody-field-styling.xsl
Log:
Define class on validation error link instead of direct CSS style
Revision Changes Path
1.8 +1 -1
cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl
Index: woody-field-styling.xsl
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/samples/resources/woody-field-styling.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- woody-field-styling.xsl 6 Nov 2003 13:25:29 -0000 1.7
+++ woody-field-styling.xsl 7 Nov 2003 16:38:02 -0000 1.8
@@ -78,7 +78,7 @@
</xsl:template>
<xsl:template match="wi:validation-message">
- <a href="#" style="color:red; font-weight: bold"
onclick="alert('{normalize-space(.)}'); return false;"> ! </a>
+ <a href="#" class="woody-validation-message-indicator"
onclick="alert('{normalize-space(.)}'); return false;"> ! </a>
</xsl:template>
<!--