fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14183]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14183]
Date: Fri, 16 Oct 2015 00:21:51 +0000

Revision: 14183
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14183
Author:   nelson224
Date:     2015-10-16 00:21:50 +0000 (Fri, 16 Oct 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/booking/templates/base/organization.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/organization.xsl     
2015-10-16 00:06:11 UTC (rev 14182)
+++ branches/dev-syncromind/booking/templates/base/organization.xsl     
2015-10-16 00:21:50 UTC (rev 14183)
@@ -83,5 +83,9 @@
         <button class="pure-button pure-button-primary" 
onclick="window.location.href='{organization/edit_link}'">
             <xsl:value-of select="php:function('lang', 'Edit')" />
         </button>
+               <input type="button" class="pure-button pure-button-primary" 
name="cencel">
+                       <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="organization/cancel_link"/>"</xsl:attribute>
+                       <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Cancel')" /></xsl:attribute>
+               </input>                
     </div>
 </xsl:template>




reply via email to

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