fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12531] property: IE10 - fix


From: Sigurd Nes
Subject: [Fmsystem-commits] [12531] property: IE10 - fix
Date: Mon, 05 Jan 2015 09:48:53 +0000

Revision: 12531
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12531
Author:   sigurdne
Date:     2015-01-05 09:48:53 +0000 (Mon, 05 Jan 2015)
Log Message:
-----------
property: IE10 - fix

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

Modified: trunk/admin/templates/base/custom.xsl
===================================================================
--- trunk/admin/templates/base/custom.xsl       2015-01-05 09:40:10 UTC (rev 
12530)
+++ trunk/admin/templates/base/custom.xsl       2015-01-05 09:48:53 UTC (rev 
12531)
@@ -180,6 +180,11 @@
 
        <xsl:template match="edit_attrib" xmlns:php="http://php.net/xsl";>
                <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>
@@ -192,8 +197,6 @@
                                </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 class="th_text" align="left">
@@ -475,8 +478,9 @@
                                        </input>
                                </td>
                        </tr>
-
+               </table>
                        </form>
+                       <table>
                        <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]