fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12251] add form "cancel_form"


From: Nelson Guerra
Subject: [Fmsystem-commits] [12251] add form "cancel_form"
Date: Tue, 28 Oct 2014 22:22:33 +0000

Revision: 12251
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12251
Author:   nelson224
Date:     2014-10-28 22:22:32 +0000 (Tue, 28 Oct 2014)
Log Message:
-----------
add form "cancel_form"

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

Modified: branches/dev-syncromind/property/templates/base/generic.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/generic.xsl 2014-10-28 
22:21:42 UTC (rev 12250)
+++ branches/dev-syncromind/property/templates/base/generic.xsl 2014-10-28 
22:22:32 UTC (rev 12251)
@@ -180,7 +180,6 @@
                                                                </input>
                                                        </td>
                                                        <td align="right" 
valign="bottom">
-                                                               
                                                                <input 
type="button" name="values[cancel]" value="{lang_cancel}" 
onMouseout="window.status='';return true;" 
onClick="document.cancel_form.submit();">
                                                                        
<xsl:attribute name="title">
                                                                                
<xsl:value-of select="php:function('lang', 'Leave the record untouched and 
return to the list')"/>
@@ -191,6 +190,9 @@
                                        </table>
                                </div>
                        </form>
+                       <xsl:variable name="cancel_url">
+                               <xsl:value-of select="cancel_url"/>
+                       </xsl:variable>
                        <form name="cancel_form" id="cancel_form" 
action="{$cancel_url}" method="post">
                        </form>
                </div>




reply via email to

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