fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13667]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13667]
Date: Tue, 14 Jul 2015 23:15:14 +0000

Revision: 13667
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13667
Author:   nelson224
Date:     2015-07-14 23:15:14 +0000 (Tue, 14 Jul 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/rental/templates/base/composite.xsl
===================================================================
--- branches/dev-syncromind/rental/templates/base/composite.xsl 2015-07-14 
23:14:49 UTC (rev 13666)
+++ branches/dev-syncromind/rental/templates/base/composite.xsl 2015-07-14 
23:15:14 UTC (rev 13667)
@@ -131,16 +131,25 @@
                                                                </xsl:for-each>
                                                        </div>
                                                        <div 
class="pure-control-group">
-                                                               <xsl:value-of 
select="lang_search_for"/>
-                                                               <input 
type="text" id="query" name="query" value=""></input>
-                                                               <xsl:value-of 
select="lang_search_where"/>
-                                                               <select 
id="search_option" name="search_option">
-                                                                       
<xsl:apply-templates select="list_search_option/options"/>
-                                                               </select>
-                                                               <xsl:value-of 
select="lang_level"/>
-                                                               <select 
id="type_id" name="type_id" onchange="onFilterLocations()">
-                                                                       
<xsl:apply-templates select="list_type_id/options"/>
-                                                               </select>
+                                                               <label>
+                                                                       
<xsl:value-of select="lang_search_options"/>
+                                                               </label>
+                                                               <div 
class="pure-custom">
+                                                                       <div 
class="pure-control-group">
+                                                                               
<label><xsl:value-of select="lang_search_for"/></label>
+                                                                               
<input type="text" id="query" name="query" value=""></input>
+                                                                               
<label><xsl:value-of select="lang_search_where"/></label>
+                                                                               
<select id="search_option" name="search_option">
+                                                                               
        <xsl:apply-templates select="list_search_option/options"/>
+                                                                               
</select>                                                                       
        
+                                                                       </div>
+                                                                       <div 
class="pure-control-group">
+                                                                               
<label><xsl:value-of select="lang_level"/></label>
+                                                                               
<select id="type_id" name="type_id">
+                                                                               
        <xsl:apply-templates select="list_type_id/options"/>
+                                                                               
</select>
+                                                                       </div>
+                                                               </div>
                                                        </div>
                                                        <div>
                                                                <xsl:for-each 
select="datatable_def">




reply via email to

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