fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16581]


From: nelson . guerra
Subject: [Fmsystem-commits] [16581]
Date: Mon, 17 Apr 2017 23:58:51 -0400 (EDT)

Revision: 16581
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16581
Author:   nelson224
Date:     2017-04-17 23:58:51 -0400 (Mon, 17 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-18 03:58:34 UTC (rev 16580)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-04-18 03:58:51 UTC (rev 16581)
@@ -78,7 +78,6 @@
                var jsonB = <xsl:value-of select="report_definition"/>;
        </script>
        <div id="document_edit_tabview">
-               <xsl:value-of select="validator"/>
                
                <xsl:variable name="form_action">
                        <xsl:value-of select="form_action"/>
@@ -92,7 +91,7 @@
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'report name')" />
                                                </label>
-                                               <input type="text" 
name="report_name" value="{report_name}"></input>
+                                               <input type="text" 
data-validation="required" name="report_name" value="{report_name}"></input>
                                        </div>
                                        <div class="pure-control-group">
                                                <label>




reply via email to

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