fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13194]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13194]
Date: Wed, 13 May 2015 20:54:33 +0000

Revision: 13194
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13194
Author:   nelson224
Date:     2015-05-13 20:54:32 +0000 (Wed, 13 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/wo_hour.index.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/wo_hour.index.xsl   
2015-05-13 20:26:12 UTC (rev 13193)
+++ branches/dev-syncromind/property/templates/base/wo_hour.index.xsl   
2015-05-13 20:54:32 UTC (rev 13194)
@@ -25,22 +25,20 @@
 <xsl:template name="top-toolbar">
        <div class="toolbar-container">
                <div class="toolbar">
-                       <form class="pure-form pure-form-stacked">
-                               <div class="pure-g">
-                                       <div class="pure-u-1-3">
-                                               <xsl:apply-templates 
select="//datatable/workorder_data" />
-                                       </div>
-                                       <div class="pure-u-2-3">
-                                               <xsl:for-each 
select="//top-toolbar/fields/field">
-                                                       <xsl:choose>
-                                                               <xsl:when 
test="type='button'">
-                                                                       <a 
id="{id}" class="pure-button pure-button-primary" href="{href}" 
onclick="{onclick}"><xsl:value-of select="value"/></a>
-                                                               </xsl:when>
-                                                       </xsl:choose>           
                                                        
-                                               </xsl:for-each>
-                                       </div>
+                       <div class="pure-g">
+                               <div class="pure-u-1-3">
+                                       <xsl:apply-templates 
select="//datatable/workorder_data" />
                                </div>
-                       </form>
+                               <div class="pure-u-2-3">
+                                       <xsl:for-each 
select="//top-toolbar/fields/field">
+                                               <xsl:choose>
+                                                       <xsl:when 
test="type='button'">
+                                                               <a id="{id}" 
class="pure-button pure-button-primary" href="{href}" 
onclick="{onclick}"><xsl:value-of select="value"/></a>
+                                                       </xsl:when>
+                                               </xsl:choose>                   
                                                
+                                       </xsl:for-each>
+                               </div>
+                       </div>
                </div>
        </div>
 </xsl:template>




reply via email to

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