fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14158]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14158]
Date: Tue, 13 Oct 2015 00:12:22 +0000

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


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

Modified: 
branches/dev-syncromind/booking/templates/base/season_wtemplate_allocation.xsl
===================================================================
--- 
branches/dev-syncromind/booking/templates/base/season_wtemplate_allocation.xsl  
    2015-10-13 00:11:58 UTC (rev 14157)
+++ 
branches/dev-syncromind/booking/templates/base/season_wtemplate_allocation.xsl  
    2015-10-13 00:12:21 UTC (rev 14158)
@@ -55,15 +55,23 @@
                                </div>
                                <div clas="pure-control-group">
                                        <label><xsl:value-of 
select="php:function('lang', 'From')" /></label>
-                                       <input id="from_" name="from_" 
type="text">
-                                               <xsl:attribute 
name="value"><xsl:value-of select="season/from_"/></xsl:attribute>
+                                       <input id="from_h" name="from_h" 
type="text">
+                                               <xsl:attribute 
name="value"><xsl:value-of select="season/from_h"/></xsl:attribute>
+                                       </input>
+                                       :
+                                       <input id="from_m" name="from_m" 
type="text">
+                                               <xsl:attribute 
name="value"><xsl:value-of select="season/from_m"/></xsl:attribute>
                                        </input>                                
        
                                </div>
                                <div clas="pure-control-group">
                                        <label><xsl:value-of 
select="php:function('lang', 'To')" /></label>
-                                       <input id="to_" name="to_" type="text">
-                                               <xsl:attribute 
name="value"><xsl:value-of select="season/to_"/></xsl:attribute>
-                                       </input>                                
        
+                                       <input id="to_h" name="to_h" 
type="text">
+                                               <xsl:attribute 
name="value"><xsl:value-of select="season/to_h"/></xsl:attribute>
+                                       </input>
+                                       :
+                                       <input id="to_m" name="to_m" 
type="text">
+                                               <xsl:attribute 
name="value"><xsl:value-of select="season/to_m"/></xsl:attribute>
+                                       </input>                                
                                        
                                </div>
                                <div clas="pure-control-group">
                                        <label><xsl:value-of 
select="php:function('lang', 'Cost')" /></label>
@@ -79,12 +87,14 @@
             </div>
         </div>
         <div class="form-buttons">
-            <input type="button" class="pure-button pure-button-primary">
+            <input type="button" class="pure-button pure-button-primary" 
onclick="saveTemplateAlloc()">
                 <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Save')" /></xsl:attribute>
             </input>
-            <input type="button" class="pure-button pure-button-primary">
-                <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Delete')" /></xsl:attribute>
-            </input>
+                       <xsl:if test="season/id != ''">
+                               <input type="button" class="pure-button 
pure-button-primary" onclick="deleteTemplateAlloc()">
+                                       <xsl:attribute 
name="value"><xsl:value-of select="php:function('lang', 'Delete')" 
/></xsl:attribute>
+                               </input>
+                       </xsl:if>
         </div>
     </form>            
 




reply via email to

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