From: <ap...@vh...> - 2006-02-27 14:48:32
|
Author: apevec Date: 2006-02-27 15:48:13 +0100 (Mon, 27 Feb 2006) New Revision: 1097 Modified: trunk/ccm-ldn-theme/web/__ccm__/apps/theme/xsl/index.xsl Log: add remove confirmation Modified: trunk/ccm-ldn-theme/web/__ccm__/apps/theme/xsl/index.xsl =================================================================== --- trunk/ccm-ldn-theme/web/__ccm__/apps/theme/xsl/index.xsl 2006-02-24 17:59:15 UTC (rev 1096) +++ trunk/ccm-ldn-theme/web/__ccm__/apps/theme/xsl/index.xsl 2006-02-27 14:48:13 UTC (rev 1097) @@ -56,6 +56,7 @@ <xsl:attribute name="href"> <xsl:value-of select="@removeURL"/> </xsl:attribute> + <xsl:attribute name="onclick">return confirm('Are you sure?')</xsl:attribute> Remove </a> </xsl:if> |