fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12880] IE fix


From: Sigurd Nes
Subject: [Fmsystem-commits] [12880] IE fix
Date: Fri, 20 Mar 2015 09:01:03 +0000

Revision: 12880
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12880
Author:   sigurdne
Date:     2015-03-20 09:01:00 +0000 (Fri, 20 Mar 2015)
Log Message:
-----------
IE fix

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

Modified: trunk/property/templates/base/async.xsl
===================================================================
--- trunk/property/templates/base/async.xsl     2015-03-19 21:47:38 UTC (rev 
12879)
+++ trunk/property/templates/base/async.xsl     2015-03-20 09:01:00 UTC (rev 
12880)
@@ -194,6 +194,10 @@
        <!-- add / edit  -->
        <xsl:template match="edit">
                <div align="left">
+                       <xsl:variable name="form_action">
+                               <xsl:value-of select="form_action"/>
+                       </xsl:variable>
+                       <form method="post" action="{$form_action}">
                        <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                                <xsl:choose>
                                        <xsl:when test="msgbox_data != ''">
@@ -204,10 +208,6 @@
                                                </tr>
                                        </xsl:when>
                                </xsl:choose>
-                               <xsl:variable name="form_action">
-                                       <xsl:value-of select="form_action"/>
-                               </xsl:variable>
-                               <form method="post" action="{$form_action}">
                                        <tr>
                                                <td valign="top">
                                                        <xsl:choose>
@@ -285,7 +285,9 @@
                                                        </input>
                                                </td>
                                        </tr>
+                               </table>
                                </form>
+                               <table cellpadding="2" cellspacing="2" 
width="80%" align="center">
                                <tr>
                                        <td>
                                                <xsl:variable 
name="done_action">




reply via email to

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