fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14111]


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

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


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

Modified: branches/dev-syncromind/booking/templates/base/season_edit.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/season_edit.xsl      
2015-10-03 00:03:30 UTC (rev 14110)
+++ branches/dev-syncromind/booking/templates/base/season_edit.xsl      
2015-10-03 00:03:43 UTC (rev 14111)
@@ -28,10 +28,10 @@
         <input type="hidden" name="tab" value=""/>
         <div id="tab-content">
             <xsl:value-of disable-output-escaping="yes" select="season/tabs"/>
-            <div id="season_edit">
+            <div id="season_edit" class="booking-container">
                 <div class="pure-control-group">
                     <label for="field_name">
-                        <h4><xsl:value-of select="php:function('lang', 
'Name')" /></h4>
+                        <xsl:value-of select="php:function('lang', 'Name')" />
                     </label>
                     <input id="field_name" name="name" type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="season/name"/></xsl:attribute>
@@ -39,7 +39,7 @@
                 </div>
                 <div class="pure-control-group">
                     <label for="field_officer_name">
-                        <h4><xsl:value-of select="php:function('lang', 'Case 
officer')" /></h4>
+                        <xsl:value-of select="php:function('lang', 'Case 
officer')" />
                     </label>
                     <!--div class="autocomplete"-->
                     <input id="field_officer_id" name="officer_id" 
type="hidden">
@@ -53,7 +53,7 @@
                 </div>
                 <div class="pure-control-group">
                     <label for="field_building_name">
-                        <h4><xsl:value-of select="php:function('lang', 
'Building')" /></h4>
+                        <xsl:value-of select="php:function('lang', 
'Building')" />
                     </label>
                     <!--div class="autocomplete"-->
                     <input id="field_building_id" name="building_id" 
type="hidden">
@@ -67,13 +67,13 @@
                 </div>
                 <div class="pure-control-group">
                     <label style="vertical-align:top;">
-                        <h4><xsl:value-of select="php:function('lang', 
'Resources')" /></h4>
+                        <xsl:value-of select="php:function('lang', 
'Resources')" />
                     </label>
-                    <div id="resources-container" 
style="display:inline-block;"></div>
+                    <div id="resources-container" 
class="custom-container"></div>
                 </div>
                 <div class="pure-control-group">
                     <label for="field_active">
-                        <h4><xsl:value-of select="php:function('lang', 
'Active')"/></h4>
+                        <xsl:value-of select="php:function('lang', 'Active')"/>
                     </label>
                     <select id="field_active" name="active">
                         <option value="1">
@@ -92,7 +92,7 @@
                 </div>
                 <div class="pure-control-group">
                     <label for="field_status">
-                        <h4><xsl:value-of select="php:function('lang', 
'Status')" /></h4>
+                        <xsl:value-of select="php:function('lang', 'Status')" 
/>
                     </label>
                     <select name="status" id="status_field">
                         <option value="PLANNING">
@@ -119,7 +119,7 @@
                     </input>
                     </div-->
                     <label for="start_date">
-                        <h4><xsl:value-of select="php:function('lang', 
'From')" /></h4>
+                        <xsl:value-of select="php:function('lang', 'From')" />
                     </label>
                     <input class="datetime" id="start_date" name="from_" 
type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="season/from_"/></xsl:attribute>
@@ -133,7 +133,7 @@
                     </input>
                     </div-->
                     <label for="end_date">
-                        <h4><xsl:value-of select="php:function('lang', 'To')" 
/></h4>
+                        <xsl:value-of select="php:function('lang', 'To')" />
                     </label>
                     <input class="datetime" id="end_date" name="to_" 
type="text">
                         <xsl:attribute name="value"><xsl:value-of 
select="season/to_"/></xsl:attribute>
@@ -147,10 +147,10 @@
             <input type="submit" class="pure-button pure-button-primary">
                 <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Save')" /></xsl:attribute>
             </input>
-            <a class="cancel">
-                <xsl:attribute name="href"><xsl:value-of 
select="season/cancel_link"/></xsl:attribute>
-                <xsl:value-of select="php:function('lang', 'Cancel')" />
-            </a>
+                       <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>
     <!--/div-->




reply via email to

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