fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16578]


From: nelson . guerra
Subject: [Fmsystem-commits] [16578]
Date: Wed, 12 Apr 2017 00:24:40 -0400 (EDT)

Revision: 16578
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16578
Author:   nelson224
Date:     2017-04-12 00:24:40 -0400 (Wed, 12 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-12 04:24:25 UTC (rev 16577)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-04-12 04:24:40 UTC (rev 16578)
@@ -87,9 +87,15 @@
                        <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}"/>
+                                       <input type="hidden" name="report_id" 
value="{report_id}"/>
                                        <div class="pure-control-group">
                                                <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'report name')" />
+                                               </label>
+                                               <input type="text" 
name="report_name" value="{report_name}"></input>
+                                       </div>
+                                       <div class="pure-control-group">
+                                               <label>
                                                        <xsl:value-of 
select="php:function('lang', 'dataset')" />
                                                </label>
                                                <select id="cbo_dataset_id" 
name="dataset_id">
@@ -100,7 +106,7 @@
                                                                <xsl:value-of 
select="php:function('lang', 'get columns')" />
                                                        </xsl:attribute>
                                                </input>                        
                                                        
-                                       </div>                                  
+                                       </div>  
                                        <div class="pure-control-group">
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'Choose columns')" />
@@ -139,7 +145,7 @@
                                <xsl:variable name="cancel_action">
                                        <xsl:value-of select="cancel_action"/>
                                </xsl:variable>
-                               <input type="button" class="pure-button 
pure-button-primary" name="cancel"  onclick="location.href='{$cancel_action}'">
+                               <input type="button" class="pure-button 
pure-button-primary" name="cancel" onclick="location.href='{$cancel_action}'">
                                        <xsl:attribute name="value">
                                                <xsl:value-of 
select="php:function('lang', 'cancel')" />
                                        </xsl:attribute>




reply via email to

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