fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14196]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14196]
Date: Sat, 17 Oct 2015 00:20:09 +0000

Revision: 14196
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14196
Author:   nelson224
Date:     2015-10-17 00:20:08 +0000 (Sat, 17 Oct 2015)
Log Message:
-----------


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

Modified: 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl
===================================================================
--- 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl 
    2015-10-17 00:19:51 UTC (rev 14195)
+++ 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl 
    2015-10-17 00:20:08 UTC (rev 14196)
@@ -32,7 +32,12 @@
             </div>
         </div>
     </form>
-
+    <div class="form-buttons">
+               <input type="button" class="pure-button pure-button-primary" 
name="cancel">
+                       <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="export/cancel_link"/>"</xsl:attribute>
+                       <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Cancel')" /></xsl:attribute>
+               </input>
+    </div>
     <script type="text/javascript">
         var lang = <xsl:value-of select="php:function('js_lang', 'ID', 
'Building', 'Season', 'From', 'To')"/>;
     </script>




reply via email to

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