[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/modules/
From: |
Michael Totschnig <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/modules/bookmarks xbel.xsl,1.1,1.2 |
Date: |
Wed, 26 Mar 2003 16:03:37 -0500 |
Update of
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/default/modules/bookmarks
In directory subversions:/tmp/cvs-serv9019
Modified Files:
xbel.xsl
Log Message:
onclick is not necessary in table element
Index: xbel.xsl
===================================================================
RCS file:
/cvsroot/phpgroupware/sitemgr/sitemgr-site/templates/default/modules/bookmarks/xbel.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** xbel.xsl 10 Mar 2003 06:06:28 -0000 1.1
--- xbel.xsl 26 Mar 2003 21:03:34 -0000 1.2
***************
*** 123,131 ****
</xsl:choose>
</xsl:attribute>
- <xsl:attribute name="onclick">
- <xsl:text>toggle(this, '</xsl:text>
- <xsl:value-of select="@id"/>
- <xsl:text>')</xsl:text>
- </xsl:attribute>
<xsl:apply-templates select="bookmark"/>
<xsl:apply-templates select="folder"/>
--- 123,126 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/modules/bookmarks xbel.xsl,1.1,1.2,
Michael Totschnig <address@hidden> <=