fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12442]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12442]
Date: Wed, 10 Dec 2014 23:22:43 +0000

Revision: 12442
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12442
Author:   nelson224
Date:     2014-12-10 23:22:42 +0000 (Wed, 10 Dec 2014)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/entity.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/entity.xsl  2014-12-10 
23:22:22 UTC (rev 12441)
+++ branches/dev-syncromind/property/templates/base/entity.xsl  2014-12-10 
23:22:42 UTC (rev 12442)
@@ -657,19 +657,16 @@
                                                                </style>
                                                                <script 
type="text/javascript">
                                                                        var 
documents = <xsl:value-of select="documents"/>;
+                                                                       var 
requestUrlDoc = <xsl:value-of select="requestUrlDoc"/>;
                                                                </script>
                                                                <fieldset>
                                                                <!-- markup for 
expand/contract links -->
-                                                               <div 
id="expandcontractdiv">
-                                                                       <a 
id="expand" href="#">
-                                                                               
<xsl:value-of select="php:function('lang', 'expand all')"/>
-                                                                       </a>
-                                                                       
<xsl:text> </xsl:text>
-                                                                       <a 
id="collapse" href="#">
-                                                                               
<xsl:value-of select="php:function('lang', 'collapse all')"/>
-                                                                       </a>
+                                                               <div 
id="treecontrol">
+                                                                       <a 
id="collapse" title="Collapse the entire tree below" href="#"><xsl:value-of 
select="php:function('lang', 'collapse all')"/></a>
+                                                                       
<xsl:text> | </xsl:text>
+                                                                       <a 
id="expand" title="Expand the entire tree below" href="#"><xsl:value-of 
select="php:function('lang', 'expand all')"/></a>
                                                                </div>
-                                                               <div 
id="treeDiv1"/>
+                                                               <ul 
id="treeDiv1" class="filetree"></ul>
                                                                </fieldset>
                                                        </div>
                                                </xsl:when>




reply via email to

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