fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15203]


From: nelson . guerra
Subject: [Fmsystem-commits] [15203]
Date: Thu, 26 May 2016 01:40:49 +0000 (UTC)

Revision: 15203
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15203
Author:   nelson224
Date:     2016-05-26 01:40:48 +0000 (Thu, 26 May 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/templates/base/location.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/location.xsl      
2016-05-26 01:16:07 UTC (rev 15202)
+++ branches/dev-syncromind-2/property/templates/base/location.xsl      
2016-05-26 01:40:48 UTC (rev 15203)
@@ -511,10 +511,10 @@
                                                                
                                                        <div 
class="pure-control-group">
                                                                <label>
-                                                                       
<xsl:value-of select="php:function('lang', 'categories')" />
+                                                                       
<xsl:value-of select="php:function('lang', 'Doc type')" />
                                                                </label>
-                                                               <select 
id="category_id" name="category_id">
-                                                                       
<xsl:apply-templates select="cat_filter/options"/>
+                                                               <select 
id="doc_type" name="doc_type">
+                                                                       
<xsl:apply-templates select="doc_type_filter/options"/>
                                                                </select>
                                                        </div>
                                                                        
@@ -531,34 +531,6 @@
                                                                        
</xsl:if>
                                                                </xsl:for-each>
                                                        </div>
-
-                                       <xsl:choose>
-                                               <xsl:when test="file_tree != 
''">
-                                                       <div id="file_tree">
-                                                       <fieldset>
-                                                               <!-- Some style 
for the expand/contract section-->
-                                                               <style>
-                                                                       
#expandcontractdiv2 {border:1px dotted #dedede; margin:0 0 .5em 0; 
padding:0.4em;}
-                                                                       
#treeDiv2 { background: #fff; padding:1em; margin-top:1em; }
-                                                               </style>
-                                                               <script 
type="text/javascript">
-                                                                       
documents2 = <xsl:value-of select="file_tree"/>;
-                                                               </script>
-                                                               <!-- markup for 
expand/contract links -->
-                                                               <div 
id="treecontrol">
-                                                                       <a 
id="collapse2" title="Collapse the entire tree below" href="#">
-                                                                               
<xsl:value-of select="php:function('lang', 'collapse all')"/>
-                                                                       </a>
-                                                                       
<xsl:text> | </xsl:text>
-                                                                       <a 
id="expand2" title="Expand the entire tree below" href="#">
-                                                                               
<xsl:value-of select="php:function('lang', 'expand all')"/>
-                                                                       </a>
-                                                               </div>
-                                                               <div 
id="treeDiv2"></div>
-                                                       </fieldset>
-                                                       </div>
-                                               </xsl:when>
-                                       </xsl:choose>
                                                <div id="related">
                                        <xsl:for-each select="datatable_def">
                                                <xsl:if test="container = 
'datatable-container_1'">




reply via email to

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