fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12649]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12649]
Date: Thu, 22 Jan 2015 22:54:07 +0000

Revision: 12649
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12649
Author:   nelson224
Date:     2015-01-22 22:54:06 +0000 (Thu, 22 Jan 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/vendor_view.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/vendor_view.xsl     
2015-01-22 07:09:07 UTC (rev 12648)
+++ branches/dev-syncromind/property/templates/base/vendor_view.xsl     
2015-01-22 22:54:06 UTC (rev 12649)
@@ -5,14 +5,12 @@
 
        <!-- New template-->
        <xsl:template match="vendor_data">
-               <tr>
-                       <td valign="top">
+               <div class="pure-control-group">
+                       <label for="name">
                                <xsl:value-of select="lang_vendor"/>
-                       </td>
-                       <td>
-                               <xsl:value-of select="value_vendor_id"/>
-                               <xsl:text> - </xsl:text>
-                               <xsl:value-of select="value_vendor_name"/>
-                       </td>
-               </tr>
+                       </label>
+                       <xsl:value-of select="value_vendor_id"/>
+                       <xsl:text> - </xsl:text>
+                       <xsl:value-of select="value_vendor_name"/>
+               </div>
        </xsl:template>




reply via email to

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