fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14187]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14187]
Date: Fri, 16 Oct 2015 00:22:56 +0000

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


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

Modified: branches/dev-syncromind/booking/templates/base/season.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/season.xsl   2015-10-16 
00:22:40 UTC (rev 14186)
+++ branches/dev-syncromind/booking/templates/base/season.xsl   2015-10-16 
00:22:55 UTC (rev 14187)
@@ -55,7 +55,7 @@
                     <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="season/edit_link"/>"</xsl:attribute>
                     <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Edit')" /></xsl:attribute>
                 </input>
-            </xsl:if>
+            </xsl:if>                  
             <input type="button" class="pure-button pure-button-primary" 
name="boundaries">
                 <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="season/boundaries_link"/>"</xsl:attribute>
                 <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Boundaries')" /></xsl:attribute>
@@ -64,6 +64,10 @@
                 <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="season/wtemplate_link"/>"</xsl:attribute>
                 <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Week template')" /></xsl:attribute>
             </input>
+            <input type="button" class="pure-button pure-button-primary" 
name="cencel">
+                <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="season/cancel_link"/>"</xsl:attribute>
+                <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Cancel')" /></xsl:attribute>
+            </input>
         </div>
     </form>
     <script type="text/javascript">




reply via email to

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