jeremy 2003/11/18 05:16:34
Modified: src/blocks/woody/samples/resources woody-field-styling.xsl
Log:
My sincere appologies, I committed the wrong project !!!!
Undoing my changes .... (I HOPE!!!)
Revision Changes Path
1.15 +0 -5
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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- woody-field-styling.xsl 18 Nov 2003 13:13:04 -0000 1.14
+++ woody-field-styling.xsl 18 Nov 2003 13:16:34 -0000 1.15
@@ -75,11 +75,6 @@
<xsl:if test="@required='true'">
<span class="woody-field-required"> * </span>
</xsl:if>
- <xsl:apply-templates select="wi:help"/>
- </xsl:template>
-
- <xsl:template match="wi:help">
- <a href="#" style="color:orange; font-weight: bold"
onclick="alert('{normalize-space(.)}'); return false;"> ? </a>
</xsl:template>
<xsl:template match="wi:validation-message">