fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15246]


From: nelson . guerra
Subject: [Fmsystem-commits] [15246]
Date: Thu, 2 Jun 2016 02:22:55 +0000 (UTC)

Revision: 15246
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15246
Author:   nelson224
Date:     2016-06-02 02:22:55 +0000 (Thu, 02 Jun 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/templates/base/entity.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/entity.xsl        
2016-06-01 14:23:29 UTC (rev 15245)
+++ branches/dev-syncromind-2/property/templates/base/entity.xsl        
2016-06-02 02:22:55 UTC (rev 15246)
@@ -703,7 +703,7 @@
                                </xsl:choose>
                                        
                                <xsl:choose>
-                                       <xsl:when test="files!='' or fileupload 
= 1">
+                                       <xsl:when test="files!='' or  
fileupload = 1 and value_id!=''">
                                                <div id="files">
                                                        <script 
type="text/javascript">
                                                                var 
fileuploader_action = <xsl:value-of select="fileuploader_action"/>;
@@ -741,7 +741,8 @@
                                        </div>
                                </xsl:for-each>
 
-               
+                       <xsl:choose>
+                               <xsl:when test="value_id!='' and documents =1"> 
        
                                                <div id="document">
                                                        <div 
class="pure-control-group">
                                                                <label>
@@ -765,7 +766,8 @@
                                                                        
</xsl:if>
                                                                </xsl:for-each>
                                                </div>
-       
+                               </xsl:when>
+                       </xsl:choose>   
 
                                <xsl:choose>
                                        <xsl:when test="value_id !='' and 
enable_bulk = 0">




reply via email to

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