fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14142] fixing forms


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

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

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

Modified: 
branches/dev-syncromind/booking/templates/base/completed_reservation_export_file.xsl
===================================================================
--- 
branches/dev-syncromind/booking/templates/base/completed_reservation_export_file.xsl
        2015-10-08 00:34:55 UTC (rev 14141)
+++ 
branches/dev-syncromind/booking/templates/base/completed_reservation_export_file.xsl
        2015-10-08 00:35:05 UTC (rev 14142)
@@ -1,61 +1,43 @@
 <xsl:template match="data" xmlns:php="http://php.net/xsl";>
-    <!--div id="content">
-        <ul class="pathway">
-                <li><a href="{export_file/index_link}"><xsl:value-of 
select="php:function('lang', 'Generated Files')" /></a></li>
-                <li><xsl:value-of select="export_file/id"/> (<xsl:value-of 
select="export_file/type"/>)</li>
-        </ul-->
-               
     <xsl:call-template name="msgbox"/>
-    <!--xsl:call-template name="yui_booking_i18n"/-->
-        <div 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_file/tabs"/>
-                <div id="export_file">
-                    <h1><xsl:value-of select="export_file/id"/> (<xsl:value-of 
select="export_file/type"/>)</h1>
-                    <div class="pure-control-group">
-                        <label>
-                            <h4><xsl:value-of select="php:function('lang', 
'Type')" /></h4>
-                        </label>
-                        <span><xsl:value-of select="export_file/type"/></span>
-                    </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_file/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_file/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_file/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_file/created_by_name"/></span>
-                    </div>
+    <div 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_file/tabs"/>
+            <div id="export_file" class="booking-container">
+                <h1><xsl:value-of select="export_file/id"/> (<xsl:value-of 
select="export_file/type"/>)</h1>
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 'Type')" 
/></label>
+                    <span><xsl:value-of select="export_file/type"/></span>
                 </div>
+                <div class="pure-control-group">
+                    <label><xsl:value-of select="php:function('lang', 'Total 
Items')" /></label>
+                    <span><xsl:value-of 
select="export_file/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_file/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_file/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_file/created_by_name"/></span>
+                </div>
             </div>
-            <div class="form-buttons">
-                <button>
-                    <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="export_file/download_link"/>"</xsl:attribute>
-                    <xsl:value-of select="php:function('lang', 'Download')" />
-                </button>
-            </div>
-            </div>             
-               <!--h4><xsl:value-of select="php:function('lang', 'Invoice Data 
Exports')" /></h4>
-               <div id="completed_reservation_exports_container"/-->
-    <!--/div-->
-               
+        </div>
+        <div class="form-buttons">
+            <button class="pure-button pure-button-primary">
+                <xsl:attribute 
name="onclick">window.location.href="<xsl:value-of 
select="export_file/download_link"/>"</xsl:attribute>
+                <xsl:value-of select="php:function('lang', 'Download')" />
+            </button>
+        </div>
+    </div>
+    <!--h4><xsl:value-of select="php:function('lang', 'Invoice Data Exports')" 
/></h4>
+    <div id="completed_reservation_exports_container"/-->
+
     <script type="text/javascript">
         var lang = <xsl:value-of select="php:function('js_lang', 'ID', 
'Building', 'Season', 'From', 'To')"/>;
     </script>




reply via email to

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