fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13291]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13291]
Date: Wed, 27 May 2015 21:08:48 +0000

Revision: 13291
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13291
Author:   nelson224
Date:     2015-05-27 21:08:48 +0000 (Wed, 27 May 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/templates/base/project.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/project.xsl 2015-05-27 
21:08:22 UTC (rev 13290)
+++ branches/dev-syncromind/property/templates/base/project.xsl 2015-05-27 
21:08:48 UTC (rev 13291)
@@ -26,16 +26,16 @@
                var base_java_notify_url = <xsl:value-of 
select="base_java_notify_url"/>;
                var base_java_url = <xsl:value-of select="base_java_url"/>; 
    </script>
-    <table cellpadding="2" cellspacing="2" 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:when test="msgbox_data != ''">
+                       <dl>
+                               <dt>
+                                       <xsl:call-template name="msgbox"/>
+                               </dt>
+                       </dl>
+               </xsl:when>
        </xsl:choose>
+    <table cellpadding="2" cellspacing="2" align="center">
        <xsl:choose>
            <xsl:when test="value_project_id &gt; 0  and mode='edit'">
                <td valign="top">




reply via email to

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