fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13490] permission_form.xsl


From: Saul
Subject: [Fmsystem-commits] [13490] permission_form.xsl
Date: Tue, 23 Jun 2015 21:25:49 +0000

Revision: 13490
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13490
Author:   psaul
Date:     2015-06-23 21:25:48 +0000 (Tue, 23 Jun 2015)
Log Message:
-----------
permission_form.xsl

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-06-23 21:25:24 UTC (rev 13489)
+++ branches/dev-syncromind/booking/templates/base/permission_form.xsl  
2015-06-23 21:25:48 UTC (rev 13490)
@@ -1,7 +1,7 @@
 <xsl:template match="data">
        <div id="content">
                <xsl:call-template name="msgbox"/>
-               <xsl:call-template name="yui_booking_i18n"/>
+               <!--xsl:call-template name="yui_booking_i18n"/-->
                <xsl:apply-templates select="permission"/>
        </div>
 </xsl:template>
@@ -23,7 +23,11 @@
        <li><xsl:value-of select="php:function('lang', 'Buildings')"/></li>
        </ul-->
 
-       <form action="" method="POST">    
+       <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="permision/tabs"/>
+                <div id="permission_edit"> 
                <dl class="form-col">
                        <xsl:if test="id">
                                <!-- An update, add id column -->
@@ -92,23 +96,25 @@
                </dl>
 
                <div class="clr"/>
-               <div class="form-buttons">
-                       <input type="submit">
-                               <xsl:attribute name="value">
-                                       <xsl:choose>
-                                               <xsl:when test="id">
-                                                       <xsl:value-of 
select="php:function('lang', 'Update')"/>
-                                               </xsl:when>
-                                               <xsl:otherwise>
-                                                       <xsl:value-of 
select="php:function('lang', 'Create')"/>
-                                               </xsl:otherwise>
-                                       </xsl:choose>
-                               </xsl:attribute>
-                       </input>
-                       <a class="cancel">
-                               <xsl:attribute name="href"><xsl:value-of 
select="cancel_link"/></xsl:attribute>
-                               <xsl:value-of select="php:function('lang', 
'Cancel')"/>
-                       </a>
-               </div>
+                        <div class="form-buttons">
+                                <input type="submit">
+                                        <xsl:attribute name="value">
+                                                <xsl:choose>
+                                                        <xsl:when test="id">
+                                                                <xsl:value-of 
select="php:function('lang', 'Update')"/>
+                                                        </xsl:when>
+                                                        <xsl:otherwise>
+                                                                <xsl:value-of 
select="php:function('lang', 'Create')"/>
+                                                        </xsl:otherwise>
+                                                </xsl:choose>
+                                        </xsl:attribute>
+                                </input>
+                                <a class="cancel">
+                                        <xsl:attribute 
name="href"><xsl:value-of select="cancel_link"/></xsl:attribute>
+                                        <xsl:value-of 
select="php:function('lang', 'Cancel')"/>
+                                </a>
+                        </div>
+                </div>
+            </div>
        </form>
 </xsl:template>
\ No newline at end of file




reply via email to

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