fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14267]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14267]
Date: Sat, 31 Oct 2015 00:26:13 +0000

Revision: 14267
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14267
Author:   nelson224
Date:     2015-10-31 00:26:12 +0000 (Sat, 31 Oct 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/frontend/templates/base/attributes_view.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/attributes_view.xsl 
2015-10-31 00:25:53 UTC (rev 14266)
+++ branches/dev-syncromind/frontend/templates/base/attributes_view.xsl 
2015-10-31 00:26:12 UTC (rev 14267)
@@ -1,4 +1,5 @@
 <!-- $Id$ -->
+<!--
        <xsl:template name="attributes_view">
                <xsl:apply-templates select="attributes_values"/>
        </xsl:template>
@@ -13,11 +14,12 @@
                        </div>
                </xsl:for-each>
        </xsl:template>
+-->
 
        <xsl:template match="attributes">
-                       <xsl:variable name="statustext"><xsl:value-of 
select="statustext"/></xsl:variable>
-                       <ul>
-                               <li align="left" width="19%" valign="top" 
title="{$statustext}">
+
+                       <div class="pure-control-group">
+                               <label>
                                        <xsl:choose>
                                                <xsl:when test="helpmsg=1">
                                                        <xsl:variable 
name="help_url"><xsl:value-of select="help_url"/></xsl:variable>
@@ -44,8 +46,8 @@
                                                        <xsl:text> ]</xsl:text>
                                                </xsl:when>
                                        </xsl:choose>
-                               </li>
-                               <li>
+                               </label>
+                               <div class="pure-custom">
                                        <xsl:choose>
                                                <xsl:when test="name!=''">
                                                        <xsl:choose>
@@ -322,8 +324,8 @@
                                                        </xsl:choose>
                                                </xsl:when>
                                        </xsl:choose>
-                               </li>
-                       </ul>
+                               </div>
+                       </div>
        </xsl:template>
 
        <xsl:template name="choice">




reply via email to

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