fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16551]


From: nelson . guerra
Subject: [Fmsystem-commits] [16551]
Date: Thu, 6 Apr 2017 23:56:54 -0400 (EDT)

Revision: 16551
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16551
Author:   nelson224
Date:     2017-04-06 23:56:53 -0400 (Thu, 06 Apr 2017)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/templates/base/report.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-04-07 03:56:38 UTC (rev 16550)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-04-07 03:56:53 UTC (rev 16551)
@@ -65,7 +65,18 @@
 
 
 <xsl:template match="edit">
-
+       <xsl:choose>
+               <xsl:when test="msgbox_data != ''">
+               <dl>
+                       <dt>
+                               <xsl:call-template name="msgbox"/>
+                       </dt>
+               </dl>
+               </xsl:when>
+       </xsl:choose>
+       <script type="text/javascript">
+               var jsonB = <xsl:value-of select="report_definition"/>;
+       </script>
        <div id="document_edit_tabview">
                <xsl:value-of select="validator"/>
                
@@ -81,7 +92,7 @@
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'views')" />
                                                </label>
-                                               <select id="dataset_id" 
name="dataset_id">
+                                               <select id="cbo_dataset_id" 
name="dataset_id">
                                                        <xsl:apply-templates 
select="datasets/options"/>
                                                </select>
                                                <input type="button" 
class="pure-button pure-button-primary" name="btn_get_columns" 
id="btn_get_columns">




reply via email to

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