fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13425] IE fix


From: Sigurd Nes
Subject: [Fmsystem-commits] [13425] IE fix
Date: Fri, 12 Jun 2015 09:09:40 +0000

Revision: 13425
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13425
Author:   sigurdne
Date:     2015-06-12 09:09:39 +0000 (Fri, 12 Jun 2015)
Log Message:
-----------
IE fix

Modified Paths:
--------------
    trunk/admin/templates/base/custom.xsl

Modified: trunk/admin/templates/base/custom.xsl
===================================================================
--- trunk/admin/templates/base/custom.xsl       2015-06-11 22:55:45 UTC (rev 
13424)
+++ trunk/admin/templates/base/custom.xsl       2015-06-12 09:09:39 UTC (rev 
13425)
@@ -636,7 +636,8 @@
 
        <xsl:template match="edit_custom_function" 
xmlns:php="http://php.net/xsl";>
                <div align="left">
-               
+
+               <form method="post" action="{form_action}">
                <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <xsl:choose>
                                <xsl:when test="msgbox_data != ''">
@@ -647,8 +648,6 @@
                                        </tr>
                                </xsl:when>
                        </xsl:choose>
-                       
-                       <form method="post" action="{form_action}">
 
                        <tr>
                                <td class="th_text" align="left">
@@ -778,8 +777,9 @@
                                        </input>
                                </td>
                        </tr>
-
-                       </form>
+               </table>
+       </form>
+               <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>
                                <td>
                                        <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>




reply via email to

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