fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12242]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12242]
Date: Mon, 27 Oct 2014 23:30:50 +0000

Revision: 12242
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12242
Author:   nelson224
Date:     2014-10-27 23:30:49 +0000 (Mon, 27 Oct 2014)
Log Message:
-----------


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-27 
23:30:32 UTC (rev 12241)
+++ branches/dev-syncromind/property/templates/base/generic.xsl 2014-10-27 
23:30:49 UTC (rev 12242)
@@ -180,7 +180,8 @@
                                                                </input>
                                                        </td>
                                                        <td align="right" 
valign="bottom">
-                                                               <input 
type="submit" name="values[cancel]" value="{lang_cancel}" 
onMouseout="window.status='';return true;">
+                                                               
+                                                               <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')"/>
                                                                        
</xsl:attribute>
@@ -190,5 +191,7 @@
                                        </table>
                                </div>
                        </form>
+                       <form name="cancel_form" id="cancel_form" 
action="{$cancel_url}" method="post">
+                       </form>
                </div>
        </xsl:template>




reply via email to

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