fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15848]


From: nelson . guerra
Subject: [Fmsystem-commits] [15848]
Date: Tue, 18 Oct 2016 02:29:55 +0000 (UTC)

Revision: 15848
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15848
Author:   nelson224
Date:     2016-10-18 02:29:55 +0000 (Tue, 18 Oct 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/templates/base/files.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/files.xsl 2016-10-18 
02:29:42 UTC (rev 15847)
+++ branches/dev-syncromind-2/property/templates/base/files.xsl 2016-10-18 
02:29:55 UTC (rev 15848)
@@ -1,10 +1,20 @@
 
 <!-- $Id$ -->
+
+<xsl:template name="multi_upload">
+       <xsl:apply-templates select="multi_upload"/>
+</xsl:template>
+
+<xsl:template xmlns:php="http://php.net/xsl"; match="multi_upload">
+       <xsl:call-template name="multi_upload_file"/>
+</xsl:template>
+
+
 <!-- New template-->
 <xsl:template xmlns:php="http://php.net/xsl"; name="file_upload">
        <div class="pure-control-group">
                <label>
-                               <xsl:value-of select="php:function('lang', 
'upload file')"/>
+                               <xsl:value-of select="php:function('lang', 
'upload files')"/>
                </label>
                                <input type="file" name="file" size="40">
                                        <xsl:attribute name="title">




reply via email to

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