fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14380]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14380]
Date: Tue, 17 Nov 2015 00:21:12 +0000

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


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

Modified: branches/dev-syncromind/frontend/templates/base/helpdesk.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/helpdesk.xsl        
2015-11-17 00:20:52 UTC (rev 14379)
+++ branches/dev-syncromind/frontend/templates/base/helpdesk.xsl        
2015-11-17 00:21:11 UTC (rev 14380)
@@ -2,12 +2,12 @@
 <xsl:template match="helpdesk" xmlns:php="http://php.net/xsl";>
        
     <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
-       <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>
        
        <form id="form" name="form" method="post" action="{$form_action}" 
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}">
                <xsl:choose>
                                <xsl:when 
test="normalize-space(//header/selected_location) != ''">
                                        <div class="toolbar-container">
@@ -75,8 +75,8 @@
                            </div>
                                </xsl:otherwise>
                        </xsl:choose>
-            
         </div>
+               <xsl:value-of disable-output-escaping="yes" 
select="tabs_content" />    
     </div>
        </form>
        <script type="text/javascript" class="init">




reply via email to

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