fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14141] fixing forms


From: Saul
Subject: [Fmsystem-commits] [14141] fixing forms
Date: Thu, 08 Oct 2015 00:34:56 +0000

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

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

Modified: 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl
===================================================================
--- 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl 
    2015-10-08 00:34:47 UTC (rev 14140)
+++ 
branches/dev-syncromind/booking/templates/base/completed_reservation_export.xsl 
    2015-10-08 00:34:55 UTC (rev 14141)
@@ -1,59 +1,39 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-       <!--div id="content">
-               <ul class="pathway">
-                       <li><a href="{export/index_link}"><xsl:value-of 
select="php:function('lang', 'Invoice Data Exports')" /></a></li>
-                       <li><xsl:value-of select="export/id"/></li>
-               </ul-->
-               
     <xsl:call-template name="msgbox"/>
-    <!--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="export/tabs"/>
-                <div id="export">      
-                    <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Building')" /></h4>
-                        </label>
-                        <xsl:copy-of 
select="phpgw:booking_link(export/building_id)"/>
-                    </div>
-                    <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Season')" /></h4>
-                        </label>
-                        <xsl:copy-of 
select="phpgw:booking_link(export/season_id)"/>
-                    </div>
-                    <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Total Items')" /></h4>
-                        </label>
-                        <span><xsl:value-of 
select="export/total_items"/></span>
-                    </div>
-                    <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Total Cost')" /></h4>
-                        </label>
-                        <span><xsl:value-of select="export/total_cost"/></span>
-                    </div>
-                    <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Created')" /></h4>
-                        </label>
-                        <span><xsl:value-of select="export/created_on"/></span>
-                    </div>
-                    <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Created by')" /></h4>
-                        </label>
-                        <span><xsl:value-of 
select="export/created_by_name"/></span>
-                    </div>
+    <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="export/tabs"/>
+            <div id="export" class="booking-container">
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 
'Building')" /></label>
+                    <xsl:copy-of 
select="phpgw:booking_link(export/building_id)"/>
                 </div>
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 
'Season')" /></label>
+                    <xsl:copy-of 
select="phpgw:booking_link(export/season_id)"/>
+                </div>
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 'Total 
Items')" /></label>
+                    <span><xsl:value-of select="export/total_items"/></span>
+                </div>
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 'Total 
Cost')" /></label>
+                    <span><xsl:value-of select="export/total_cost"/></span>
+                </div>
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 
'Created')" /></label>
+                    <span><xsl:value-of select="export/created_on"/></span>
+                </div>
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 'Created 
by')" /></label>
+                    <span><xsl:value-of 
select="export/created_by_name"/></span>
+                </div>
             </div>
-        </form>
-       <!--/div-->
-               
-       <script type="text/javascript">
-               var lang = <xsl:value-of select="php:function('js_lang', 'ID', 
'Building', 'Season', 'From', 'To')"/>;
-       </script>
+        </div>
+    </form>
+
+    <script type="text/javascript">
+        var lang = <xsl:value-of select="php:function('js_lang', 'ID', 
'Building', 'Season', 'From', 'To')"/>;
+    </script>
 </xsl:template>
\ No newline at end of file




reply via email to

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