fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14083]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14083]
Date: Thu, 01 Oct 2015 00:14:01 +0000

Revision: 14083
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14083
Author:   nelson224
Date:     2015-10-01 00:14:00 +0000 (Thu, 01 Oct 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/booking/templates/base/building_form.xsl

Modified: branches/dev-syncromind/booking/templates/base/building_form.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/building_form.xsl    
2015-10-01 00:13:33 UTC (rev 14082)
+++ branches/dev-syncromind/booking/templates/base/building_form.xsl    
2015-10-01 00:14:00 UTC (rev 14083)
@@ -248,9 +248,10 @@
                                 </xsl:choose>
                             </xsl:attribute>
                         </input>
-                        <a class="cancel" href="{building/cancel_link}">
-                            <xsl:value-of select="php:function('lang', 
'Cancel')" />
-                        </a>
+                                               <input type="button" 
class="pure-button pure-button-primary" name="cancel">
+                                                       <xsl:attribute 
name="onclick">window.location="<xsl:value-of 
select="building/cancel_link"/>"</xsl:attribute>
+                                                       <xsl:attribute 
name="value"><xsl:value-of select="php:function('lang', 'Cancel')" 
/></xsl:attribute>    
+                                               </input>
                     </div>
                </form>
        <!--/div-->




reply via email to

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