fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16546]


From: nelson . guerra
Subject: [Fmsystem-commits] [16546]
Date: Thu, 6 Apr 2017 00:25:00 -0400 (EDT)

Revision: 16546
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16546
Author:   nelson224
Date:     2017-04-06 00:25:00 -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-06 04:24:43 UTC (rev 16545)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-04-06 04:25:00 UTC (rev 16546)
@@ -76,12 +76,13 @@
                        <div id="tab-content">                                  
                                <xsl:value-of disable-output-escaping="yes" 
select="tabs"/>                                             
                                <div id="report">
+                                       <input type="hidden" 
name="dataset_report_id" value="{dataset_report_id}"/>
                                        <div class="pure-control-group">
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'views')" />
                                                </label>
-                                               <select id="view" name="view">
-                                                       <xsl:apply-templates 
select="views/options"/>
+                                               <select id="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">
                                                        <xsl:attribute 
name="value">
@@ -139,9 +140,18 @@
 
 <xsl:template match="edit_dataset">
 
+       <xsl:choose>
+               <xsl:when test="msgbox_data != ''">
+               <dl>
+                       <dt>
+                               <xsl:call-template name="msgbox"/>
+                       </dt>
+               </dl>
+               </xsl:when>
+       </xsl:choose>
+       
        <div id="document_edit_tabview">
-               <xsl:value-of select="validator"/>
-               
+               <xsl:value-of select="validator"/>              
                <xsl:variable name="form_action">
                        <xsl:value-of select="form_action"/>
                </xsl:variable>         




reply via email to

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