fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15866]


From: nelson . guerra
Subject: [Fmsystem-commits] [15866]
Date: Fri, 21 Oct 2016 02:02:31 +0000 (UTC)

Revision: 15866
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15866
Author:   nelson224
Date:     2016-10-21 02:02:31 +0000 (Fri, 21 Oct 2016)
Log Message:
-----------


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

Modified: 
branches/dev-syncromind-2/property/templates/base/multi_upload_file.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/multi_upload_file.xsl     
2016-10-21 02:02:18 UTC (rev 15865)
+++ branches/dev-syncromind-2/property/templates/base/multi_upload_file.xsl     
2016-10-21 02:02:31 UTC (rev 15866)
@@ -30,8 +30,8 @@
                        </div>
                </div>
                <!-- The table listing the files available for upload/download 
-->
-               <div style="position: relative; overflow: auto; max-height: 
50vh; width: 100%;">                                        
-                       <div class="presentation files" style="display: 
inline-table; width: 100%;"></div>
+               <div class="content_upload_download">                           
        
+                       <div class="presentation files" style="display: 
inline-table;"></div>
                </div>
        </form>
 
@@ -39,7 +39,7 @@
        <script id="template-upload" type="text/x-tmpl">
 <![CDATA[
        {% for (var i=0, file; file=o.files[i]; i++) { %}
-               <div class="template-upload fade table-row">
+               <div class="template-upload">
                        <div class="table-cell">
                                <div class="name">{%=file.name%}</div>
                                <div class="error"></div>
@@ -66,7 +66,7 @@
        <script id="template-download" type="text/x-tmpl">
 <![CDATA[
        {% for (var i=0, file; file=o.files[i]; i++) { %}
-               <div class="template-download fade table-row">
+               <div class="template-download">
                        <div class="table-cell">                                
                
                                <div class="name">
                                        <!--<a href="{%=file.url%}" 
title="{%=file.name%}" download="{%=file.name%}" 
{%=file.thumbnailUrl?'data-gallery':''%}>{%=file.name%}</a>-->
@@ -124,4 +124,4 @@
                        });
                });
        </script>
-</xsl:template>
+</xsl:template>
\ No newline at end of file




reply via email to

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