fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15877]


From: nelson . guerra
Subject: [Fmsystem-commits] [15877]
Date: Sat, 22 Oct 2016 01:23:22 +0000 (UTC)

Revision: 15877
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15877
Author:   nelson224
Date:     2016-10-22 01:23:22 +0000 (Sat, 22 Oct 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/templates/base/condition_survey.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/condition_survey.xsl      
2016-10-21 22:57:21 UTC (rev 15876)
+++ branches/dev-syncromind-2/property/templates/base/condition_survey.xsl      
2016-10-22 01:23:22 UTC (rev 15877)
@@ -242,11 +242,7 @@
                                        <script type="text/javascript">
                                   
                                                var survey_id = '<xsl:value-of 
select='survey/id'/>';
-                                               var fileuploader_action = {
-                                               
menuaction:'property.fileuploader.add',
-                                               
upload_target:'property.bocondition_survey.addfiles',
-                                               id: survey_id
-                                               };
+                                               var multi_upload_parans = 
<xsl:value-of select="multi_upload_parans"/>;
                                        
                                                this.show_related_requests = 
function()
                                                {
@@ -437,32 +433,3 @@
        </option>
 </xsl:template>
 
-<xsl:template xmlns:php="http://php.net/xsl"; name="file_upload">
-       <dt>
-               <label>
-                       <xsl:value-of select="php:function('lang', 'upload 
file')"/>
-               </label>
-       </dt>
-       <dd>
-               <input type="file" name="file" size="40">
-                       <xsl:attribute name="title">
-                               <xsl:value-of select="php:function('lang', 
'Select file to upload')"/>
-                       </xsl:attribute>
-               </input>
-       </dd>
-       <xsl:choose>
-               <xsl:when test="multiple_uploader!=''">
-                       <dt>
-                               <label>
-                                       <a href="javascript:fileuploader()">
-                                               <xsl:attribute name="title">
-                                                       <xsl:value-of 
select="php:function('lang', 'upload multiple files')"/>
-                                               </xsl:attribute>
-                                               <xsl:value-of 
select="php:function('lang', 'upload multiple files')"/>
-                                       </a>
-                               </label>
-                       </dt>
-               </xsl:when>
-       </xsl:choose>
-</xsl:template>
-




reply via email to

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