phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] filemanager/templates/base app_data.xsl, 1.18 widgets


From: ceb
Subject: [Phpgroupware-cvs] filemanager/templates/base app_data.xsl, 1.18 widgets.xsl, 1.11
Date: Sat, 12 Feb 2005 01:36:00 +0100

Update of filemanager/templates/base

Modified Files:
     Branch: MAIN
            app_data.xsl lines: +8 -1
            widgets.xsl lines: +2 -2

Log Message:
update

====================================================
Index: filemanager/templates/base/app_data.xsl
diff -u filemanager/templates/base/app_data.xsl:1.17 
filemanager/templates/base/app_data.xsl:1.18
--- filemanager/templates/base/app_data.xsl:1.17        Fri Feb 11 00:29:41 2005
+++ filemanager/templates/base/app_data.xsl     Sat Feb 12 00:36:23 2005
@@ -17,6 +17,9 @@
                        <xsl:when test="history">
                                <xsl:apply-templates select="history" />
                        </xsl:when>
+                       <xsl:when test="view">
+                               <xsl:apply-templates select="view" />
+                       </xsl:when>
                </xsl:choose>
        </xsl:template>

@@ -312,3 +315,7 @@
                        </tr>
                </table>
        </xsl:template>
+
+       <xsl:template match="view">
+               <xsl:value-of disable-output-escaping="yes" select="."/>
+       </xsl:template>

====================================================
Index: filemanager/templates/base/widgets.xsl
diff -u filemanager/templates/base/widgets.xsl:1.10 
filemanager/templates/base/widgets.xsl:1.11
--- filemanager/templates/base/widgets.xsl:1.10 Thu Feb 10 16:19:47 2005
+++ filemanager/templates/base/widgets.xsl      Sat Feb 12 00:36:23 2005
@@ -75,7 +75,7 @@
                        <xsl:when test='$type="link"'>
                                <a>
                                        <xsl:attribute 
name="href"><xsl:value-of select="href"/></xsl:attribute>
-                                       <xsl:if test="onClick">
+                                       <xsl:if test="onClick != ''">
                                                <xsl:attribute 
name="onClick"><xsl:value-of disable-output-escaping="yes" 
select="onClick"/></xsl:attribute>
                                        </xsl:if>
                                        <xsl:value-of select="caption"/>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]