fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13644] agegroup_new xsl


From: Saul
Subject: [Fmsystem-commits] [13644] agegroup_new xsl
Date: Mon, 13 Jul 2015 22:58:26 +0000

Revision: 13644
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13644
Author:   psaul
Date:     2015-07-13 22:58:26 +0000 (Mon, 13 Jul 2015)
Log Message:
-----------
agegroup_new xsl

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

Modified: branches/dev-syncromind/booking/templates/base/agegroup_new.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/agegroup_new.xsl     
2015-07-13 22:58:01 UTC (rev 13643)
+++ branches/dev-syncromind/booking/templates/base/agegroup_new.xsl     
2015-07-13 22:58:26 UTC (rev 13644)
@@ -1,41 +1,43 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-    <div id="content">
-    <h3><xsl:value-of select="php:function('lang', 'Age group')" /></h3>
+    <!--div id="content">
+    <h3><xsl:value-of select="php:function('lang', 'Age group')" /></h3-->
     <xsl:call-template name="msgbox"/>
-       <xsl:call-template name="yui_booking_i18n"/>
-    <form action="" method="POST">
+       <!--xsl:call-template name="yui_booking_i18n"/-->
+    <form action="" method="POST" class="pure-form pure-form-aligned" 
id="form" name="form">
+        <input type="hidden" name="tab" value=""/>
+            <div id="tab-content">
+                <xsl:value-of disable-output-escaping="yes" 
select="agegroup/tabs"/>
+                <div id="agegroup_add">
     
-    
-        <dl class="form-col">
-            <dt><label for="field_name"><xsl:value-of 
select="php:function('lang', 'Name')" /></label></dt>
-            <dd>
-                <input id="field_name" name="name" type="text">
-                    <xsl:attribute name="value"><xsl:value-of 
select="agegroup/name"/></xsl:attribute>
+                    <div class="pure-control-group">
+                        <label><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="agegroup/name"/></xsl:attribute>
+                            </input>
+                    </div>
+                    <div class="pure-control-group">
+                        <label><xsl:value-of select="php:function('lang', 
'Sort order')" /></label>
+                        
+                            <input id="field_sort" name="sort" type="text" 
value="{agegroup/sort}"/>
+                        
+                    </div>
+                    <div class="pure-control-group">
+                        <label><xsl:value-of select="php:function('lang', 
'Description')" /></label>
+                        
+                            <textarea cols="5" rows="5" id="field_description" 
name="description"><xsl:value-of select="agegroup/description"/></textarea>
+                        
+                    </div>
+                </div>
+            </div>
+            <div class="form-buttons">
+                <input type="submit" class="pure-button pure-button-primary">
+                        <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Create')" /></xsl:attribute>
                 </input>
-            </dd>
-
-            <dt><label for="field_sort"><xsl:value-of 
select="php:function('lang', 'Sort order')" /></label></dt>
-            <dd>
-                <input id="field_sort" name="sort" type="text" 
value="{agegroup/sort}"/>
-            </dd>
-
-            <dt><label for="field_description"><xsl:value-of 
select="php:function('lang', 'Description')" /></label></dt>
-            <dd>
-                <textarea cols="5" rows="5" id="field_description" 
name="description"><xsl:value-of select="agegroup/description"/></textarea>
-            </dd>
-        </dl>
-
-
-
-        <div class="form-buttons">
-            <input type="submit">
-                               <xsl:attribute name="value"><xsl:value-of 
select="php:function('lang', 'Create')" /></xsl:attribute>
-                       </input>
-            <a class="cancel">
-                <xsl:attribute name="href"><xsl:value-of 
select="agegroup/cancel_link"/></xsl:attribute>
-                <xsl:value-of select="php:function('lang', 'Cancel')" />
-            </a>
-        </div>
+                <a class="cancel">
+                    <xsl:attribute name="href"><xsl:value-of 
select="agegroup/cancel_link"/></xsl:attribute>
+                    <xsl:value-of select="php:function('lang', 'Cancel')" />
+                </a>
+            </div>
     </form>
-    </div>
+    <!--/div-->
 </xsl:template>




reply via email to

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