fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13358] jasper.xsl


From: Saul
Subject: [Fmsystem-commits] [13358] jasper.xsl
Date: Thu, 04 Jun 2015 22:32:03 +0000

Revision: 13358
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13358
Author:   psaul
Date:     2015-06-04 22:32:03 +0000 (Thu, 04 Jun 2015)
Log Message:
-----------
jasper.xsl

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

Modified: branches/dev-syncromind/property/templates/base/jasper.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/jasper.xsl  2015-06-04 
22:17:36 UTC (rev 13357)
+++ branches/dev-syncromind/property/templates/base/jasper.xsl  2015-06-04 
22:32:03 UTC (rev 13358)
@@ -203,7 +203,7 @@
                                                                                
                                     <xsl:value-of select="php:function('lang', 
'apply')"/>
                                                                                
                             </xsl:attribute>
                                                                                
                     </input>
-                                                                               
                     <input type="submit" class="pure-button 
pure-button-primary" name="values[cancel]" value="{$lang_cancel}">
+                                                                               
                     <input type="button" class="pure-button 
pure-button-primary" name="values[cancel]" value="{$lang_cancel}" 
onClick="document.cancel_form.submit();">
                                                                                
                             <xsl:attribute name="title">
                                                                                
                                     <xsl:value-of select="php:function('lang', 
'cancel')"/>
                                                                                
                             </xsl:attribute>
@@ -211,6 +211,11 @@
                                                                                
                     
                                                             </div>
                                             </form>
+                                            
+                                            <xsl:variable name="form_cancel">
+                                                    <xsl:value-of 
select="form_cancel"/>
+                                            </xsl:variable>
+                                            <form name="cancel_form" 
id="cancel_form" method="post" action="{$form_cancel}"></form>
                                         </div>
                             <!--  DATATABLE DEFINITIONS-->
                     </div>




reply via email to

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