fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13652]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13652]
Date: Mon, 13 Jul 2015 23:30:58 +0000

Revision: 13652
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13652
Author:   nelson224
Date:     2015-07-13 23:30:57 +0000 (Mon, 13 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-13 
23:30:30 UTC (rev 13651)
+++ branches/dev-syncromind/rental/templates/base/composite.xsl 2015-07-13 
23:30:57 UTC (rev 13652)
@@ -116,8 +116,7 @@
                                <xsl:choose>
                                        <xsl:when test="composite_id > 0">
                                                <div id="units">
-
-                                                       <div 
class="pure-control-group">
+                                                       <div>
                                                                <xsl:for-each 
select="datatable_def">
                                                                        <xsl:if 
test="container = 'datatable-container_0'">
                                                                                
<xsl:call-template name="table_setup">
@@ -132,6 +131,18 @@
                                                                </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>
+                                                       </div>
+                                                       <div>
                                                                <xsl:for-each 
select="datatable_def">
                                                                        <xsl:if 
test="container = 'datatable-container_1'">
                                                                                
<xsl:call-template name="table_setup">




reply via email to

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