fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13052] investment.index.xsl


From: Saul
Subject: [Fmsystem-commits] [13052] investment.index.xsl
Date: Tue, 21 Apr 2015 23:11:30 +0000

Revision: 13052
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13052
Author:   psaul
Date:     2015-04-21 23:11:30 +0000 (Tue, 21 Apr 2015)
Log Message:
-----------
investment.index.xsl

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

Modified: branches/dev-syncromind/property/templates/base/uiinvestment.index.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/uiinvestment.index.xsl      
2015-04-21 23:11:08 UTC (rev 13051)
+++ branches/dev-syncromind/property/templates/base/uiinvestment.index.xsl      
2015-04-21 23:11:30 UTC (rev 13052)
@@ -344,8 +344,15 @@
                                        <div class="pure-u-1">
                                                <xsl:for-each 
select="//down-toolbar/fields/field">
                                                        <xsl:choose>
+                                                                <xsl:when 
test="type = 'date-picker'">
+                                                                        <td 
valign="top">
+                                                                        <div>
+                                                                               
 <input id="filter_{name}" name="filter_{name}" type="text"></input>
+                                                                        </div>
+                                                                        </td>
+                                                                </xsl:when>
                                                                <xsl:when 
test="type='button'">
-                                                                       <button 
id="{id}" type="{type}" class="pure-button pure-button-primary"><xsl:value-of 
select="value"/></button>
+                                                                       <button 
id="{id}" type="{type}" class="pure-button pure-button-primary" 
onclick="{action}"><xsl:value-of select="value"/></button>
                                                                </xsl:when>
                                                                <xsl:when 
test="type='label'">
                                                                        
<xsl:value-of select="value"/>
@@ -743,6 +750,7 @@
                        
                        oTable = $('#datatable-container').dataTable( {
                                paginate:               disablePagination ? 
false : true,
+                                filter:                        false,
                                processing:             true,
                                serverSide:             true,
                                responsive:             true,




reply via email to

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