fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15240]


From: nelson . guerra
Subject: [Fmsystem-commits] [15240]
Date: Wed, 1 Jun 2016 01:46:30 +0000 (UTC)

Revision: 15240
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15240
Author:   nelson224
Date:     2016-06-01 01:46:30 +0000 (Wed, 01 Jun 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/templates/base/generic_document.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/generic_document.xsl      
2016-06-01 01:46:16 UTC (rev 15239)
+++ branches/dev-syncromind-2/property/templates/base/generic_document.xsl      
2016-06-01 01:46:30 UTC (rev 15240)
@@ -224,6 +224,10 @@
                                                                <select 
id="entity_group_id" name="entity_group_id">
                                                                        
<xsl:apply-templates select="entity_group_filter/options"/>
                                                                </select>
+                                                               <label>
+                                                                       
<xsl:value-of select="php:function('lang', 'Only Related')" />
+                                                               </label>
+                                                               <input 
type="checkbox" id="check_components_related" name="check_components_related" 
value="1" onchange="showRelatedComponentes()"></input>
                                                        </div>                  
                                
                                                        <div 
class="pure-control-group">
                                                                <label 
for="vendor">
@@ -279,6 +283,10 @@
                                                                <select 
id="part_of_town_id" name="part_of_town_id">
                                                                        
<xsl:apply-templates select="part_of_town_filter/options"/>
                                                                </select>
+                                                               <label>
+                                                                       
<xsl:value-of select="php:function('lang', 'Only Related')" />
+                                                               </label>
+                                                               <input 
type="checkbox" id="check_locations_related" name="check_locations_related" 
value="1" onchange="showRelatedLocations()"></input>
                                                        </div>                  
                                        
                                                                        
                                                        <xsl:for-each 
select="datatable_def">




reply via email to

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