fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14145] fixing forms


From: Saul
Subject: [Fmsystem-commits] [14145] fixing forms
Date: Thu, 08 Oct 2015 00:35:38 +0000

Revision: 14145
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14145
Author:   psaul
Date:     2015-10-08 00:35:37 +0000 (Thu, 08 Oct 2015)
Log Message:
-----------
fixing forms

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

Modified: branches/dev-syncromind/booking/templates/base/group.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/group.xsl    2015-10-08 
00:35:28 UTC (rev 14144)
+++ branches/dev-syncromind/booking/templates/base/group.xsl    2015-10-08 
00:35:37 UTC (rev 14145)
@@ -1,60 +1,30 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-    <!--div id="content"-->
-        <!--ul class="pathway">
-            <li>
-                <a>
-                    <xsl:attribute name="href"><xsl:value-of 
select="group/organizations_link"/></xsl:attribute>
-                    <xsl:value-of select="php:function('lang', 
'Organization')" />
-                </a>
-            </li>
-            <li>
-                <a>
-                    <xsl:attribute name="href"><xsl:value-of 
select="group/organization_link"/></xsl:attribute>
-                    <xsl:value-of select="group/organization_name"/>
-                </a>
-            </li>
-            <li><xsl:value-of select="php:function('lang', 'Group')" /></li>
-            <li>
-                    <xsl:value-of select="group/name"/>
-            </li>
-        </ul-->
     <xsl:call-template name="msgbox"/>
-            <!--xsl:call-template name="yui_booking_i18n"/-->
     <form action="" method="POST" id='form' class="pure-form 
pure-form-aligned" name="form">
         <input type="hidden" name="tab" value=""/>
         <div id="tab-content">
             <xsl:value-of disable-output-escaping="yes" select="group/tabs"/>
-            <div id="group"> 
+            <div id="group" class="booking-container"> 
                 <fieldset>
                     <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Organization')" /></h4>
-                        </label>
+                        <label><xsl:value-of select="php:function('lang', 
'Organization')" /></label>
                         <xsl:value-of select="group/organization_name"/>
                     </div>
                     <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Name')" /></h4>
-                        </label>
+                        <label><xsl:value-of select="php:function('lang', 
'Name')" /></label>
                         <xsl:value-of select="group/name"/>
                     </div>
                     <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Group shortname')" /></h4>
-                        </label>
+                        <label><xsl:value-of select="php:function('lang', 
'Group shortname')" /></label>
                         <xsl:value-of select="group/shortname"/>
                     </div>
                     <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Activity')" /></h4>
-                        </label>
+                        <label><xsl:value-of select="php:function('lang', 
'Activity')" /></label>
                         <xsl:value-of select="group/activity_name" />
                     </div>
                     <div class="pure-control-group">
                         <xsl:if test="count(group/contacts/*) &gt; 0">
-                            <label style="vertical-align:top;">
-                                <h4><xsl:value-of select="php:function('lang', 
'Team leaders')" /></h4>
-                            </label>
+                            <label style="vertical-align:top;"><xsl:value-of 
select="php:function('lang', 'Team leaders')" /></label>
                             <ul 
style="list-style:none;display:inline-block;padding:0;margin:0;">
                                 <xsl:if test="group/contacts[1]">
                                     <li><xsl:value-of 
select="group/contacts[1]/name"/></li>
@@ -66,9 +36,7 @@
                         </xsl:if>
                     </div>
                     <div class="pure-control-group">
-                        <label style="vertical-align:top;">
-                            <h4><xsl:value-of select="php:function('lang', 
'Description')" /></h4>
-                        </label>
+                        <label style="vertical-align:top;"><xsl:value-of 
select="php:function('lang', 'Description')" /></label>
                         <div style="display:inline-block;max-width:80%;">
                             <xsl:value-of select="group/description" 
disable-output-escaping="yes"/>
                         </div>
@@ -83,5 +51,4 @@
             </a>
         </div>
     </form>    
-    <!--/div-->
 </xsl:template>




reply via email to

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