fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13312]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13312]
Date: Fri, 29 May 2015 17:21:58 +0000

Revision: 13312
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13312
Author:   nelson224
Date:     2015-05-29 17:21:57 +0000 (Fri, 29 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/tts.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/tts.xsl     2015-05-29 
12:25:16 UTC (rev 13311)
+++ branches/dev-syncromind/property/templates/base/tts.xsl     2015-05-29 
17:21:57 UTC (rev 13312)
@@ -43,21 +43,19 @@
                                                        <label>
                                                                <xsl:value-of 
select="descr"/>
                                                        </label>
-                                                       <table>
+                                                       <div 
class="pure-custom">
                                                                <xsl:for-each 
select="data">
-                                                                       <tr>
-                                                                               
<td align="left">
-                                                                               
        <xsl:variable name="link_request">
-                                                                               
                <xsl:value-of select="//link_request"/>&amp;id=<xsl:value-of 
select="id"/>
-                                                                               
        </xsl:variable>
-                                                                               
        <a href="{link}" title="{//lang_origin_statustext}">
-                                                                               
                <xsl:value-of select="id"/>
-                                                                               
        </a>
-                                                                               
        <xsl:text> </xsl:text>
-                                                                               
</td>
-                                                                       </tr>
+                                                                       <div>
+                                                                               
<xsl:variable name="link_request">
+                                                                               
        <xsl:value-of select="//link_request"/>&amp;id=<xsl:value-of 
select="id"/>
+                                                                               
</xsl:variable>
+                                                                               
<a href="{link}" title="{//lang_origin_statustext}">
+                                                                               
        <xsl:value-of select="id"/>
+                                                                               
</a>
+                                                                               
<xsl:text> </xsl:text>
+                                                                       </div>
                                                                </xsl:for-each>
-                                                       </table>
+                                                       </div>
                                                </div>
                                        </xsl:for-each>
                                        <input type="hidden" 
name="values[origin]" value="{value_origin_type}"/>




reply via email to

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