fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13289]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13289]
Date: Wed, 27 May 2015 21:08:08 +0000

Revision: 13289
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13289
Author:   nelson224
Date:     2015-05-27 21:08:07 +0000 (Wed, 27 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/workorder.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/workorder.xsl       
2015-05-27 21:07:52 UTC (rev 13288)
+++ branches/dev-syncromind/property/templates/base/workorder.xsl       
2015-05-27 21:08:07 UTC (rev 13289)
@@ -79,18 +79,16 @@
                <xsl:variable name="lang_save">
                        <xsl:value-of select="lang_save"/>
                </xsl:variable>
-
+               <xsl:choose>
+                       <xsl:when test="msgbox_data != ''">
+                               <dl>
+                                       <dt>
+                                               <xsl:call-template 
name="msgbox"/>
+                                       </dt>
+                               </dl>
+                       </xsl:when>
+               </xsl:choose>
                <table cellpadding="2" cellspacing="2" align="center">
-                       <xsl:choose>
-                               <xsl:when test="msgbox_data != ''">
-                                       <tr>
-                                               <td align="left" colspan="3">
-                                                       <xsl:call-template 
name="msgbox"/>
-                                               </td>
-                                       </tr>
-                               </xsl:when>
-                       </xsl:choose>
-
                        <div id="receipt"></div>
                        <input type="hidden" id = "lean" name="lean" 
value="{lean}"/>
                        <xsl:choose>




reply via email to

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