fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14096]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14096]
Date: Fri, 02 Oct 2015 21:02:45 +0000

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


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

Modified: branches/dev-syncromind/booking/templates/base/permission_form.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/permission_form.xsl  
2015-10-02 00:26:56 UTC (rev 14095)
+++ branches/dev-syncromind/booking/templates/base/permission_form.xsl  
2015-10-02 21:02:43 UTC (rev 14096)
@@ -27,42 +27,43 @@
              <input type="hidden" name="tab" value=""/>
             <div id="tab-content">
                 <xsl:value-of disable-output-escaping="yes" select="tabs"/>
-                <div id="permission"> 
+                <div id="permission" class="booking-container"> 
                     <fieldset>                                            
-                        <div class="pure-control-group">
-                            <xsl:if test="id">
-                                    <!-- An update, add id column -->
-                                    <input name='field_id' type='hidden'>
-                                            <xsl:attribute 
name="value"><xsl:value-of select="id"/></xsl:attribute>
-                                    </input>
-                            </xsl:if>
-                        </div>
+
+                                               <xsl:if test="id">
+                                                               <!-- An update, 
add id column -->
+                                                               <input 
name='field_id' type='hidden'>
+                                                                               
<xsl:attribute name="value"><xsl:value-of select="id"/></xsl:attribute>
+                                                               </input>
+                                               </xsl:if>
                        <!-- Role -->
                         <div class="pure-control-group">
                             <label for="field_role" 
style="vertical-align:top;">
-                                <h4><xsl:value-of select="php:function('lang', 
'Role')" /></h4>
+                                <xsl:value-of select="php:function('lang', 
'Role')" />
                             </label>
-                            <div style="display:inline-block;">  
+                            <div class="pure-custom">  
                                 <span><xsl:value-of select="node()"/></span>
-                                <select name='role' id='field_role' 
style="display:block;" data-validation="required">
-                                    <option value=''><xsl:value-of 
select="php:function('lang', 'Select role...')" /></option>
-                                    <xsl:for-each select="available_roles/*">
-                                        <option>
-                                            <xsl:if test="../../role = 
local-name()">
-                                                <xsl:attribute 
name="selected">selected</xsl:attribute>
-                                            </xsl:if>
-                                            <xsl:attribute 
name="value"><xsl:value-of select="local-name()"/></xsl:attribute>
-                                            <xsl:value-of 
select="php:function('lang', string(node()))"/>
-                                        </option>
-                                    </xsl:for-each>
-                                </select>
+                                                               <div>
+                                                                       <select 
name='role' id='field_role' style="display:block;" data-validation="required">
+                                                                               
<option value=''><xsl:value-of select="php:function('lang', 'Select role...')" 
/></option>
+                                                                               
<xsl:for-each select="available_roles/*">
+                                                                               
        <option>
+                                                                               
                <xsl:if test="../../role = local-name()">
+                                                                               
                        <xsl:attribute name="selected">selected</xsl:attribute>
+                                                                               
                </xsl:if>
+                                                                               
                <xsl:attribute name="value"><xsl:value-of 
select="local-name()"/></xsl:attribute>
+                                                                               
                <xsl:value-of select="php:function('lang', string(node()))"/>
+                                                                               
        </option>
+                                                                               
</xsl:for-each>
+                                                                       
</select>
+                                                               </div>
                             </div>
                         </div>
 
                        <!-- Subject -->
                         <div class="pure-control-group">
                             <label for="field_subject_name">
-                                <h4><xsl:value-of select="php:function('lang', 
'Account')" /></h4>
+                                <xsl:value-of select="php:function('lang', 
'Account')" />
                             </label>
                             <!--div class="autocomplete"-->
                             <input id="field_subject_name" name="subject_name" 
type="text">
@@ -80,7 +81,7 @@
 
                         <div class="pure-control-group">
                             <label for="field_object_name">
-                                <h4><xsl:value-of select="php:function('lang', 
string(object_type_label))" /></h4>
+                                <xsl:value-of select="php:function('lang', 
string(object_type_label))" />
                             </label>
                             <!--div class="autocomplete"-->
                             <input id="field_object_name" name="object_name" 
type="text">




reply via email to

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