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.8


From: ceb
Subject: [Phpgroupware-cvs] filemanager/templates/base app_data.xsl,1.8
Date: Thu, 24 Feb 2005 15:07:16 -0000

Update of filemanager/templates/base

Modified Files:
     Branch: MAIN
            app_data.xsl lines: +7 -11

Log Message:
update

====================================================
Index: filemanager/templates/base/app_data.xsl
diff -u filemanager/templates/base/app_data.xsl:1.7 
filemanager/templates/base/app_data.xsl:1.8
--- filemanager/templates/base/app_data.xsl:1.7 Mon Jan 24 00:26:34 2005
+++ filemanager/templates/base/app_data.xsl     Mon Jan 24 17:42:04 2005
@@ -75,6 +75,9 @@
                                        <xsl:apply-templates select="files" />
                                </td>
                        </tr>
+                       <tr height="20">
+                               <td colspan="5" />
+                       </tr>
                        <tr>
                                <td>
                                        <xsl:apply-templates 
select="menu/widget" />
@@ -98,16 +101,9 @@
        <xsl:template match="files">
                        <table width="100%" border="0" cellpadding="2" 
cellspacing="2">
                                <tr class="th">
-                               <xsl:for-each select="/*/*/file_attributes/*">
-                                       <td class="th_text">
-                                               <xsl:choose>
-                                                       <xsl:when 
test='name(./*)="widget"'>
-                                                               
<xsl:apply-templates select="." />
-                                                       </xsl:when>
-                                                       <xsl:otherwise>
-                                                               <xsl:value-of 
select="." />
-                                                       </xsl:otherwise>
-                                               </xsl:choose>
+                               <xsl:for-each select="file_attributes">
+                                       <td>
+                                               <xsl:apply-templates />
                                        </td>
                                </xsl:for-each>
                                </tr>






reply via email to

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