fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14108]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14108]
Date: Sat, 03 Oct 2015 00:03:00 +0000

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


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

Modified: branches/dev-syncromind/booking/templates/base/season_wtemplate.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/season_wtemplate.xsl 
2015-10-02 23:15:33 UTC (rev 14107)
+++ branches/dev-syncromind/booking/templates/base/season_wtemplate.xsl 
2015-10-03 00:03:00 UTC (rev 14108)
@@ -54,15 +54,25 @@
         <xsl:if test="season/permission/write">
             <div class="pure-control-group">   
                 <div class="form-buttons">
+                                       <!--
                     <button onclick="YAHOO.booking.dialog.newAllocation(); 
return false;"><xsl:value-of select="php:function('lang', 'New allocation')" 
/></button>
                     <button>
                         <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="season/generate_url"/>"</xsl:attribute>
                         <xsl:value-of select="php:function('lang', 'Generate 
allocations')" />
                     </button>
-                    <a class="cancel">
-                        <xsl:attribute name="href"><xsl:value-of 
select="season/cancel_link"/></xsl:attribute>
-                        <xsl:value-of select="php:function('lang', 'Back to 
season')"/>
-                    </a>
+                                       -->
+                                       <input type="button" class="pure-button 
pure-button-primary" name="new">
+                                               <xsl:attribute 
name="onclick">window.location.href="#"</xsl:attribute>
+                                               <xsl:attribute 
name="value"><xsl:value-of select="php:function('lang', 'New allocation')" 
/></xsl:attribute>    
+                                       </input>
+                                       <input type="button" class="pure-button 
pure-button-primary" name="generate_allocations">
+                                               <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="season/generate_url"/>"</xsl:attribute>
+                                               <xsl:attribute 
name="value"><xsl:value-of select="php:function('lang', 'Generate 
allocations')" /></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>
             </div>
         </xsl:if>




reply via email to

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