fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13095]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13095]
Date: Mon, 27 Apr 2015 23:44:50 +0000

Revision: 13095
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13095
Author:   nelson224
Date:     2015-04-27 23:44:49 +0000 (Mon, 27 Apr 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/invoice_list_sub.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/invoice_list_sub.xsl        
2015-04-27 23:44:30 UTC (rev 13094)
+++ branches/dev-syncromind/property/templates/base/invoice_list_sub.xsl        
2015-04-27 23:44:49 UTC (rev 13095)
@@ -10,6 +10,15 @@
 <xsl:template match="list_sub">
        <xsl:call-template name="top-toolbar" />
        <div>
+               <xsl:choose>
+                       <xsl:when test="msgbox_data != ''">
+                               <dl>
+                                       <dt>
+                                               <xsl:call-template 
name="msgbox"/>
+                                       </dt>
+                               </dl>
+                       </xsl:when>
+               </xsl:choose>
                <xsl:for-each select="datatable_def">
                        <xsl:if test="container = 'datatable-container_0'">
                                <xsl:call-template name="table_setup">




reply via email to

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