fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14367]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14367]
Date: Tue, 17 Nov 2015 00:16:17 +0000

Revision: 14367
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14367
Author:   nelson224
Date:     2015-11-17 00:16:16 +0000 (Tue, 17 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/frontend/templates/base/document.xsl

Modified: branches/dev-syncromind/frontend/templates/base/document.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/document.xsl        
2015-11-16 22:41:37 UTC (rev 14366)
+++ branches/dev-syncromind/frontend/templates/base/document.xsl        
2015-11-17 00:16:16 UTC (rev 14367)
@@ -1,10 +1,10 @@
 <xsl:template match="contract_data" xmlns:php="http://php.net/xsl";>
        <!-- <xsl:copy-of select="."/> -->
-       <xsl:variable name="location_id"><xsl:value-of 
select="location_id"/></xsl:variable>
+       <xsl:variable name="tab_selected"><xsl:value-of 
select="tab_selected"/></xsl:variable>
        <div class="pure-form pure-form-aligned">
                <div id="tab-content">
                        <xsl:value-of disable-output-escaping="yes" 
select="tabs" />
-                       <div id="{$location_id}">
+                       <div id="{$tab_selected}">
                <div class="toolbar-container">
                        <div class="toolbar" style="display: block; 
padding-bottom: 1em;">
                        <div id="contract_selector">
@@ -87,6 +87,7 @@
                                </xsl:for-each> 
                        </div>
         </div>
+               <xsl:value-of disable-output-escaping="yes" 
select="tabs_content" />
     </div>
        </div>
 </xsl:template>
\ No newline at end of file




reply via email to

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