fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12319] new xslt init


From: Sigurd Nes
Subject: [Fmsystem-commits] [12319] new xslt init
Date: Fri, 14 Nov 2014 13:07:56 +0000

Revision: 12319
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12319
Author:   sigurdne
Date:     2014-11-14 13:07:56 +0000 (Fri, 14 Nov 2014)
Log Message:
-----------
new xslt init

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

Modified: branches/dev-syncromind/property/templates/base/location.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/location.xsl        
2014-11-14 12:57:01 UTC (rev 12318)
+++ branches/dev-syncromind/property/templates/base/location.xsl        
2014-11-14 13:07:56 UTC (rev 12319)
@@ -1,5 +1,6 @@
   <!-- $Id$ -->
-       <xsl:template name="app_data">
+
+       <xsl:template match="data">
                <xsl:choose>
                        <xsl:when test="edit">
                                <xsl:apply-templates select="edit"/>
@@ -20,6 +21,7 @@
                                <xsl:apply-templates select="list"/>
                        </xsl:otherwise>
                </xsl:choose>
+               <xsl:call-template name="jquery_phpgw_i18n"/>
        </xsl:template>
 
        <!-- New template-->




reply via email to

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