fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12297] fix template


From: Sigurd Nes
Subject: [Fmsystem-commits] [12297] fix template
Date: Wed, 12 Nov 2014 22:21:23 +0000

Revision: 12297
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12297
Author:   sigurdne
Date:     2014-11-12 22:21:18 +0000 (Wed, 12 Nov 2014)
Log Message:
-----------
fix template

Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/generic.xsl

Modified: branches/dev-syncromind/property/templates/base/generic.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/generic.xsl 2014-11-12 
20:05:09 UTC (rev 12296)
+++ branches/dev-syncromind/property/templates/base/generic.xsl 2014-11-12 
22:21:18 UTC (rev 12297)
@@ -1,13 +1,10 @@
   <!-- $Id$ -->
-       <xsl:template name="app_data">
-               <xsl:choose>
-                       <xsl:when test="edit">
-                               <xsl:apply-templates select="edit"/>
-                       </xsl:when>
-               </xsl:choose>
-       </xsl:template>
+<xsl:template match="data">
+       <xsl:apply-templates select="edit" />
+       <xsl:call-template name="jquery_phpgw_i18n"/>
+</xsl:template>
 
-       <!-- add / edit  -->
+<!-- add / edit  -->
        <xsl:template xmlns:php="http://php.net/xsl"; match="edit">
                <script type="text/javascript">
                        self.name="first_Window";




reply via email to

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