fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12377]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12377]
Date: Wed, 26 Nov 2014 23:19:43 +0000

Revision: 12377
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12377
Author:   nelson224
Date:     2014-11-26 23:19:42 +0000 (Wed, 26 Nov 2014)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/location_view.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/location_view.xsl   
2014-11-26 10:07:49 UTC (rev 12376)
+++ branches/dev-syncromind/property/templates/base/location_view.xsl   
2014-11-26 23:19:42 UTC (rev 12377)
@@ -8,38 +8,34 @@
                <xsl:for-each select="location">
                        <xsl:choose>
                                <xsl:when test="value !=''">
-                                       <tr>
-                                               <td class="th_text" 
width="{with}" align="left">
-                                                       <label>
-                                                               <xsl:value-of 
select="name"/>
-                                                       </label>
-                                               </td>
-                                               <td align="left">
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="name"/>
+                                               </label>
+                                               <xsl:choose>
+                                                       <xsl:when 
test="input_type !='hidden'">
+                                                               <xsl:choose>
+                                                                       
<xsl:when test="query_link !=''">
+                                                                               
<xsl:variable name="query_link" select="query_link"/>
+                                                                               
<a href="{$query_link}" class="th_text">
+                                                                               
        <xsl:value-of select="value"/>
+                                                                               
</a>
+                                                                       
</xsl:when>
+                                                                       
<xsl:otherwise>
+                                                                               
<xsl:value-of select="value"/>
+                                                                       
</xsl:otherwise>
+                                                               </xsl:choose>
+                                                       </xsl:when>
+                                               </xsl:choose>
+                                               <xsl:for-each select="extra">
                                                        <xsl:choose>
                                                                <xsl:when 
test="input_type !='hidden'">
-                                                                       
<xsl:choose>
-                                                                               
<xsl:when test="query_link !=''">
-                                                                               
        <xsl:variable name="query_link" select="query_link"/>
-                                                                               
        <a href="{$query_link}" class="th_text">
-                                                                               
                <xsl:value-of select="value"/>
-                                                                               
        </a>
-                                                                               
</xsl:when>
-                                                                               
<xsl:otherwise>
-                                                                               
        <xsl:value-of select="value"/>
-                                                                               
</xsl:otherwise>
-                                                                       
</xsl:choose>
+                                                                       
<xsl:text> </xsl:text>
+                                                                       
<xsl:value-of select="value"/>
                                                                </xsl:when>
                                                        </xsl:choose>
-                                                       <xsl:for-each 
select="extra">
-                                                               <xsl:choose>
-                                                                       
<xsl:when test="input_type !='hidden'">
-                                                                               
<xsl:text> </xsl:text>
-                                                                               
<xsl:value-of select="value"/>
-                                                                       
</xsl:when>
-                                                               </xsl:choose>
-                                                       </xsl:for-each>
-                                               </td>
-                                       </tr>
+                                               </xsl:for-each>
+                                       </div>
                                </xsl:when>
                        </xsl:choose>
                </xsl:for-each>




reply via email to

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