fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12253]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12253]
Date: Wed, 29 Oct 2014 23:13:54 +0000

Revision: 12253
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12253
Author:   nelson224
Date:     2014-10-29 23:13:53 +0000 (Wed, 29 Oct 2014)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/attributes_form.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/attributes_form.xsl 
2014-10-29 23:12:50 UTC (rev 12252)
+++ branches/dev-syncromind/property/templates/base/attributes_form.xsl 
2014-10-29 23:13:53 UTC (rev 12253)
@@ -6,10 +6,10 @@
        <!-- New template-->
        <xsl:template xmlns:php="http://php.net/xsl"; name="attributes_values">
                <xsl:for-each select="attributes_group">
-                       <div id="{link}" class="fields_wrp">
-                               <table style="float:left;">
+                       <div class="content-wrp">
+                               <fieldset>
                                        <xsl:apply-templates 
select="attributes"/>
-                               </table>
+                               </fieldset>
                        </div>
                </xsl:for-each>
        </xsl:template>
@@ -27,19 +27,16 @@
 
                <xsl:choose>
                        <xsl:when test="datatype='section'">
-                               <tr>
-                                       <td  colspan="2">
-                                               <xsl:value-of select="descr" 
disable-output-escaping="yes"/>                            
-                                       </td>
-                               </tr>
+                               <div class="pure-control-group">
+                                       <xsl:value-of select="descr" 
disable-output-escaping="yes"/>                            
+                               </div>
                        </xsl:when>
                </xsl:choose>
 
-               <tr>
+               <div class="pure-control-group">
                        <xsl:choose>
                                <xsl:when test="not(hide_row)">
-                                       <td  class="first" 
title="{$statustext}">
-                                               <div id="label_{name}">
+                                       
                                                <label>
                                                <xsl:choose>
                                                        <xsl:when 
test="helpmsg=1">
@@ -72,12 +69,11 @@
                                                        </xsl:when>
                                                </xsl:choose>
                                                </label>
-                                               </div>
-                                       </td>
+                                       
                                </xsl:when>
                        </xsl:choose>
 
-                       <td>
+                       
                                <xsl:choose>
                                        <xsl:when test="name!=''">
                                                <input type="hidden" 
name="values_attribute[{counter}][name]" value="{name}"/>
@@ -650,8 +646,8 @@
                                                </xsl:choose>
                                        </xsl:when>
                                </xsl:choose>
-                       </td>
-               </tr>
+                       
+               </div>
        </xsl:template>
 
        <!-- New template-->




reply via email to

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