fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16438]


From: nelson . guerra
Subject: [Fmsystem-commits] [16438]
Date: Thu, 16 Mar 2017 00:44:39 -0400 (EDT)

Revision: 16438
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16438
Author:   nelson224
Date:     2017-03-16 00:44:39 -0400 (Thu, 16 Mar 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-03-16 04:44:23 UTC (rev 16437)
+++ branches/dev-syncromind-2/property/templates/base/report.xsl        
2017-03-16 04:44:39 UTC (rev 16438)
@@ -2,20 +2,52 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
 
        <div id="document_edit_tabview">
-
                <xsl:value-of select="validator"/>
                
+               <xsl:variable name="form_action">
+                       <xsl:value-of select="form_action"/>
+               </xsl:variable>         
+               <form name="form" class="pure-form pure-form-aligned" id="form" 
action="{$form_action}" method="post">  
                        <div id="tab-content">                                  
-                               <xsl:value-of disable-output-escaping="yes" 
select="tabs"/>
-                                               
-                               <div id="report">
-                                       <form name="form" class="pure-form 
pure-form-aligned" id="form" action="" method="post">                           
                                     
-                                       </form>
+                               <xsl:value-of disable-output-escaping="yes" 
select="tabs"/>                                             
+                               <div id="generic">
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'Choose columns')" />
+                                               </label>
+                                       </div>
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'Group by')" />
+                                               </label>
+                                       </div>
+                                       <div class="pure-control-group">
+                                               <label>
+                                                       <xsl:value-of 
select="php:function('lang', 'Sort by')" />
+                                               </label>
+                                       </div>                                  
                                                        
                                </div>
-               
                        </div>
+                       <div class="proplist-col">
+                               <input type="submit" class="pure-button 
pure-button-primary" name="save">
+                                       <xsl:attribute name="value">
+                                               <xsl:value-of 
select="php:function('lang', 'save')" />
+                                       </xsl:attribute>                        
                        
+                                       <xsl:attribute name="title">
+                                               <xsl:value-of 
select="lang_save_statustext"/>
+                                       </xsl:attribute>
+                               </input>
+                               <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}'">
+                                       <xsl:attribute name="value">
+                                               <xsl:value-of 
select="php:function('lang', 'cancel')" />
+                                       </xsl:attribute>
+                               </input>
+                       </div>  
+               </form>
        </div>
-
 </xsl:template>
 
 <xsl:template match="options">




reply via email to

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