fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10512] property: add id to entity-forms


From: Sigurd Nes
Subject: [Fmsystem-commits] [10512] property: add id to entity-forms
Date: Mon, 19 Nov 2012 09:16:22 +0000

Revision: 10512
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10512
Author:   sigurdne
Date:     2012-11-19 09:16:21 +0000 (Mon, 19 Nov 2012)
Log Message:
-----------
property: add id to entity-forms

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

Modified: trunk/property/templates/base/entity.xsl
===================================================================
--- trunk/property/templates/base/entity.xsl    2012-11-18 16:33:22 UTC (rev 
10511)
+++ trunk/property/templates/base/entity.xsl    2012-11-19 09:16:21 UTC (rev 
10512)
@@ -46,7 +46,7 @@
                        <xsl:variable name="form_action">
                                <xsl:value-of select="form_action"/>
                        </xsl:variable>
-                       <form ENCTYPE="multipart/form-data" method="post" 
name="form" action="{$form_action}">
+                       <form id="form" name="form" action="{$form_action}" 
method="post" ENCTYPE="multipart/form-data">
                                <table cellpadding="2" cellspacing="2" 
width="80%" align="center">
                                        <xsl:choose>
                                                <xsl:when test="msgbox_data != 
''">




reply via email to

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