fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12709]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12709]
Date: Thu, 05 Feb 2015 17:25:39 +0000

Revision: 12709
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12709
Author:   nelson224
Date:     2015-02-05 17:25:37 +0000 (Thu, 05 Feb 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/project_group_view.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/project_group_view.xsl      
2015-02-05 13:37:07 UTC (rev 12708)
+++ branches/dev-syncromind/property/templates/base/project_group_view.xsl      
2015-02-05 17:25:37 UTC (rev 12709)
@@ -5,22 +5,20 @@
 
        <!-- New template-->
        <xsl:template xmlns:php="http://php.net/xsl"; match="project_group_data">
-               <tr>
-                       <td valign="top">
+               <div class="pure-control-group">
+                       <label for="name">
                                <xsl:value-of select="lang_project_group"/>
-                       </td>
-                       <td>
-                               <xsl:value-of select="value_project_group"/>
-                               <xsl:text> [</xsl:text>
-                               <xsl:value-of 
select="value_project_group_descr"/>
-                               <xsl:text>]</xsl:text>
-                               <xsl:choose>
-                                       <xsl:when 
test="value_project_group_budget != ''">
-                                               <xsl:value-of 
select="php:function('lang', 'budget')"/>
-                                               <xsl:text>: </xsl:text>
-                                               <xsl:value-of 
select="value_project_group_budget"/>
-                                       </xsl:when>
-                               </xsl:choose>
-                       </td>
-               </tr>
+                       </label>
+                       <xsl:value-of select="value_project_group"/>
+                       <xsl:text> [</xsl:text>
+                       <xsl:value-of select="value_project_group_descr"/>
+                       <xsl:text>]</xsl:text>
+                       <xsl:choose>
+                               <xsl:when test="value_project_group_budget != 
''">
+                                       <xsl:value-of 
select="php:function('lang', 'budget')"/>
+                                       <xsl:text>: </xsl:text>
+                                       <xsl:value-of 
select="value_project_group_budget"/>
+                               </xsl:when>
+                       </xsl:choose>
+               </div>
        </xsl:template>




reply via email to

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