fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12692] include translation


From: Sigurd Nes
Subject: [Fmsystem-commits] [12692] include translation
Date: Tue, 03 Feb 2015 12:52:51 +0000

Revision: 12692
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12692
Author:   sigurdne
Date:     2015-02-03 12:52:50 +0000 (Tue, 03 Feb 2015)
Log Message:
-----------
include translation

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

Modified: branches/dev-syncromind/property/templates/base/workorder.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/workorder.xsl       
2015-02-02 23:55:16 UTC (rev 12691)
+++ branches/dev-syncromind/property/templates/base/workorder.xsl       
2015-02-03 12:52:50 UTC (rev 12692)
@@ -1,16 +1,17 @@
   <!-- $Id$ -->
-       <xsl:template name="app_data">
+       <xsl:template match="data">
                <xsl:choose>
                        <xsl:when test="edit">
                                <xsl:apply-templates select="edit"/>
                        </xsl:when>
-                       <xsl:when test="add">
+                               <xsl:when test="add">
                                <xsl:apply-templates select="add"/>
                        </xsl:when>
                        <xsl:when test="view">
                                <xsl:apply-templates select="view"/>
                        </xsl:when>
                </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]