fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12905] datatable responsive


From: Alejandro
Subject: [Fmsystem-commits] [12905] datatable responsive
Date: Thu, 26 Mar 2015 00:55:54 +0000

Revision: 12905
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12905
Author:   nudrick
Date:     2015-03-26 00:55:54 +0000 (Thu, 26 Mar 2015)
Log Message:
-----------
datatable responsive

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

Modified: branches/dev-syncromind/property/templates/base/project.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/project.xsl 2015-03-25 
23:28:45 UTC (rev 12904)
+++ branches/dev-syncromind/property/templates/base/project.xsl 2015-03-26 
00:55:54 UTC (rev 12905)
@@ -536,7 +536,7 @@
                                                <xsl:otherwise>
                                                </xsl:otherwise>
                                        </xsl:choose>
-                                       <div class="pure-control-group">
+                                       <!--div class="pure-control-group"-->
                                                <label for="name">
                                                        <xsl:value-of 
select="lang_workorder_id"/>
                                                </label>
@@ -545,8 +545,8 @@
                                                                <xsl:value-of 
select="lang_no_workorders"/>
                                                        </xsl:when>
                                                        <xsl:otherwise>
-                                                               <div 
class="pure-custom">
-                                                                       <div>
+                                                               <!--div 
class="pure-custom">
+                                                                       <div-->
                                                                                
<select id = "order_time_span" name="order_time_span">
                                                                                
        <xsl:attribute name="title">
                                                                                
        <xsl:value-of select="php:function('lang', 'select')"/>
@@ -556,8 +556,8 @@
                                                                                
        </option>
                                                                                
        <xsl:apply-templates select="order_time_span/options"/>
                                                                                
</select>
-                                                                       </div>
-                                                                       <div>
+                                                                       
<!--/div>
+                                                                       <div-->
                                                                                
<xsl:for-each select="datatable_def">
                                                                                
        <xsl:if test="container = 'datatable-container_1'">
                                                                                
                <xsl:call-template name="table_setup">
@@ -570,11 +570,11 @@
                                                                                
                </xsl:call-template>
                                                                                
        </xsl:if>
                                                                                
</xsl:for-each>
-                                                                       </div>
-                                                               </div>
+                                                                       
<!--/div>
+                                                               </div-->
                                                        </xsl:otherwise>
                                                </xsl:choose>
-                                       </div>
+                                       <!--/div-->
                                        <div class="pure-control-group">
                                                <label for="name">
                                                        <xsl:value-of 
select="php:function('lang', 'invoice')"/>




reply via email to

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