fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13274]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13274]
Date: Mon, 25 May 2015 20:25:43 +0000

Revision: 13274
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13274
Author:   nelson224
Date:     2015-05-25 20:25:42 +0000 (Mon, 25 May 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/entity.xsl

Modified: branches/dev-syncromind/property/templates/base/entity.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/entity.xsl  2015-05-25 
20:25:13 UTC (rev 13273)
+++ branches/dev-syncromind/property/templates/base/entity.xsl  2015-05-25 
20:25:42 UTC (rev 13274)
@@ -292,26 +292,24 @@
                                </script>
                        </xsl:when>
                </xsl:choose>
-               
+
                <div id="entity_edit_tabview">
-                       
+                       <dl>
+                               <xsl:choose>
+                                       <xsl:when test="msgbox_data != ''">
+                                               <dt>
+                                                       <xsl:call-template 
name="msgbox"/>
+                                               </dt>
+                                       </xsl:when>
+                               </xsl:choose>
+                       </dl>
                        <xsl:variable name="form_action">
                                <xsl:value-of select="form_action"/>
                        </xsl:variable>
-                       
                        <form id="form" name="form" action="{$form_action}" 
method="post" ENCTYPE="multipart/form-data" class= "pure-form 
pure-form-aligned">
                                <input type="hidden" name="active_tab" 
value="{active_tab}"/>
                                <table cellpadding="2" cellspacing="2" 
width="80%" align="center">
                                        <xsl:choose>
-                                               <xsl:when test="msgbox_data != 
''">
-                                                       <tr>
-                                                               <td 
align="left" colspan="3">
-                                                                       
<xsl:call-template name="msgbox"/>
-                                                               </td>
-                                                       </tr>
-                                               </xsl:when>
-                                       </xsl:choose>
-                                       <xsl:choose>
                                                <xsl:when test="value_id !=''">
                                                        <tr>
                                                                <td 
class="th_text" valign="top">




reply via email to

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