fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12650]


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

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


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

Modified: branches/dev-syncromind/property/templates/base/event_view.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/event_view.xsl      
2015-01-22 22:54:06 UTC (rev 12649)
+++ branches/dev-syncromind/property/templates/base/event_view.xsl      
2015-01-22 22:54:24 UTC (rev 12650)
@@ -5,20 +5,20 @@
 
        <!-- New template-->
        <xsl:template xmlns:php="http://php.net/xsl"; match="event_data">
-               <tr>
-                       <td valign="top">
+               <div class="pure-control-group">
+                       <label for="name">
                                <xsl:value-of select="event_name"/>
-                       </td>
-                       <td>
-                               <xsl:choose>
-                                       <xsl:when test="warning!=''">
-                                               <xsl:value-of select="warning"/>
-                                       </xsl:when>
-                                       <xsl:otherwise>
-                                               <xsl:variable 
name="event_descr">
-                                                       <xsl:value-of 
select="name"/>
-                                                       
<xsl:text>_descr</xsl:text>
-                                               </xsl:variable>
+                       </label>
+                       <xsl:choose>
+                               <xsl:when test="warning!=''">
+                                       <xsl:value-of select="warning"/>
+                               </xsl:when>
+                               <xsl:otherwise>
+                                       <xsl:variable name="event_descr">
+                                               <xsl:value-of select="name"/>
+                                               <xsl:text>_descr</xsl:text>
+                                       </xsl:variable>
+                                       <div class="pure-custom">
                                                <table>
                                                        <tr>
                                                                <td>
@@ -67,8 +67,8 @@
                                                                </xsl:when>
                                                        </xsl:choose>
                                                </table>
-                                       </xsl:otherwise>
-                               </xsl:choose>
-                       </td>
-               </tr>
+                                       </div>
+                               </xsl:otherwise>
+                       </xsl:choose>
+               </div>
        </xsl:template>




reply via email to

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