fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13741]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13741]
Date: Wed, 19 Aug 2015 00:05:07 +0000

Revision: 13741
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13741
Author:   nelson224
Date:     2015-08-19 00:05:06 +0000 (Wed, 19 Aug 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/templates/base/contract.xsl

Modified: branches/dev-syncromind/rental/templates/base/contract.xsl
===================================================================
--- branches/dev-syncromind/rental/templates/base/contract.xsl  2015-08-18 
00:21:22 UTC (rev 13740)
+++ branches/dev-syncromind/rental/templates/base/contract.xsl  2015-08-19 
00:05:06 UTC (rev 13741)
@@ -276,7 +276,39 @@
                                                                                
</xsl:if>
                                                                        
</xsl:for-each>
                                                                </div>
-                                                       
+                                                               <div 
class="pure-control-group">
+                                                                       <label>
+                                                                               
<xsl:value-of select="php:function('lang', 'search_options')"/>
+                                                                       </label>
+                                                                       <div 
class="pure-custom">
+                                                                               
<div class="pure-control-group">
+                                                                               
        <label><xsl:value-of select="php:function('lang', 
'search_for')"/></label>
+                                                                               
        <input type="text" id="composite_query" name="composite_query" 
value=""></input>
+                                                                               
        <label><xsl:value-of select="php:function('lang', 
'search_where')"/></label>
+                                                                               
        <select id="composite_search_options" name="composite_search_options">
+                                                                               
                <xsl:apply-templates select="list_composite_search/options"/>
+                                                                               
        </select>                                                               
                
+                                                                               
</div>
+                                                                               
<div class="pure-control-group">
+                                                                               
        <xsl:choose>
+                                                                               
                <xsl:when test="//list_furnish_types/options!=''">
+                                                                               
                        <label><xsl:value-of select="php:function('lang', 
'furnish_type')"/></label>
+                                                                               
                        <select id="furnished_status" name="furnished_status">
+                                                                               
                                <xsl:apply-templates 
select="list_furnish_types/options"/>
+                                                                               
                        </select>
+                                                                               
                </xsl:when>
+                                                                               
        </xsl:choose>                                                           
        
+                                                                               
        <label><xsl:value-of select="php:function('lang', 
'availability')"/></label>
+                                                                               
        <select id="is_active" name="is_active">
+                                                                               
                <xsl:apply-templates select="list_active/options"/>
+                                                                               
        </select>
+                                                                               
        <xsl:text> </xsl:text>
+                                                                               
        <select id="has_contract" name="has_contract">
+                                                                               
                <xsl:apply-templates select="list_has_contract/options"/>
+                                                                               
        </select>                                                               
                                                                                
                
+                                                                               
</div>
+                                                                       </div>
+                                                               </div>          
                                        
                                                                <div>
                                                                        
<xsl:for-each select="datatable_def">
                                                                                
<xsl:if test="container = 'datatable-container_2'">
@@ -313,7 +345,31 @@
                                                                                
</xsl:if>
                                                                        
</xsl:for-each>
                                                                </div>
-                                                       
+                                                               <div 
class="pure-control-group">
+                                                                       <label>
+                                                                               
<xsl:value-of select="php:function('lang', 'search_options')"/>
+                                                                       </label>
+                                                                       <div 
class="pure-custom">
+                                                                               
<div class="pure-control-group">
+                                                                               
        <label><xsl:value-of select="php:function('lang', 
'search_for')"/></label>
+                                                                               
        <input type="text" id="party_query" name="party_query" value=""></input>
+                                                                               
        <label><xsl:value-of select="php:function('lang', 
'search_where')"/></label>
+                                                                               
        <select id="party_search_options" name="party_search_options">
+                                                                               
                <xsl:apply-templates select="list_party_search/options"/>
+                                                                               
        </select>                                                               
                
+                                                                               
</div>
+                                                                               
<div class="pure-control-group">                                                
                        
+                                                                               
        <label><xsl:value-of select="php:function('lang', 
'part_of_contract')"/></label>
+                                                                               
        <select id="party_type" name="party_type">
+                                                                               
                <xsl:apply-templates select="list_party_types/options"/>
+                                                                               
        </select>
+                                                                               
        <label><xsl:value-of select="php:function('lang', 
'marked_as')"/></label>
+                                                                               
        <select id="active" name="active">
+                                                                               
                <xsl:apply-templates select="list_status/options"/>
+                                                                               
        </select>                                                               
                                                                                
                
+                                                                               
</div>
+                                                                       </div>
+                                                               </div>          
                                        
                                                                <div>
                                                                        
<xsl:for-each select="datatable_def">
                                                                                
<xsl:if test="container = 'datatable-container_4'">




reply via email to

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