fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10493] property: relocate attrubutes in form


From: Sigurd Nes
Subject: [Fmsystem-commits] [10493] property: relocate attrubutes in form
Date: Thu, 08 Nov 2012 14:08:05 +0000

Revision: 10493
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10493
Author:   sigurdne
Date:     2012-11-08 14:08:01 +0000 (Thu, 08 Nov 2012)
Log Message:
-----------
property: relocate attrubutes in form

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

Modified: trunk/property/templates/base/location.xsl
===================================================================
--- trunk/property/templates/base/location.xsl  2012-11-07 20:05:16 UTC (rev 
10492)
+++ trunk/property/templates/base/location.xsl  2012-11-08 14:08:01 UTC (rev 
10493)
@@ -401,20 +401,6 @@
                                                                </xsl:when>
                                                        </xsl:choose>
                                                        <xsl:choose>
-                                                               <xsl:when 
test="entities_link != ''">
-                                                                       <tr>
-                                                                               
<td valign="top">
-                                                                               
        <xsl:value-of select="lang_related_info"/>
-                                                                               
</td>
-                                                                               
<td>
-                                                                               
        <table width="100%" cellpadding="2" cellspacing="2" align="center">
-                                                                               
                <xsl:apply-templates select="entities_link"/>
-                                                                               
        </table>
-                                                                               
</td>
-                                                                       </tr>
-                                                               </xsl:when>
-                                                       </xsl:choose>
-                                                       <xsl:choose>
                                                                <xsl:when 
test="edit_street = 1">
                                                                        <tr>
                                                                                
<td>
@@ -469,6 +455,20 @@
                                                                </xsl:when>
                                                        </xsl:choose>
                                                        <xsl:apply-templates 
select="attributes_general/attributes"/>
+                                                       <xsl:choose>
+                                                               <xsl:when 
test="entities_link != ''">
+                                                                       <tr>
+                                                                               
<td valign="top">
+                                                                               
        <xsl:value-of select="lang_related_info"/>
+                                                                               
</td>
+                                                                               
<td>
+                                                                               
        <table width="100%" cellpadding="2" cellspacing="2" align="center">
+                                                                               
                <xsl:apply-templates select="entities_link"/>
+                                                                               
        </table>
+                                                                               
</td>
+                                                                       </tr>
+                                                               </xsl:when>
+                                                       </xsl:choose>
                                                </table>
                                        </div>
                                        <xsl:call-template 
name="attributes_values"/>




reply via email to

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