fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12011] property: resolve IE 10 issue


From: Sigurd Nes
Subject: [Fmsystem-commits] [12011] property: resolve IE 10 issue
Date: Thu, 12 Jun 2014 13:55:51 +0000

Revision: 12011
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12011
Author:   sigurdne
Date:     2014-06-12 13:55:48 +0000 (Thu, 12 Jun 2014)
Log Message:
-----------
property: resolve IE 10 issue

Modified Paths:
--------------
    trunk/property/templates/base/wo_hour.xsl

Modified: trunk/property/templates/base/wo_hour.xsl
===================================================================
--- trunk/property/templates/base/wo_hour.xsl   2014-06-12 06:26:17 UTC (rev 
12010)
+++ trunk/property/templates/base/wo_hour.xsl   2014-06-12 13:55:48 UTC (rev 
12011)
@@ -369,8 +369,8 @@
                <xsl:variable name="send_order_action">
                        <xsl:value-of select="send_order_action"/>
                </xsl:variable>
-               <table align="left" width="100%">
-                       <form method="post" action="{$send_order_action}">
+               <form method="post" action="{$send_order_action}">
+                       <table align="left" width="100%">
                                <xsl:choose>
                                        <xsl:when test="no_email =''">
                                                <tr>
@@ -599,8 +599,8 @@
                                                </tr>
                                        </xsl:when>
                                </xsl:choose>
-                       </form>
-               </table>
+                       </table>
+               </form>
                <script type="text/javascript">
                        var property_js = <xsl:value-of select="property_js"/>;
                        var datatable = new Array();




reply via email to

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