fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14383]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14383]
Date: Tue, 17 Nov 2015 00:22:46 +0000

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


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

Modified: branches/dev-syncromind/frontend/templates/base/entityview.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/entityview.xsl      
2015-11-17 00:22:20 UTC (rev 14382)
+++ branches/dev-syncromind/frontend/templates/base/entityview.xsl      
2015-11-17 00:22:45 UTC (rev 14383)
@@ -42,13 +42,13 @@
     </table>
 
     <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">
+       <form id="form" name="form" method="post" action="{$form_action}" 
class="pure-form pure-form-stacked">
                <div id="tab-content">
                        <xsl:value-of disable-output-escaping="yes" 
select="tabs" />
-                       <div id="{$location_id}">
-                               
+                       <div id="{$tab_selected}">
+                               <fieldset>
                                                <div class="pure-control-group">
                                                        <label>
                                                                <a 
href="{entitylist}"> &lt;&lt; <xsl:value-of select="php:function('lang', 'show 
all entities')"/></a>
@@ -100,11 +100,11 @@
                                                        </iframe>
                                                </div>
                                        </xsl:for-each>
-
+                               </fieldset>
                        </div>
+                       <xsl:value-of disable-output-escaping="yes" 
select="tabs_content" />
                </div>
        </form>
-       
 </xsl:template>
 
 




reply via email to

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